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

Unified Diff: Source/core/core.gyp

Issue 1653163002: Dart snapshot runs & and few other misc things. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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 | « Source/bindings/core/dart/dart-extras.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 7b2089106e13e77c19209c47810e214d96e93063..c21fb87229204cbdbf786c2b37095b033ee128c9 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -34,6 +34,8 @@
'../build/features.gypi',
'../build/scripts/scripts.gypi',
'../bindings/core/core.gypi', # core can depend on bindings/core, but not on bindings
+ '../modules/modules.gypi', # FIXMEDART: dart-extras.gypi has a reference
+ '../bindings/core/dart/dart-extras.gypi', # FIXMEDART: dart_snapshot defined
'core.gypi',
],
@@ -177,7 +179,7 @@
'inspector_protocol_sources',
'inspector_instrumentation_sources',
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
-# '../bindings/core/dart/generated.gyp:dart_snapshot',
+ 'dart_snapshot', # FIXMEDART: generate dart_snapshot
# FIXME: don't depend on bindings_modules http://crbug.com/358074
'../bindings/modules/generated.gyp:modules_event_generated',
'../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
@@ -249,7 +251,7 @@
'../bindings/core/v8/generated.gyp:bindings_core_v8_generated',
# FIXME: don't depend on bindings_modules http://crbug.com/358074
'../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated',
-# '../bindings/core/dart/generated.gyp:dart_snapshot',
+ 'dart_snapshot', # FIXMEDART: generate dart_snapshot
'../wtf/wtf.gyp:wtf',
'../config.gyp:config',
'../platform/blink_platform.gyp:blink_platform',
« no previous file with comments | « Source/bindings/core/dart/dart-extras.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698