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

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

Issue 2627103004: DevTools: make cpu throttling manager a control factory we can reuse. (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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "front_end/common/Text.js", 110 "front_end/common/Text.js",
111 "front_end/common/TextDictionary.js", 111 "front_end/common/TextDictionary.js",
112 "front_end/common/TextRange.js", 112 "front_end/common/TextRange.js",
113 "front_end/common/TextUtils.js", 113 "front_end/common/TextUtils.js",
114 "front_end/common/Throttler.js", 114 "front_end/common/Throttler.js",
115 "front_end/common/Trie.js", 115 "front_end/common/Trie.js",
116 "front_end/common/UIString.js", 116 "front_end/common/UIString.js",
117 "front_end/common/Worker.js", 117 "front_end/common/Worker.js",
118 "front_end/components/breakpointsList.css", 118 "front_end/components/breakpointsList.css",
119 "front_end/components/BreakpointsSidebarPaneBase.js", 119 "front_end/components/BreakpointsSidebarPaneBase.js",
120 "front_end/components/CPUThrottlingManager.js",
120 "front_end/components/customPreviewSection.css", 121 "front_end/components/customPreviewSection.css",
121 "front_end/components/CustomPreviewSection.js", 122 "front_end/components/CustomPreviewSection.js",
122 "front_end/components/DataSaverInfobar.js", 123 "front_end/components/DataSaverInfobar.js",
123 "front_end/components/DockController.js", 124 "front_end/components/DockController.js",
124 "front_end/components/DOMBreakpointsSidebarPane.js", 125 "front_end/components/DOMBreakpointsSidebarPane.js",
125 "front_end/components/DOMPresentationUtils.js", 126 "front_end/components/DOMPresentationUtils.js",
126 "front_end/components/domUtils.css", 127 "front_end/components/domUtils.css",
127 "front_end/components/EventListenersUtils.js", 128 "front_end/components/EventListenersUtils.js",
128 "front_end/components/eventListenersView.css", 129 "front_end/components/eventListenersView.css",
129 "front_end/components/EventListenersView.js", 130 "front_end/components/EventListenersView.js",
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 ".eslintrc.js", 1061 ".eslintrc.js",
1061 "devtools-node-modules/", 1062 "devtools-node-modules/",
1062 "front_end/", 1063 "front_end/",
1063 "scripts/buildbot/run_eslint.py", 1064 "scripts/buildbot/run_eslint.py",
1064 "scripts/local_node/", 1065 "scripts/local_node/",
1065 "//testing/scripts/common.py", 1066 "//testing/scripts/common.py",
1066 "//testing/scripts/run_devtools_check.py", 1067 "//testing/scripts/run_devtools_check.py",
1067 "//testing/xvfb.py", 1068 "//testing/xvfb.py",
1068 ] 1069 ]
1069 } 1070 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698