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

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

Issue 2609653002: [DevTools] Migrate CallStackSidebarPane to UI.ListControl. (Closed)
Patch Set: Created 3 years, 11 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/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 all_devtools_files = [ 9 all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js", 10 "front_end/accessibility/AccessibilityModel.js",
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 "front_end/source_frame/fontView.css", 447 "front_end/source_frame/fontView.css",
448 "front_end/source_frame/FontView.js", 448 "front_end/source_frame/FontView.js",
449 "front_end/source_frame/imageView.css", 449 "front_end/source_frame/imageView.css",
450 "front_end/source_frame/ImageView.js", 450 "front_end/source_frame/ImageView.js",
451 "front_end/source_frame/module.json", 451 "front_end/source_frame/module.json",
452 "front_end/source_frame/ResourceSourceFrame.js", 452 "front_end/source_frame/ResourceSourceFrame.js",
453 "front_end/source_frame/SourceFrame.js", 453 "front_end/source_frame/SourceFrame.js",
454 "front_end/source_frame/SourcesTextEditor.js", 454 "front_end/source_frame/SourcesTextEditor.js",
455 "front_end/sources/AddSourceMapURLDialog.js", 455 "front_end/sources/AddSourceMapURLDialog.js",
456 "front_end/sources/AdvancedSearchView.js", 456 "front_end/sources/AdvancedSearchView.js",
457 "front_end/sources/callStackSidebarPane.css",
457 "front_end/sources/CallStackSidebarPane.js", 458 "front_end/sources/CallStackSidebarPane.js",
458 "front_end/sources/CSSSourceFrame.js", 459 "front_end/sources/CSSSourceFrame.js",
459 "front_end/sources/EditingLocationHistoryManager.js", 460 "front_end/sources/EditingLocationHistoryManager.js",
460 "front_end/sources/eventListenerBreakpoints.css", 461 "front_end/sources/eventListenerBreakpoints.css",
461 "front_end/sources/EventListenerBreakpointsSidebarPane.js", 462 "front_end/sources/EventListenerBreakpointsSidebarPane.js",
462 "front_end/sources/fileBasedSearchResultsPane.css", 463 "front_end/sources/fileBasedSearchResultsPane.css",
463 "front_end/sources/FileBasedSearchResultsPane.js", 464 "front_end/sources/FileBasedSearchResultsPane.js",
464 "front_end/sources/FilePathScoreFunction.js", 465 "front_end/sources/FilePathScoreFunction.js",
465 "front_end/sources/FilteredUISourceCodeListDelegate.js", 466 "front_end/sources/FilteredUISourceCodeListDelegate.js",
466 "front_end/sources/InplaceFormatterEditorAction.js", 467 "front_end/sources/InplaceFormatterEditorAction.js",
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 ".eslintrc.js", 1063 ".eslintrc.js",
1063 "devtools-node-modules/", 1064 "devtools-node-modules/",
1064 "front_end/", 1065 "front_end/",
1065 "scripts/buildbot/run_eslint.py", 1066 "scripts/buildbot/run_eslint.py",
1066 "scripts/local_node/", 1067 "scripts/local_node/",
1067 "//testing/scripts/common.py", 1068 "//testing/scripts/common.py",
1068 "//testing/scripts/run_devtools_check.py", 1069 "//testing/scripts/run_devtools_check.py",
1069 "//testing/xvfb.py", 1070 "//testing/xvfb.py",
1070 ] 1071 ]
1071 } 1072 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698