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

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

Issue 1903953002: [DevTools] Move from InstrumentingAgents to InstrumentingSessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-discard-agent
Patch Set: rebased Created 4 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 # Generated from HTMLMetaElement-in.cpp 93 # Generated from HTMLMetaElement-in.cpp
94 '<(blink_core_output_dir)/HTMLMetaElement.cpp', 94 '<(blink_core_output_dir)/HTMLMetaElement.cpp',
95 95
96 # Additional .cpp files from the make_core_generated rules. 96 # Additional .cpp files from the make_core_generated rules.
97 '<(blink_core_output_dir)/XPathGrammar.cpp', 97 '<(blink_core_output_dir)/XPathGrammar.cpp',
98 98
99 # Additional .cpp files from the inspector_instrumentation_sources list. 99 # Additional .cpp files from the inspector_instrumentation_sources list.
100 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h', 100 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h',
101 '<(blink_core_output_dir)/InspectorInstrumentationInl.h', 101 '<(blink_core_output_dir)/InspectorInstrumentationInl.h',
102 '<(blink_core_output_dir)/InspectorOverridesInl.h', 102 '<(blink_core_output_dir)/InspectorOverridesInl.h',
103 '<(blink_core_output_dir)/InstrumentingAgentsInl.h', 103 '<(blink_core_output_dir)/InstrumentingAgents.h',
104 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp', 104 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp',
105 105
106 # Additional .cpp files for SVG. 106 # Additional .cpp files for SVG.
107 '<(blink_core_output_dir)/SVGElementFactory.cpp', 107 '<(blink_core_output_dir)/SVGElementFactory.cpp',
108 108
109 # Generated from make_style_shorthands.py 109 # Generated from make_style_shorthands.py
110 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', 110 '<(blink_core_output_dir)/StylePropertyShorthand.cpp',
111 111
112 # Generated from make_style_builder.py 112 # Generated from make_style_builder.py
113 '<(blink_core_output_dir)/StyleBuilder.cpp', 113 '<(blink_core_output_dir)/StyleBuilder.cpp',
114 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', 114 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
115 115
116 # Generated from make_cssom_types.py 116 # Generated from make_cssom_types.py
117 '<(blink_core_output_dir)/CSSOMKeywords.cpp', 117 '<(blink_core_output_dir)/CSSOMKeywords.cpp',
118 '<(blink_core_output_dir)/CSSOMTypes.cpp', 118 '<(blink_core_output_dir)/CSSOMTypes.cpp',
119 119
120 # Generated from make_css_property_metadata.py 120 # Generated from make_css_property_metadata.py
121 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', 121 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
122 122
123 # Generated from make_origin_trials.py 123 # Generated from make_origin_trials.py
124 '<(blink_core_output_dir)/origin_trials/OriginTrials.cpp', 124 '<(blink_core_output_dir)/origin_trials/OriginTrials.cpp',
125 '<(blink_core_output_dir)/origin_trials/OriginTrials.h', 125 '<(blink_core_output_dir)/origin_trials/OriginTrials.h',
126 ], 126 ],
127 }, 127 },
128 } 128 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698