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

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

Issue 2327983002: [DevTools] Migrate StylesSidebarPane to TreeOutlineInShadow. (Closed)
Patch Set: filtering, tests Created 4 years, 3 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 devtools_embedder_scripts = [ 8 devtools_embedder_scripts = [
9 "front_end/devtools.js", 9 "front_end/devtools.js",
10 "front_end/Tests.js", 10 "front_end/Tests.js",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 devtools_diff_js_files = [ 402 devtools_diff_js_files = [
403 "front_end/diff/Diff.js", 403 "front_end/diff/Diff.js",
404 "front_end/diff/diff_match_patch.js", 404 "front_end/diff/diff_match_patch.js",
405 ] 405 ]
406 devtools_elements_js_files = [ 406 devtools_elements_js_files = [
407 "front_end/elements/breadcrumbs.css", 407 "front_end/elements/breadcrumbs.css",
408 "front_end/elements/computedStyleSidebarPane.css", 408 "front_end/elements/computedStyleSidebarPane.css",
409 "front_end/elements/elementsPanel.css", 409 "front_end/elements/elementsPanel.css",
410 "front_end/elements/elementsTreeOutline.css", 410 "front_end/elements/elementsTreeOutline.css",
411 "front_end/elements/platformFontsWidget.css", 411 "front_end/elements/platformFontsWidget.css",
412 "front_end/elements/stylesSectionTree.css",
412 "front_end/elements/ClassesPaneWidget.js", 413 "front_end/elements/ClassesPaneWidget.js",
413 "front_end/elements/ColorSwatchPopoverIcon.js", 414 "front_end/elements/ColorSwatchPopoverIcon.js",
414 "front_end/elements/ComputedStyleModel.js", 415 "front_end/elements/ComputedStyleModel.js",
415 "front_end/elements/ElementsBreadcrumbs.js", 416 "front_end/elements/ElementsBreadcrumbs.js",
416 "front_end/elements/ElementsPanel.js", 417 "front_end/elements/ElementsPanel.js",
417 "front_end/elements/ElementsSidebarPane.js", 418 "front_end/elements/ElementsSidebarPane.js",
418 "front_end/elements/ElementsTreeElement.js", 419 "front_end/elements/ElementsTreeElement.js",
419 "front_end/elements/ElementsTreeElementHighlighter.js", 420 "front_end/elements/ElementsTreeElementHighlighter.js",
420 "front_end/elements/ElementsTreeOutline.js", 421 "front_end/elements/ElementsTreeOutline.js",
421 "front_end/elements/ElementStatePaneWidget.js", 422 "front_end/elements/ElementStatePaneWidget.js",
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 deps = [ 1112 deps = [
1112 ":frontend_protocol_sources", 1113 ":frontend_protocol_sources",
1113 ":supported_css_properties", 1114 ":supported_css_properties",
1114 ] 1115 ]
1115 sources = generated_scripts 1116 sources = generated_scripts
1116 outputs = [ 1117 outputs = [
1117 "$resources_out_debug_dir/{{source_file_part}}", 1118 "$resources_out_debug_dir/{{source_file_part}}",
1118 ] 1119 ]
1119 } 1120 }
1120 } 1121 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698