| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 '../DartMutationCallback.cpp', | 114 '../DartMutationCallback.cpp', |
| 115 '../DartMutationCallback.h', | 115 '../DartMutationCallback.h', |
| 116 '../DartNativeUtilities.cpp', | 116 '../DartNativeUtilities.cpp', |
| 117 '../DartNativeUtilities.h', | 117 '../DartNativeUtilities.h', |
| 118 '../DartScheduledAction.cpp', | 118 '../DartScheduledAction.cpp', |
| 119 '../DartScheduledAction.h', | 119 '../DartScheduledAction.h', |
| 120 '../DartScriptState.cpp', | 120 '../DartScriptState.cpp', |
| 121 '../DartScriptState.h', | 121 '../DartScriptState.h', |
| 122 '../DartScriptValue.cpp', | 122 '../DartScriptValue.cpp', |
| 123 '../DartScriptValue.h', | 123 '../DartScriptValue.h', |
| 124 '../DartPersistentValue.cpp', |
| 125 '../DartPersistentValue.h', |
| 124 '../DartService.cpp', | 126 '../DartService.cpp', |
| 125 '../DartService.h', | 127 '../DartService.h', |
| 126 '../DartStringCache.cpp', | 128 '../DartStringCache.cpp', |
| 127 '../DartStringCache.h', | 129 '../DartStringCache.h', |
| 128 '../DartUtilities.cpp', | 130 '../DartUtilities.cpp', |
| 129 '../DartUtilities.h', | 131 '../DartUtilities.h', |
| 130 '../ThreadSafeDartIsolateWrapper.cpp', | 132 '../ThreadSafeDartIsolateWrapper.cpp', |
| 131 '../ThreadSafeDartIsolateWrapper.h', | 133 '../ThreadSafeDartIsolateWrapper.h', |
| 132 '../V8Converter.cpp', | 134 '../V8Converter.cpp', |
| 133 '../V8Converter.h', | 135 '../V8Converter.h', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s15.cpp', | 248 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s15.cpp', |
| 247 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s16.cpp', | 249 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s16.cpp', |
| 248 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s17.cpp', | 250 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s17.cpp', |
| 249 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s18.cpp', | 251 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s18.cpp', |
| 250 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s19.cpp', | 252 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartGeneratedBinding
s19.cpp', |
| 251 ], | 253 ], |
| 252 }], | 254 }], |
| 253 ], | 255 ], |
| 254 }, | 256 }, |
| 255 } | 257 } |
| OLD | NEW |