| 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',
|
|
|