Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: gin/gin.gyp

Issue 1011133006: Move V8 snapshot loading code from isolate_holder to gin/v8_startup_data.{h,cc}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DEPS for Android Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gin/BUILD.gn ('k') | gin/isolate_holder.cc » ('j') | gin/isolate_holder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 096c120e10ba2ae2acedab04829a7974f14ca449..46afc979765b6694e8104187b6db79f732025a12 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',
« no previous file with comments | « gin/BUILD.gn ('k') | gin/isolate_holder.cc » ('j') | gin/isolate_holder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698