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