OLD | NEW |
---|---|
1 # | 1 # |
2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 25 matching lines...) Expand all Loading... | |
36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o n bindings | 36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o n bindings |
37 'core.gypi', | 37 'core.gypi', |
38 ], | 38 ], |
39 | 39 |
40 'variables': { | 40 'variables': { |
41 'enable_wexit_time_destructors': 1, | 41 'enable_wexit_time_destructors': 1, |
42 | 42 |
43 'webcore_include_dirs': [ | 43 'webcore_include_dirs': [ |
44 '../..', | 44 '../..', |
45 '..', | 45 '..', |
46 '<(core_output_dir)', | |
Nils Barth (inactive)
2014/06/04 06:09:28
Could you put this dir *below* the "qualified incl
c.shu
2014/06/04 16:00:42
Done.
| |
47 # FIXME: Remove this after cleaning up platform dependecies on core and mo dules. | |
Nils Barth (inactive)
2014/06/04 06:09:28
Thanks for the great explanation!
| |
48 # Needed now for RuntimeEnabledFeatures.h, etc. http://crbug.com/380361 | |
46 '<(SHARED_INTERMEDIATE_DIR)/blink', | 49 '<(SHARED_INTERMEDIATE_DIR)/blink', |
47 # FIXME: Remove these once core scripts generates qualified | 50 # FIXME: Remove these once core scripts generates qualified |
48 # includes correctly: http://crbug.com/358074 | 51 # includes correctly: http://crbug.com/358074 |
52 '<(modules_output_dir)', | |
49 '<(bindings_core_v8_output_dir)', | 53 '<(bindings_core_v8_output_dir)', |
50 '<(bindings_modules_v8_output_dir)', | 54 '<(bindings_modules_v8_output_dir)', |
51 ], | 55 ], |
52 | 56 |
53 'conditions': [ | 57 'conditions': [ |
54 ['OS=="android" and use_openmax_dl_fft!=0', { | 58 ['OS=="android" and use_openmax_dl_fft!=0', { |
55 'webcore_include_dirs': [ | 59 'webcore_include_dirs': [ |
56 '<(DEPTH)/third_party/openmax_dl' | 60 '<(DEPTH)/third_party/openmax_dl' |
57 ] | 61 ] |
58 }], | 62 }], |
(...skipping 18 matching lines...) Expand all Loading... | |
77 'action_name': 'generateInspectorProtocolBackendSources', | 81 'action_name': 'generateInspectorProtocolBackendSources', |
78 'inputs': [ | 82 'inputs': [ |
79 # The python script in action below. | 83 # The python script in action below. |
80 'inspector/CodeGeneratorInspector.py', | 84 'inspector/CodeGeneratorInspector.py', |
81 # The helper script imported by CodeGeneratorInspector.py. | 85 # The helper script imported by CodeGeneratorInspector.py. |
82 'inspector/CodeGeneratorInspectorStrings.py', | 86 'inspector/CodeGeneratorInspectorStrings.py', |
83 # Input file for the script. | 87 # Input file for the script. |
84 '../devtools/protocol.json', | 88 '../devtools/protocol.json', |
85 ], | 89 ], |
86 'outputs': [ | 90 'outputs': [ |
87 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp', | 91 '<(core_output_dir)/InspectorBackendDispatcher.cpp', |
88 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.h', | 92 '<(core_output_dir)/InspectorBackendDispatcher.h', |
89 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', | 93 '<(core_output_dir)/InspectorFrontend.cpp', |
90 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.h', | 94 '<(core_output_dir)/InspectorFrontend.h', |
91 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp', | 95 '<(core_output_dir)/InspectorTypeBuilder.cpp', |
92 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.h', | 96 '<(core_output_dir)/InspectorTypeBuilder.h', |
93 ], | 97 ], |
94 'variables': { | 98 'variables': { |
95 'generator_include_dirs': [ | 99 'generator_include_dirs': [ |
96 ], | 100 ], |
97 }, | 101 }, |
98 'action': [ | 102 'action': [ |
99 'python', | 103 'python', |
100 'inspector/CodeGeneratorInspector.py', | 104 'inspector/CodeGeneratorInspector.py', |
101 '../devtools/protocol.json', | 105 '../devtools/protocol.json', |
102 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink', | 106 '--output_dir', '<(core_output_dir)', |
103 ], | 107 ], |
104 'message': 'Generating Inspector protocol backend sources from protoco l.json', | 108 'message': 'Generating Inspector protocol backend sources from protoco l.json', |
105 }, | 109 }, |
106 ] | 110 ] |
107 }, | 111 }, |
108 { | 112 { |
109 'target_name': 'inspector_instrumentation_sources', | 113 'target_name': 'inspector_instrumentation_sources', |
110 'type': 'none', | 114 'type': 'none', |
111 'dependencies': [], | 115 'dependencies': [], |
112 'actions': [ | 116 'actions': [ |
113 { | 117 { |
114 'action_name': 'generateInspectorInstrumentation', | 118 'action_name': 'generateInspectorInstrumentation', |
115 'inputs': [ | 119 'inputs': [ |
116 # The python script in action below. | 120 # The python script in action below. |
117 'inspector/CodeGeneratorInstrumentation.py', | 121 'inspector/CodeGeneratorInstrumentation.py', |
118 # Input file for the script. | 122 # Input file for the script. |
119 'inspector/InspectorInstrumentation.idl', | 123 'inspector/InspectorInstrumentation.idl', |
120 ], | 124 ], |
121 'outputs': [ | 125 'outputs': [ |
122 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl. h', | 126 '<(core_output_dir)/InspectorCanvasInstrumentationInl.h', |
123 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl .h', | 127 '<(core_output_dir)/InspectorConsoleInstrumentationInl.h', |
124 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', | 128 '<(core_output_dir)/InspectorInstrumentationInl.h', |
125 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', | 129 '<(core_output_dir)/InspectorOverridesInl.h', |
126 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', | 130 '<(core_output_dir)/InstrumentingAgentsInl.h', |
127 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', | 131 '<(core_output_dir)/InspectorInstrumentationImpl.cpp', |
128 ], | 132 ], |
129 'action': [ | 133 'action': [ |
130 'python', | 134 'python', |
131 'inspector/CodeGeneratorInstrumentation.py', | 135 'inspector/CodeGeneratorInstrumentation.py', |
132 'inspector/InspectorInstrumentation.idl', | 136 'inspector/InspectorInstrumentation.idl', |
133 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/blink', | 137 '--output_dir', '<(core_output_dir)', |
134 ], | 138 ], |
135 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl', | 139 'message': 'Generating Inspector instrumentation code from InspectorIn strumentation.idl', |
136 } | 140 } |
137 ] | 141 ] |
138 }, | 142 }, |
139 { | 143 { |
140 'target_name': 'generate_inspector_protocol_version', | 144 'target_name': 'generate_inspector_protocol_version', |
141 'type': 'none', | 145 'type': 'none', |
142 'actions': [ | 146 'actions': [ |
143 { | 147 { |
144 'action_name': 'generateInspectorProtocolVersion', | 148 'action_name': 'generateInspectorProtocolVersion', |
145 'inputs': [ | 149 'inputs': [ |
146 'inspector/generate-inspector-protocol-version', | 150 'inspector/generate-inspector-protocol-version', |
147 '../devtools/protocol.json', | 151 '../devtools/protocol.json', |
148 ], | 152 ], |
149 'outputs': [ | 153 'outputs': [ |
150 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorProtocolVersion.h', | 154 '<(core_output_dir)/InspectorProtocolVersion.h', |
151 ], | 155 ], |
152 'variables': { | 156 'variables': { |
153 'generator_include_dirs': [ | 157 'generator_include_dirs': [ |
154 ], | 158 ], |
155 }, | 159 }, |
156 'action': [ | 160 'action': [ |
157 'python', | 161 'python', |
158 'inspector/generate-inspector-protocol-version', | 162 'inspector/generate-inspector-protocol-version', |
159 '-o', | 163 '-o', |
160 '<@(_outputs)', | 164 '<@(_outputs)', |
161 '<@(_inputs)' | 165 '<@(_inputs)' |
162 ], | 166 ], |
163 'message': 'Validate inspector protocol for backwards compatibility an d generate version file', | 167 'message': 'Validate inspector protocol for backwards compatibility an d generate version file', |
164 } | 168 } |
165 ] | 169 ] |
166 }, | 170 }, |
167 { | 171 { |
168 'target_name': 'inspector_overlay_page', | 172 'target_name': 'inspector_overlay_page', |
169 'type': 'none', | 173 'type': 'none', |
170 'variables': { | 174 'variables': { |
171 'input_file_path': 'inspector/InspectorOverlayPage.html', | 175 'input_file_path': 'inspector/InspectorOverlayPage.html', |
172 'output_file_path': '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverlayPa ge.h', | 176 'output_file_path': '<(core_output_dir)/InspectorOverlayPage.h', |
173 'character_array_name': 'InspectorOverlayPage_html', | 177 'character_array_name': 'InspectorOverlayPage_html', |
174 }, | 178 }, |
175 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | 179 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], |
176 }, | 180 }, |
177 { | 181 { |
178 'target_name': 'injected_canvas_script_source', | 182 'target_name': 'injected_canvas_script_source', |
179 'type': 'none', | 183 'type': 'none', |
180 'variables': { | 184 'variables': { |
181 'input_file_path': 'inspector/InjectedScriptCanvasModuleSource.js', | 185 'input_file_path': 'inspector/InjectedScriptCanvasModuleSource.js', |
182 'output_file_path': '<(SHARED_INTERMEDIATE_DIR)/blink/InjectedScriptCanv asModuleSource.h', | 186 'output_file_path': '<(core_output_dir)/InjectedScriptCanvasModuleSource .h', |
183 'character_array_name': 'InjectedScriptCanvasModuleSource_js', | 187 'character_array_name': 'InjectedScriptCanvasModuleSource_js', |
184 }, | 188 }, |
185 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | 189 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], |
186 }, | 190 }, |
187 { | 191 { |
188 'target_name': 'injected_script_source', | 192 'target_name': 'injected_script_source', |
189 'type': 'none', | 193 'type': 'none', |
190 'variables': { | 194 'variables': { |
191 'input_file_path': 'inspector/InjectedScriptSource.js', | 195 'input_file_path': 'inspector/InjectedScriptSource.js', |
192 'output_file_path': '<(SHARED_INTERMEDIATE_DIR)/blink/InjectedScriptSour ce.h', | 196 'output_file_path': '<(core_output_dir)/InjectedScriptSource.h', |
193 'character_array_name': 'InjectedScriptSource_js', | 197 'character_array_name': 'InjectedScriptSource_js', |
194 }, | 198 }, |
195 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | 199 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], |
196 }, | 200 }, |
197 { | 201 { |
198 'target_name': 'debugger_script_source', | 202 'target_name': 'debugger_script_source', |
199 'type': 'none', | 203 'type': 'none', |
200 'variables': { | 204 'variables': { |
201 'input_file_path': '<(bindings_v8_dir)/DebuggerScript.js', | 205 'input_file_path': '<(bindings_v8_dir)/DebuggerScript.js', |
202 'output_file_path': '<(SHARED_INTERMEDIATE_DIR)/blink/DebuggerScriptSour ce.h', | 206 'output_file_path': '<(core_output_dir)/DebuggerScriptSource.h', |
203 'character_array_name': 'DebuggerScriptSource_js', | 207 'character_array_name': 'DebuggerScriptSource_js', |
204 }, | 208 }, |
205 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], | 209 'includes': [ '../build/ConvertFileToHeaderWithCharacterArray.gypi' ], |
206 }, | 210 }, |
207 { | 211 { |
208 'target_name': 'webcore_generated', | 212 'target_name': 'webcore_generated', |
209 'type': 'static_library', | 213 'type': 'static_library', |
210 'hard_dependency': 1, | 214 'hard_dependency': 1, |
211 'dependencies': [ | 215 'dependencies': [ |
212 'webcore_prerequisites', | 216 'webcore_prerequisites', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
249 'svg', | 253 'svg', |
250 ], | 254 ], |
251 'sources': [ | 255 'sources': [ |
252 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 | 256 # FIXME: should be bindings_core_v8_files http://crbug.com/358074 |
253 '<@(bindings_v8_files)', | 257 '<@(bindings_v8_files)', |
254 # These files include all the .cpp files generated from the .idl files | 258 # These files include all the .cpp files generated from the .idl files |
255 # in webcore_files. | 259 # in webcore_files. |
256 '<@(bindings_core_generated_aggregate_files)', | 260 '<@(bindings_core_generated_aggregate_files)', |
257 | 261 |
258 # Additional .cpp files for HashTools.h | 262 # Additional .cpp files for HashTools.h |
259 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', | 263 '<(core_output_dir)/CSSPropertyNames.cpp', |
260 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', | 264 '<(core_output_dir)/CSSValueKeywords.cpp', |
261 | 265 |
262 # Additional .cpp files from make_core_generated actions. | 266 # Additional .cpp files from make_core_generated actions. |
263 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', | 267 '<(core_output_dir)/Event.cpp', |
264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', | 268 '<(core_output_dir)/EventHeaders.h', |
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', | 269 '<(core_output_dir)/EventInterfaces.h', |
266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', | 270 '<(core_output_dir)/EventNames.cpp', |
267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h', | 271 '<(core_output_dir)/EventNames.h', |
268 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', | 272 '<(core_output_dir)/EventTargetHeaders.h', |
269 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', | 273 '<(core_output_dir)/EventTargetInterfaces.h', |
270 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp', | 274 '<(core_output_dir)/EventTargetNames.cpp', |
271 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h', | 275 '<(core_output_dir)/EventTargetNames.h', |
272 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp', | 276 '<(core_output_dir)/EventTypeNames.cpp', |
273 '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h', | 277 '<(core_output_dir)/EventTypeNames.h', |
274 '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp', | 278 '<(core_output_dir)/FetchInitiatorTypeNames.cpp', |
275 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp', | 279 '<(core_output_dir)/HTMLElementFactory.cpp', |
276 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h', | 280 '<(core_output_dir)/HTMLElementFactory.h', |
277 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.cpp', | 281 '<(core_output_dir)/HTMLElementLookupTrie.cpp', |
278 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.h', | 282 '<(core_output_dir)/HTMLElementLookupTrie.h', |
279 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp', | 283 '<(core_output_dir)/HTMLNames.cpp', |
280 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLTokenizerNames.cpp', | 284 '<(core_output_dir)/HTMLTokenizerNames.cpp', |
281 '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.cpp', | 285 '<(core_output_dir)/InputTypeNames.cpp', |
282 '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp', | 286 '<(core_output_dir)/MathMLNames.cpp', |
283 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', | 287 '<(core_output_dir)/SVGNames.cpp', |
284 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', | 288 '<(core_output_dir)/UserAgentStyleSheetsData.cpp', |
285 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp', | 289 '<(core_output_dir)/V8HTMLElementWrapperFactory.cpp', |
286 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', | 290 '<(core_output_dir)/XLinkNames.cpp', |
287 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', | 291 '<(core_output_dir)/XMLNSNames.cpp', |
288 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', | 292 '<(core_output_dir)/XMLNames.cpp', |
289 | 293 |
290 # Generated from HTMLEntityNames.in | 294 # Generated from HTMLEntityNames.in |
291 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp', | 295 '<(core_output_dir)/HTMLEntityTable.cpp', |
292 | 296 |
293 # Generated from MediaFeatureNames.in | 297 # Generated from MediaFeatureNames.in |
294 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatureNames.cpp', | 298 '<(core_output_dir)/MediaFeatureNames.cpp', |
295 | 299 |
296 # Generated from MediaTypeNames.in | 300 # Generated from MediaTypeNames.in |
297 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaTypeNames.cpp', | 301 '<(core_output_dir)/MediaTypeNames.cpp', |
298 | 302 |
299 # Generated from CSSTokenizer-in.cpp | 303 # Generated from CSSTokenizer-in.cpp |
300 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp', | 304 '<(core_output_dir)/CSSTokenizer.cpp', |
301 | 305 |
302 # Generated from BisonCSSParser-in.cpp | 306 # Generated from BisonCSSParser-in.cpp |
303 '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp', | 307 '<(core_output_dir)/BisonCSSParser.cpp', |
304 | 308 |
305 # Generated from HTMLMetaElement-in.cpp | 309 # Generated from HTMLMetaElement-in.cpp |
306 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', | 310 '<(core_output_dir)/HTMLMetaElement.cpp', |
307 | 311 |
308 # Additional .cpp files from the make_core_generated rules. | 312 # Additional .cpp files from the make_core_generated rules. |
309 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp', | 313 '<(core_output_dir)/CSSGrammar.cpp', |
310 '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp', | 314 '<(core_output_dir)/XPathGrammar.cpp', |
311 | 315 |
312 # Additional .cpp files from the inspector_protocol_sources list. | 316 # Additional .cpp files from the inspector_protocol_sources list. |
313 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', | 317 '<(core_output_dir)/InspectorFrontend.cpp', |
314 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp', | 318 '<(core_output_dir)/InspectorBackendDispatcher.cpp', |
315 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp', | 319 '<(core_output_dir)/InspectorTypeBuilder.cpp', |
316 | 320 |
317 # Additional .cpp files from the inspector_instrumentation_sources list. | 321 # Additional .cpp files from the inspector_instrumentation_sources list. |
318 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorCanvasInstrumentationInl.h', | 322 '<(core_output_dir)/InspectorCanvasInstrumentationInl.h', |
319 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorConsoleInstrumentationInl.h', | 323 '<(core_output_dir)/InspectorConsoleInstrumentationInl.h', |
320 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationInl.h', | 324 '<(core_output_dir)/InspectorInstrumentationInl.h', |
321 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorOverridesInl.h', | 325 '<(core_output_dir)/InspectorOverridesInl.h', |
322 '<(SHARED_INTERMEDIATE_DIR)/blink/InstrumentingAgentsInl.h', | 326 '<(core_output_dir)/InstrumentingAgentsInl.h', |
323 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorInstrumentationImpl.cpp', | 327 '<(core_output_dir)/InspectorInstrumentationImpl.cpp', |
324 | 328 |
325 # Additional .cpp files for SVG. | 329 # Additional .cpp files for SVG. |
326 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', | 330 '<(core_output_dir)/SVGElementFactory.cpp', |
327 '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', | 331 '<(core_output_dir)/V8SVGElementWrapperFactory.cpp', |
328 | 332 |
329 # Generated from make_style_shorthands.py | 333 # Generated from make_style_shorthands.py |
330 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', | 334 '<(core_output_dir)/StylePropertyShorthand.cpp', |
331 | 335 |
332 # Generated from make_style_builder.py | 336 # Generated from make_style_builder.py |
333 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp', | 337 '<(core_output_dir)/StyleBuilder.cpp', |
334 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.cpp', | 338 '<(core_output_dir)/StyleBuilderFunctions.cpp', |
335 ], | 339 ], |
336 'conditions': [ | 340 'conditions': [ |
337 ['OS=="win" and component=="shared_library"', { | 341 ['OS=="win" and component=="shared_library"', { |
338 'defines': [ | 342 'defines': [ |
339 'USING_V8_SHARED', | 343 'USING_V8_SHARED', |
340 ], | 344 ], |
341 }], | 345 }], |
342 ['OS=="win"', { | 346 ['OS=="win"', { |
343 # In generated bindings code: 'switch contains default but no case'. | 347 # In generated bindings code: 'switch contains default but no case'. |
344 # Disable c4267 warnings until we fix size_t to int truncations. | 348 # Disable c4267 warnings until we fix size_t to int truncations. |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
825 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 829 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
826 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 830 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
827 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 831 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
828 ], | 832 ], |
829 'sources/': [ | 833 'sources/': [ |
830 ['exclude', 'testing/js'], | 834 ['exclude', 'testing/js'], |
831 ], | 835 ], |
832 }, | 836 }, |
833 ], # targets | 837 ], # targets |
834 } | 838 } |
OLD | NEW |