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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 '../DartDOMData.h', | 79 '../DartDOMData.h', |
80 '../DartDOMWrapper.cpp', | 80 '../DartDOMWrapper.cpp', |
81 '../DartDOMWrapper.h', | 81 '../DartDOMWrapper.h', |
82 '../DartEventListener.cpp', | 82 '../DartEventListener.cpp', |
83 '../DartEventListener.h', | 83 '../DartEventListener.h', |
84 '../DartExceptionState.h', | 84 '../DartExceptionState.h', |
85 '../DartGCController.cpp', | 85 '../DartGCController.cpp', |
86 '../DartGCController.h', | 86 '../DartGCController.h', |
87 '../DartHandleProxy.cpp', | 87 '../DartHandleProxy.cpp', |
88 '../DartHandleProxy.h', | 88 '../DartHandleProxy.h', |
| 89 '../DartInjectedScriptHost.cpp', |
| 90 '../DartInjectedScriptHost.h', |
89 '../DartIsolateDestructionObserver.cpp', | 91 '../DartIsolateDestructionObserver.cpp', |
90 '../DartIsolateDestructionObserver.h', | 92 '../DartIsolateDestructionObserver.h', |
91 '../DartMutationCallback.cpp', | 93 '../DartMutationCallback.cpp', |
92 '../DartMutationCallback.h', | 94 '../DartMutationCallback.h', |
93 '../DartNativeUtilities.cpp', | 95 '../DartNativeUtilities.cpp', |
94 '../DartNativeUtilities.h', | 96 '../DartNativeUtilities.h', |
95 '../DartScheduledAction.cpp', | 97 '../DartScheduledAction.cpp', |
96 '../DartScheduledAction.h', | 98 '../DartScheduledAction.h', |
| 99 '../DartScriptState.cpp', |
| 100 '../DartScriptState.h', |
97 '../DartScriptValue.cpp', | 101 '../DartScriptValue.cpp', |
98 '../DartScriptValue.h', | 102 '../DartScriptValue.h', |
99 '../DartStringCache.cpp', | 103 '../DartStringCache.cpp', |
100 '../DartStringCache.h', | 104 '../DartStringCache.h', |
101 '../DartTimeline.h', | 105 '../DartTimeline.h', |
102 '../DartUtilities.cpp', | 106 '../DartUtilities.cpp', |
103 '../DartUtilities.h', | 107 '../DartUtilities.h', |
104 '../ThreadSafeDartIsolateWrapper.cpp', | 108 '../ThreadSafeDartIsolateWrapper.cpp', |
105 '../ThreadSafeDartIsolateWrapper.h', | 109 '../ThreadSafeDartIsolateWrapper.h', |
106 '../V8Converter.cpp', | 110 '../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', | 230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c
pp', |
227 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c
pp', | 231 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c
pp', |
228 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c
pp', | 232 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c
pp', |
229 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c
pp', | 233 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c
pp', |
230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c
pp', | 234 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c
pp', |
231 ], | 235 ], |
232 }], | 236 }], |
233 ], | 237 ], |
234 }, | 238 }, |
235 } | 239 } |
OLD | NEW |