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

Unified Diff: gin/gin.gyp

Issue 225413004: [gin] Add a v8::Platform implementation to allow for v8 posting tasks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 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 a7b359f16e2b7db379c56c96b9f1439e29000eb7..f7f25a9119ea4b7cf13895104f5608f7b73361f5 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -12,7 +12,9 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../v8/tools/gyp/v8.gyp:v8',
+
],
'export_dependent_settings': [
'../base/base.gyp:base',
@@ -58,6 +60,7 @@
'public/context_holder.h',
'public/gin_embedders.h',
'public/isolate_holder.h',
+ 'public/v8_platform.h',
'public/wrapper_info.h',
'runner.cc',
'runner.h',
@@ -65,6 +68,7 @@
'shell_runner.h',
'try_catch.cc',
'try_catch.h',
+ 'v8_platform.cc',
'wrappable.cc',
'wrappable.h',
'wrapper_info.cc',
« no previous file with comments | « build/common.gypi ('k') | gin/isolate_holder.cc » ('j') | gin/public/v8_platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698