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

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

Issue 1670813003: DevTools: do not use platform/ to load injected scripts into inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated the chromevox script Created 4 years, 10 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<(blink_core_output_dir)/InspectorBackendDispatcher.cpp', 103 '<(blink_core_output_dir)/InspectorBackendDispatcher.cpp',
104 '<(blink_core_output_dir)/InspectorTypeBuilder.cpp', 104 '<(blink_core_output_dir)/InspectorTypeBuilder.cpp',
105 105
106 # Additional .cpp files from the inspector_instrumentation_sources list. 106 # Additional .cpp files from the inspector_instrumentation_sources list.
107 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h', 107 '<(blink_core_output_dir)/InspectorConsoleInstrumentationInl.h',
108 '<(blink_core_output_dir)/InspectorInstrumentationInl.h', 108 '<(blink_core_output_dir)/InspectorInstrumentationInl.h',
109 '<(blink_core_output_dir)/InspectorOverridesInl.h', 109 '<(blink_core_output_dir)/InspectorOverridesInl.h',
110 '<(blink_core_output_dir)/InstrumentingAgentsInl.h', 110 '<(blink_core_output_dir)/InstrumentingAgentsInl.h',
111 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp', 111 '<(blink_core_output_dir)/InspectorInstrumentationImpl.cpp',
112 112
113 # Additional files from injected_script_sources list.
114 '<(blink_core_output_dir)/inspector/v8/DebuggerScript.h',
115 '<(blink_core_output_dir)/inspector/v8/InjectedScriptSource.h',
116
113 # Additional .cpp files for SVG. 117 # Additional .cpp files for SVG.
114 '<(blink_core_output_dir)/SVGElementFactory.cpp', 118 '<(blink_core_output_dir)/SVGElementFactory.cpp',
115 119
116 # Generated from make_style_shorthands.py 120 # Generated from make_style_shorthands.py
117 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', 121 '<(blink_core_output_dir)/StylePropertyShorthand.cpp',
118 122
119 # Generated from make_style_builder.py 123 # Generated from make_style_builder.py
120 '<(blink_core_output_dir)/StyleBuilder.cpp', 124 '<(blink_core_output_dir)/StyleBuilder.cpp',
121 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', 125 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
122 126
123 # Generated from make_css_property_metadata.py 127 # Generated from make_css_property_metadata.py
124 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp', 128 '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
125 129
126 # Generated from make_origin_trials.py 130 # Generated from make_origin_trials.py
127 '<(blink_core_output_dir)/origin_trials/OriginTrials.cpp', 131 '<(blink_core_output_dir)/origin_trials/OriginTrials.cpp',
128 '<(blink_core_output_dir)/origin_trials/OriginTrials.h', 132 '<(blink_core_output_dir)/origin_trials/OriginTrials.h',
129 ], 133 ],
130 }, 134 },
131 } 135 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/inspector/v8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698