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_generated_lib_sources', | 5 '../bindings/dart/gyp/dartium.gyp:dart_generated_lib_sources', |
6 '../bindings/dart/gyp/dartium.gyp:dart_snapshot', | 6 '../bindings/dart/gyp/dartium.gyp:dart_snapshot', |
7 '../../../../../dart/runtime/dart-runtime.gyp:libdart', | 7 '../../../../../dart/runtime/dart-runtime.gyp:libdart', |
8 ], | 8 ], |
9 'additional_webcore_include_dirs': [ | 9 'additional_webcore_include_dirs': [ |
10 '..', | 10 '..', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 '../custom/DartDeviceMotionEventCustom.cpp', | 56 '../custom/DartDeviceMotionEventCustom.cpp', |
57 '../custom/DartDeviceOrientationEventCustom.cpp', | 57 '../custom/DartDeviceOrientationEventCustom.cpp', |
58 '../custom/DartDocumentCustom.cpp', | 58 '../custom/DartDocumentCustom.cpp', |
59 '../custom/DartDirectoryEntryCustom.cpp', | 59 '../custom/DartDirectoryEntryCustom.cpp', |
60 '../custom/DartDirectoryEntrySyncCustom.cpp', | 60 '../custom/DartDirectoryEntrySyncCustom.cpp', |
61 '../custom/DartElementCustom.cpp', | 61 '../custom/DartElementCustom.cpp', |
62 '../custom/DartEntryCustom.cpp', | 62 '../custom/DartEntryCustom.cpp', |
63 '../custom/DartEntrySyncCustom.cpp', | 63 '../custom/DartEntrySyncCustom.cpp', |
64 '../custom/DartEventCustom.cpp', | 64 '../custom/DartEventCustom.cpp', |
65 '../custom/DartEventTargetCustom.cpp', | 65 '../custom/DartEventTargetCustom.cpp', |
66 '../custom/DartFileReaderCustom.cpp', | |
67 '../custom/DartFloat32ArrayCustom.cpp', | 66 '../custom/DartFloat32ArrayCustom.cpp', |
68 '../custom/DartFloat64ArrayCustom.cpp', | 67 '../custom/DartFloat64ArrayCustom.cpp', |
69 '../custom/DartGeolocationCustom.cpp', | 68 '../custom/DartGeolocationCustom.cpp', |
70 '../custom/DartHTMLAllCollectionCustom.cpp', | 69 '../custom/DartHTMLAllCollectionCustom.cpp', |
71 '../custom/DartHTMLCanvasElementCustom.cpp', | 70 '../custom/DartHTMLCanvasElementCustom.cpp', |
72 '../custom/DartHTMLCollectionCustom.cpp', | 71 '../custom/DartHTMLCollectionCustom.cpp', |
73 '../custom/DartHTMLDocumentCustom.cpp', | 72 '../custom/DartHTMLDocumentCustom.cpp', |
74 '../custom/DartHTMLElementCustom.cpp', | 73 '../custom/DartHTMLElementCustom.cpp', |
75 '../custom/DartHTMLFrameElementCustom.cpp', | 74 '../custom/DartHTMLFrameElementCustom.cpp', |
76 '../custom/DartHTMLInputElementCustom.cpp', | 75 '../custom/DartHTMLInputElementCustom.cpp', |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp
', | 153 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp
', |
155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp
', | 154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp
', |
156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp
', | 155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp
', |
157 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp
', | 156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp
', |
158 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerived
SourcesAll.cpp', | 157 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerived
SourcesAll.cpp', |
159 ], | 158 ], |
160 }], | 159 }], |
161 ], | 160 ], |
162 }, | 161 }, |
163 } | 162 } |
OLD | NEW |