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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 '../../../modules/websockets', | 53 '../../../modules/websockets', |
54 '../../../../../../dart/runtime', | 54 '../../../../../../dart/runtime', |
55 '../../../../../../dart/runtime/include', | 55 '../../../../../../dart/runtime/include', |
56 '<(SHARED_INTERMEDIATE_DIR)/blink', | 56 '<(SHARED_INTERMEDIATE_DIR)/blink', |
57 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart', | 57 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart', |
58 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/cpp', | 58 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/cpp', |
59 ], | 59 ], |
60 'bindings_files': [ | 60 'bindings_files': [ |
61 '../DartApplicationLoader.cpp', | 61 '../DartApplicationLoader.cpp', |
62 '../DartApplicationLoader.h', | 62 '../DartApplicationLoader.h', |
| 63 '../DartAsyncLoader.cpp', |
| 64 '../DartAsyncLoader.h', |
63 '../DartCallback.cpp', | 65 '../DartCallback.cpp', |
64 '../DartCallback.h', | 66 '../DartCallback.h', |
65 '../DartBindingsCommonIncludes.h', | 67 '../DartBindingsCommonIncludes.h', |
66 '../DartController.cpp', | 68 '../DartController.cpp', |
67 '../DartController.h', | 69 '../DartController.h', |
68 '../DartCustomElementBinding.cpp', | 70 '../DartCustomElementBinding.cpp', |
69 '../DartCustomElementBinding.h', | 71 '../DartCustomElementBinding.h', |
70 '../DartCustomElementConstructorBuilder.cpp', | 72 '../DartCustomElementConstructorBuilder.cpp', |
71 '../DartCustomElementConstructorBuilder.h', | 73 '../DartCustomElementConstructorBuilder.h', |
72 '../DartCustomElementLifecycleCallbacks.cpp', | 74 '../DartCustomElementLifecycleCallbacks.cpp', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c
pp', | 232 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources16.c
pp', |
231 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c
pp', | 233 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources17.c
pp', |
232 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c
pp', | 234 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources18.c
pp', |
233 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c
pp', | 235 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources19.c
pp', |
234 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c
pp', | 236 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/dart/DartDerivedSources20.c
pp', |
235 ], | 237 ], |
236 }], | 238 }], |
237 ], | 239 ], |
238 }, | 240 }, |
239 } | 241 } |
OLD | NEW |