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

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: 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
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 096c120e10ba2ae2acedab04829a7974f14ca449..4efd650dce846f0ebe15eb21a079796311a11bbc 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -74,6 +74,8 @@
'try_catch.cc',
'try_catch.h',
'v8_platform.cc',
+ 'v8_startup_data.h',
+ 'v8_startup_data.cc',
'wrappable.cc',
'wrappable.h',
'wrapper_info.cc',
« no previous file with comments | « content/app/content_main_runner.cc ('k') | gin/isolate_holder.cc » ('j') | gin/isolate_holder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698