This cl implement a salt that is being used for obfuscating device ids before a devic...
[chromium-blink-merge.git] / gin / README
blob82d06188f3f85bbe9ce97bb3104436a4d2dc998e
1 Gin - Lightweight bindings for V8
2 =================================
4 This directory contains gin, a lightweight bindings library for V8. These
5 bindings are not compatible with the V8 bindings used by Blink because both
6 want to control the v8::Isolate's internal data field. Maybe in some future
7 world we'll refactor the Blink V8 bindings to use this system. In the meantime,
8 these bindings are convenient for projects other than Blink that use V8.