summaryrefslogtreecommitdiffstats
path: root/gin/gin.gyp
diff options
context:
space:
mode:
authoroth <oth@chromium.org>2015-04-05 07:30:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-05 14:31:16 +0000
commit05c26fde422600a25247a22f9670463216d0519a (patch)
treea2443f512888c10b64f892b4f78f200d18c4575d /gin/gin.gyp
parentf13b7592e312f69e70062fbcf72b746eefaf13fc (diff)
downloadchromium_src-05c26fde422600a25247a22f9670463216d0519a.zip
chromium_src-05c26fde422600a25247a22f9670463216d0519a.tar.gz
chromium_src-05c26fde422600a25247a22f9670463216d0519a.tar.bz2
Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}.
isolate_holder.h is public and used by blink and therefore cannot refer to types from base. As part of porting this to other platforms we needed to load snapshots from BaseFile descriptors. BUG=421063 Review URL: https://codereview.chromium.org/1011133006 Cr-Commit-Position: refs/heads/master@{#323886}
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r--gin/gin.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 096c120..46afc97 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -73,6 +73,8 @@
'shell_runner.h',
'try_catch.cc',
'try_catch.h',
+ 'v8_initializer.h',
+ 'v8_initializer.cc',
'v8_platform.cc',
'wrappable.cc',
'wrappable.h',