summaryrefslogtreecommitdiffstats
path: root/gin/gin.gyp
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-22 14:20:55 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-22 14:20:55 +0000
commitf04b0e97b29c20ff2119a5e842f766b0e604b44d (patch)
tree28054151d219e77632f96e5499cc5c59957689af /gin/gin.gyp
parentf269dc3c19468e46e36de8a7fd91ecd7f6de1f9d (diff)
downloadchromium_src-f04b0e97b29c20ff2119a5e842f766b0e604b44d.zip
chromium_src-f04b0e97b29c20ff2119a5e842f766b0e604b44d.tar.gz
chromium_src-f04b0e97b29c20ff2119a5e842f766b0e604b44d.tar.bz2
[gin] add support for non-gin managed isolates in gin.
BUG=317398 R=abarth@chromium.org,aa@chromium.org Review URL: https://codereview.chromium.org/82963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r--gin/gin.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 4b08dfc..715db90 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -29,8 +29,7 @@
'converter.h',
'dictionary.cc',
'dictionary.h',
- 'gin.cc',
- 'gin.h',
+ 'isolate_holder.cc',
'modules/console.cc',
'modules/console.h',
'modules/file_module_provider.cc',
@@ -44,6 +43,7 @@
'per_isolate_data.cc',
'per_isolate_data.h',
'public/gin_embedders.h',
+ 'public/isolate_holder.h',
'public/wrapper_info.h',
'runner.cc',
'runner.h',