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

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

Issue 2609653002: [DevTools] Migrate CallStackSidebarPane to UI.ListControl. (Closed)
Patch Set: comments addressed, more fixes 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "front_end/source_frame/imageView.css", 479 "front_end/source_frame/imageView.css",
480 "front_end/source_frame/ImageView.js", 480 "front_end/source_frame/ImageView.js",
481 "front_end/source_frame/module.json", 481 "front_end/source_frame/module.json",
482 "front_end/source_frame/ResourceSourceFrame.js", 482 "front_end/source_frame/ResourceSourceFrame.js",
483 "front_end/source_frame/SourceCodeDiff.js", 483 "front_end/source_frame/SourceCodeDiff.js",
484 "front_end/source_frame/SourceFrame.js", 484 "front_end/source_frame/SourceFrame.js",
485 "front_end/source_frame/SourcesTextEditor.js", 485 "front_end/source_frame/SourcesTextEditor.js",
486 "front_end/source_frame/UISourceCodeFrame.js", 486 "front_end/source_frame/UISourceCodeFrame.js",
487 "front_end/sources/AddSourceMapURLDialog.js", 487 "front_end/sources/AddSourceMapURLDialog.js",
488 "front_end/sources/AdvancedSearchView.js", 488 "front_end/sources/AdvancedSearchView.js",
489 "front_end/sources/callStackSidebarPane.css",
489 "front_end/sources/CallStackSidebarPane.js", 490 "front_end/sources/CallStackSidebarPane.js",
490 "front_end/sources/CSSSourceFrame.js", 491 "front_end/sources/CSSSourceFrame.js",
491 "front_end/sources/dialog.css", 492 "front_end/sources/dialog.css",
492 "front_end/sources/EditingLocationHistoryManager.js", 493 "front_end/sources/EditingLocationHistoryManager.js",
493 "front_end/sources/eventListenerBreakpoints.css", 494 "front_end/sources/eventListenerBreakpoints.css",
494 "front_end/sources/EventListenerBreakpointsSidebarPane.js", 495 "front_end/sources/EventListenerBreakpointsSidebarPane.js",
495 "front_end/sources/fileBasedSearchResultsPane.css", 496 "front_end/sources/fileBasedSearchResultsPane.css",
496 "front_end/sources/FileBasedSearchResultsPane.js", 497 "front_end/sources/FileBasedSearchResultsPane.js",
497 "front_end/sources/FilePathScoreFunction.js", 498 "front_end/sources/FilePathScoreFunction.js",
498 "front_end/sources/FilteredUISourceCodeListDelegate.js", 499 "front_end/sources/FilteredUISourceCodeListDelegate.js",
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 ".eslintrc.js", 1072 ".eslintrc.js",
1072 "devtools-node-modules/", 1073 "devtools-node-modules/",
1073 "front_end/", 1074 "front_end/",
1074 "scripts/buildbot/run_eslint.py", 1075 "scripts/buildbot/run_eslint.py",
1075 "scripts/local_node/", 1076 "scripts/local_node/",
1076 "//testing/scripts/common.py", 1077 "//testing/scripts/common.py",
1077 "//testing/scripts/run_devtools_check.py", 1078 "//testing/scripts/run_devtools_check.py",
1078 "//testing/xvfb.py", 1079 "//testing/xvfb.py",
1079 ] 1080 ]
1080 } 1081 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698