| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../bindings/core/core.gypi', # for bindings_core_v8_output_dir | 7 '../bindings/core/core.gypi', # for bindings_core_v8_output_dir |
| 8 ], | 8 ], |
| 9 | 9 |
| 10 'variables': { | 10 'variables': { |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 # Additional .cpp files from the make_core_generated rules. | 108 # Additional .cpp files from the make_core_generated rules. |
| 109 '<(blink_core_output_dir)/CSSGrammar.cpp', | 109 '<(blink_core_output_dir)/CSSGrammar.cpp', |
| 110 '<(blink_core_output_dir)/XPathGrammar.cpp', | 110 '<(blink_core_output_dir)/XPathGrammar.cpp', |
| 111 | 111 |
| 112 # Additional .cpp files from the inspector_protocol_sources list. | 112 # Additional .cpp files from the inspector_protocol_sources list. |
| 113 '<(blink_core_output_dir)/InspectorFrontend.cpp', | 113 '<(blink_core_output_dir)/InspectorFrontend.cpp', |
| 114 '<(blink_core_output_dir)/InspectorBackendDispatcher.cpp', | 114 '<(blink_core_output_dir)/InspectorBackendDispatcher.cpp', |
| 115 '<(blink_core_output_dir)/InspectorTypeBuilder.cpp', | 115 '<(blink_core_output_dir)/InspectorTypeBuilder.cpp', |
| 116 | 116 |
| 117 # Additional .cpp files from the inspector_instrumentation_sources list. | 117 # Additional .cpp files from the inspector_instrumentation_sources list. |
| 118 '<(blink_core_output_dir)/InspectorCanvasInstrumentationInl.h', | |
| 119 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h', | 118 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h', |
| 120 '<(blink_core_output_dir)/InspectorInstrumentationInl.h', | 119 '<(blink_core_output_dir)/InspectorInstrumentationInl.h', |
| 121 '<(blink_core_output_dir)/InspectorOverridesInl.h', | 120 '<(blink_core_output_dir)/InspectorOverridesInl.h', |
| 122 '<(blink_core_output_dir)/InstrumentingAgentsInl.h', | 121 '<(blink_core_output_dir)/InstrumentingAgentsInl.h', |
| 123 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp', | 122 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp', |
| 124 | 123 |
| 125 # Additional .cpp files for SVG. | 124 # Additional .cpp files for SVG. |
| 126 '<(blink_core_output_dir)/SVGElementFactory.cpp', | 125 '<(blink_core_output_dir)/SVGElementFactory.cpp', |
| 127 | 126 |
| 128 # Generated from make_style_shorthands.py | 127 # Generated from make_style_shorthands.py |
| 129 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', | 128 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', |
| 130 | 129 |
| 131 # Generated from make_style_builder.py | 130 # Generated from make_style_builder.py |
| 132 '<(blink_core_output_dir)/StyleBuilder.cpp', | 131 '<(blink_core_output_dir)/StyleBuilder.cpp', |
| 133 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', | 132 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', |
| 134 | 133 |
| 135 # Generated from make_css_property_metadata.py | 134 # Generated from make_css_property_metadata.py |
| 136 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', | 135 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', |
| 137 ], | 136 ], |
| 138 }, | 137 }, |
| 139 } | 138 } |
| OLD | NEW |