OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'additional_target_deps': [ | 3 'additional_target_deps': [ |
4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source', | 4 '../bindings/dart/gyp/dartium.gyp:dart_debug_hooks_source', |
5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host', | 5 '../bindings/dart/gyp/dartium.gyp:dart_snapshot#host', |
6 '../../../../dart/runtime/dart-runtime.gyp:libdart', | 6 '../../../../dart/runtime/dart-runtime.gyp:libdart', |
7 ], | 7 ], |
8 'additional_webcore_include_dirs': [ | 8 'additional_webcore_include_dirs': [ |
9 '..', | 9 '..', |
10 '../custom', | 10 '../custom', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 '../DartHandleProxy.cpp', | 87 '../DartHandleProxy.cpp', |
88 '../DartHandleProxy.h', | 88 '../DartHandleProxy.h', |
89 '../DartIsolateDestructionObserver.cpp', | 89 '../DartIsolateDestructionObserver.cpp', |
90 '../DartIsolateDestructionObserver.h', | 90 '../DartIsolateDestructionObserver.h', |
91 '../DartMutationCallback.cpp', | 91 '../DartMutationCallback.cpp', |
92 '../DartMutationCallback.h', | 92 '../DartMutationCallback.h', |
93 '../DartNativeUtilities.cpp', | 93 '../DartNativeUtilities.cpp', |
94 '../DartNativeUtilities.h', | 94 '../DartNativeUtilities.h', |
95 '../DartScheduledAction.cpp', | 95 '../DartScheduledAction.cpp', |
96 '../DartScheduledAction.h', | 96 '../DartScheduledAction.h', |
| 97 '../DartScriptState.cpp', |
| 98 '../DartScriptState.h', |
97 '../DartScriptValue.cpp', | 99 '../DartScriptValue.cpp', |
98 '../DartScriptValue.h', | 100 '../DartScriptValue.h', |
99 '../DartStringCache.cpp', | 101 '../DartStringCache.cpp', |
100 '../DartStringCache.h', | 102 '../DartStringCache.h', |
101 '../DartTimeline.h', | 103 '../DartTimeline.h', |
102 '../DartUtilities.cpp', | 104 '../DartUtilities.cpp', |
103 '../DartUtilities.h', | 105 '../DartUtilities.h', |
104 '../ThreadSafeDartIsolateWrapper.cpp', | 106 '../ThreadSafeDartIsolateWrapper.cpp', |
105 '../ThreadSafeDartIsolateWrapper.h', | 107 '../ThreadSafeDartIsolateWrapper.h', |
106 '../V8Converter.cpp', | 108 '../V8Converter.cpp', |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c
pp', | 228 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c
pp', |
227 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c
pp', | 229 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c
pp', |
228 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c
pp', | 230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c
pp', |
229 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c
pp', | 231 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c
pp', |
230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c
pp', | 232 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c
pp', |
231 ], | 233 ], |
232 }], | 234 }], |
233 ], | 235 ], |
234 }, | 236 }, |
235 } | 237 } |
OLD | NEW |