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

Side by Side Diff: Source/core/core_generated.gypi

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/inspector/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698