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

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

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/bindings/core/v8/WrapCanvasContext.cpp ('k') | 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//third_party/WebKit/Source/bindings/bindings.gni") 6 import("//third_party/WebKit/Source/bindings/bindings.gni")
7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni") 7 import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
8 import("//third_party/WebKit/Source/bindings/modules/modules.gni") 8 import("//third_party/WebKit/Source/bindings/modules/modules.gni")
9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 9 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/bindings/scripts/scripts.gni")
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 # Additional .cpp files from the make_core_generated rules. 403 # Additional .cpp files from the make_core_generated rules.
404 "$blink_core_output_dir/CSSGrammar.cpp", 404 "$blink_core_output_dir/CSSGrammar.cpp",
405 "$blink_core_output_dir/XPathGrammar.cpp", 405 "$blink_core_output_dir/XPathGrammar.cpp",
406 406
407 # Additional .cpp files from the inspector_protocol_sources list. 407 # Additional .cpp files from the inspector_protocol_sources list.
408 "$blink_core_output_dir/InspectorFrontend.cpp", 408 "$blink_core_output_dir/InspectorFrontend.cpp",
409 "$blink_core_output_dir/InspectorBackendDispatcher.cpp", 409 "$blink_core_output_dir/InspectorBackendDispatcher.cpp",
410 "$blink_core_output_dir/InspectorTypeBuilder.cpp", 410 "$blink_core_output_dir/InspectorTypeBuilder.cpp",
411 411
412 # Additional .cpp files from the inspector_instrumentation_sources list. 412 # Additional .cpp files from the inspector_instrumentation_sources list.
413 "$blink_core_output_dir/InspectorCanvasInstrumentationInl.h",
414 "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h", 413 "$blink_core_output_dir/InspectorConsoleInstrumentationInl.h",
415 "$blink_core_output_dir/InspectorInstrumentationInl.h", 414 "$blink_core_output_dir/InspectorInstrumentationInl.h",
416 "$blink_core_output_dir/InspectorOverridesInl.h", 415 "$blink_core_output_dir/InspectorOverridesInl.h",
417 "$blink_core_output_dir/InstrumentingAgentsInl.h", 416 "$blink_core_output_dir/InstrumentingAgentsInl.h",
418 "$blink_core_output_dir/InspectorInstrumentationImpl.cpp", 417 "$blink_core_output_dir/InspectorInstrumentationImpl.cpp",
419 418
420 # Additional .cpp files for SVG. 419 # Additional .cpp files for SVG.
421 "$blink_core_output_dir/SVGElementFactory.cpp", 420 "$blink_core_output_dir/SVGElementFactory.cpp",
422 421
423 # Generated from make_style_shorthands.py 422 # Generated from make_style_shorthands.py
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 "$blink_core_output_dir/{{source_name_part}}.h", 1038 "$blink_core_output_dir/{{source_name_part}}.h",
1040 ] 1039 ]
1041 args = [ 1040 args = [
1042 "{{source}}", 1041 "{{source}}",
1043 rel_blink_core_gen_dir, 1042 rel_blink_core_gen_dir,
1044 bison_exe, 1043 bison_exe,
1045 ] 1044 ]
1046 1045
1047 deps = make_core_generated_deps 1046 deps = make_core_generated_deps
1048 } 1047 }
OLDNEW
« no previous file with comments | « Source/bindings/core/v8/WrapCanvasContext.cpp ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698