diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 01:51:17 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 01:51:17 +0000 |
commit | 36e3740818c9e7312dd62ad4c0131c2a54d95d8e (patch) | |
tree | 1c05dbb53edaa6794a7cc4ad6036d8a22b209865 /gin/gin.gyp | |
parent | 0c142a64d093558991899ce1fadff5baf19b8c95 (diff) | |
download | chromium_src-36e3740818c9e7312dd62ad4c0131c2a54d95d8e.zip chromium_src-36e3740818c9e7312dd62ad4c0131c2a54d95d8e.tar.gz chromium_src-36e3740818c9e7312dd62ad4c0131c2a54d95d8e.tar.bz2 |
[gin] move context_holder to public/
Also, define names for the embedder data slots on v8::Context that
gin embedders should use.
BUG=321631
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/104593007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r-- | gin/gin.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp index 172ed78..1f75469 100644 --- a/gin/gin.gyp +++ b/gin/gin.gyp @@ -24,7 +24,6 @@ 'array_buffer.cc', 'array_buffer.h', 'context_holder.cc', - 'context_holder.h', 'converter.cc', 'converter.h', 'dictionary.cc', @@ -47,6 +46,7 @@ 'per_context_data.h', 'per_isolate_data.cc', 'per_isolate_data.h', + 'public/context_holder.h', 'public/gin_embedders.h', 'public/isolate_holder.h', 'public/wrapper_info.h', |