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

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: Address comments Created 8 years, 10 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '../custom/DartWebGLRenderingContextCustom.cpp', 112 '../custom/DartWebGLRenderingContextCustom.cpp',
112 '../custom/DartWebKitCSSMatrixCustom.cpp', 113 '../custom/DartWebKitCSSMatrixCustom.cpp',
113 '../custom/DartWebKitMutationObserverCustom.cpp', 114 '../custom/DartWebKitMutationObserverCustom.cpp',
114 '../custom/DartWebKitPointCustom.cpp', 115 '../custom/DartWebKitPointCustom.cpp',
115 '../custom/DartWebSocketCustom.cpp', 116 '../custom/DartWebSocketCustom.cpp',
116 '../custom/DartWorkerContextCustom.cpp', 117 '../custom/DartWorkerContextCustom.cpp',
117 '../custom/DartWorkerCustom.cpp', 118 '../custom/DartWorkerCustom.cpp',
118 '../custom/DartXMLHttpRequestCustom.cpp', 119 '../custom/DartXMLHttpRequestCustom.cpp',
119 '../custom/DartXSLTProcessorCustom.cpp', 120 '../custom/DartXSLTProcessorCustom.cpp',
120 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartHTMLElementWrapperFactory.cpp', 121 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartHTMLElementWrapperFactory.cpp',
121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartResolver.cpp', 122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartResolver.cpp',
122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartSnapshot.bytes', 123 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartSnapshot.bytes',
123 # FIXME: make conditional. 124 # FIXME: make conditional.
124 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartSVGElementWrapperFactory.cpp', 125 '<(SHARED_INTERMEDIATE_DIR)/webkit/DartSVGElementWrapperFactory.cpp',
125 ], 126 ],
126 'webcore_files!': [ 127 'webcore_files!': [
127 '../../v8/ScriptControllerDelegate.h', 128 '../../v8/ScriptControllerDelegate.h',
128 ], 129 ],
129 'conditions': [ 130 'conditions': [
130 ['OS=="win" and buildtype=="Official"', { 131 ['OS=="win" and buildtype=="Official"', {
131 # On windows official release builds, we try to preserve symbol space. 132 # On windows official release builds, we try to preserve symbol space.
132 'additional_derived_sources_aggregate_files': [ 133 'additional_derived_sources_aggregate_files': [
(...skipping 20 matching lines...) Expand all
153 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ', 154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources16.cpp ',
154 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ', 155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp ',
155 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ', 156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp ',
156 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ', 157 # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp ',
157 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' , 158 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp' ,
158 ], 159 ],
159 }], 160 }],
160 ], 161 ],
161 }, 162 },
162 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698