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

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core.gyp » ('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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") 8 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
9 import("//third_party/WebKit/Source/bindings/modules/modules.gni") 9 import("//third_party/WebKit/Source/bindings/modules/modules.gni")
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "$blink_core_output_dir/HTMLMetaElement.cpp", 389 "$blink_core_output_dir/HTMLMetaElement.cpp",
390 390
391 # Additional .cpp files from the make_core_generated rules. 391 # Additional .cpp files from the make_core_generated rules.
392 "$blink_core_output_dir/XPathGrammar.cpp", 392 "$blink_core_output_dir/XPathGrammar.cpp",
393 393
394 # Additional .cpp files from the inspector_instrumentation_sources list. 394 # Additional .cpp files from the inspector_instrumentation_sources list.
395 "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h", 395 "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h",
396 "$blink_core_output_dir/InspectorInstrumentationImpl.cpp", 396 "$blink_core_output_dir/InspectorInstrumentationImpl.cpp",
397 "$blink_core_output_dir/InspectorInstrumentationInl.h", 397 "$blink_core_output_dir/InspectorInstrumentationInl.h",
398 "$blink_core_output_dir/InspectorOverridesInl.h", 398 "$blink_core_output_dir/InspectorOverridesInl.h",
399 "$blink_core_output_dir/InstrumentingAgentsInl.h", 399 "$blink_core_output_dir/InstrumentingAgents.h",
400 400
401 # Additional .cpp files for SVG. 401 # Additional .cpp files for SVG.
402 "$blink_core_output_dir/SVGElementFactory.cpp", 402 "$blink_core_output_dir/SVGElementFactory.cpp",
403 403
404 # Generated from make_style_shorthands.py 404 # Generated from make_style_shorthands.py
405 "$blink_core_output_dir/StylePropertyShorthand.cpp", 405 "$blink_core_output_dir/StylePropertyShorthand.cpp",
406 406
407 # Generated from make_style_builder.py 407 # Generated from make_style_builder.py
408 "$blink_core_output_dir/StyleBuilder.cpp", 408 "$blink_core_output_dir/StyleBuilder.cpp",
409 "$blink_core_output_dir/StyleBuilderFunctions.cpp", 409 "$blink_core_output_dir/StyleBuilderFunctions.cpp",
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 "$blink_core_output_dir/{{source_name_part}}.h", 1029 "$blink_core_output_dir/{{source_name_part}}.h",
1030 ] 1030 ]
1031 args = [ 1031 args = [
1032 "{{source}}", 1032 "{{source}}",
1033 rel_blink_core_gen_dir, 1033 rel_blink_core_gen_dir,
1034 bison_exe, 1034 bison_exe,
1035 ] 1035 ]
1036 1036
1037 deps = make_core_generated_deps 1037 deps = make_core_generated_deps
1038 } 1038 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698