Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: Source/WebCore/bindings/dart/gyp/overrides.gypi

Issue 9288026: Switch to using dartdomgenerator.py for Dart interface and implementation generation. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 '..',
11 '../../../../../../../dart/runtime', 11 '../../../../../../../dart/runtime',
12 '../../../../../../../dart/runtime/include', 12 '../../../../../../../dart/runtime/include',
13 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart',
13 ], 14 ],
14 'additional_webcore_remaining_include': 'bindings/dart/', 15 'additional_webcore_remaining_include': 'bindings/dart/',
15 'webcore_files': [ 16 'webcore_files': [
16 '../DartApplicationLoader.cpp', 17 '../DartApplicationLoader.cpp',
17 '../DartApplicationLoader.h', 18 '../DartApplicationLoader.h',
18 '../DartCallback.cpp', 19 '../DartCallback.cpp',
19 '../DartCallback.h', 20 '../DartCallback.h',
20 '../DartClassInfo.cpp', 21 '../DartClassInfo.cpp',
21 '../DartClassInfo.h', 22 '../DartClassInfo.h',
22 '../DartBindingsCommonIncludes.h', 23 '../DartBindingsCommonIncludes.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '../custom/DartWebGLRenderingContextCustom.cpp', 111 '../custom/DartWebGLRenderingContextCustom.cpp',
111 '../custom/DartWebKitCSSMatrixCustom.cpp', 112 '../custom/DartWebKitCSSMatrixCustom.cpp',
112 '../custom/DartWebKitMutationObserverCustom.cpp', 113 '../custom/DartWebKitMutationObserverCustom.cpp',
113 '../custom/DartWebKitPointCustom.cpp', 114 '../custom/DartWebKitPointCustom.cpp',
114 '../custom/DartWebSocketCustom.cpp', 115 '../custom/DartWebSocketCustom.cpp',
115 '../custom/DartWorkerContextCustom.cpp', 116 '../custom/DartWorkerContextCustom.cpp',
116 '../custom/DartWorkerCustom.cpp', 117 '../custom/DartWorkerCustom.cpp',
117 '../custom/DartXMLHttpRequestCustom.cpp', 118 '../custom/DartXMLHttpRequestCustom.cpp',
118 '../custom/DartXSLTProcessorCustom.cpp', 119 '../custom/DartXSLTProcessorCustom.cpp',
119 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartHTMLElementWrapperFactory.cpp', 120 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartHTMLElementWrapperFactory.cpp',
120 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartResolver.cpp', 121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartResolver.cpp',
121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartSnapshot.bytes', 122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartSnapshot.bytes',
122 # FIXME: make conditional. 123 # FIXME: make conditional.
123 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartSVGElementWrapperFactory.cpp', 124 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartSVGElementWrapperFactory.cpp',
124 ], 125 ],
125 'webcore_files!': [ 126 'webcore_files!': [
126 '../../v8/ScriptControllerDelegate.h', 127 '../../v8/ScriptControllerDelegate.h',
127 ], 128 ],
128 'conditions': [ 129 'conditions': [
129 ['OS=="win" and buildtype=="Official"', { 130 ['OS=="win" and buildtype=="Official"', {
130 # On windows official release builds, we try to preserve symbol space. 131 # On windows official release builds, we try to preserve symbol space.
131 'additional_derived_sources_aggregate_files': [ 132 'additional_derived_sources_aggregate_files': [
(...skipping 20 matching lines...) Expand all
152 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ', 153 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ',
153 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ', 154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ',
154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ', 155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ',
155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ', 156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ',
156 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' , 157 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' ,
157 ], 158 ],
158 }], 159 }],
159 ], 160 ],
160 }, 161 },
161 } 162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698