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

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

Issue 2712513002: DevTools: extract ObjectUI module from Components (Closed)
Patch Set: fix build.gn Created 3 years, 10 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/TextDictionary.js", 110 "front_end/common/TextDictionary.js",
111 "front_end/common/TextRange.js", 111 "front_end/common/TextRange.js",
112 "front_end/common/TextUtils.js", 112 "front_end/common/TextUtils.js",
113 "front_end/common/Throttler.js", 113 "front_end/common/Throttler.js",
114 "front_end/common/Trie.js", 114 "front_end/common/Trie.js",
115 "front_end/common/UIString.js", 115 "front_end/common/UIString.js",
116 "front_end/common/Worker.js", 116 "front_end/common/Worker.js",
117 "front_end/components/breakpointsList.css", 117 "front_end/components/breakpointsList.css",
118 "front_end/components/BreakpointsSidebarPaneBase.js", 118 "front_end/components/BreakpointsSidebarPaneBase.js",
119 "front_end/components/CPUThrottlingManager.js", 119 "front_end/components/CPUThrottlingManager.js",
120 "front_end/components/customPreviewComponent.css",
121 "front_end/components/CustomPreviewComponent.js",
122 "front_end/components/DataSaverInfobar.js", 120 "front_end/components/DataSaverInfobar.js",
123 "front_end/components/DockController.js", 121 "front_end/components/DockController.js",
124 "front_end/components/DOMBreakpointsSidebarPane.js", 122 "front_end/components/DOMBreakpointsSidebarPane.js",
125 "front_end/components/DOMPresentationUtils.js", 123 "front_end/components/DOMPresentationUtils.js",
126 "front_end/components/domUtils.css", 124 "front_end/components/domUtils.css",
127 "front_end/components/JavaScriptAutocomplete.js",
128 "front_end/components/Linkifier.js", 125 "front_end/components/Linkifier.js",
129 "front_end/components/module.json", 126 "front_end/components/module.json",
130 "front_end/components/ObjectPopoverHelper.js",
131 "front_end/components/objectPropertiesSection.css",
132 "front_end/components/ObjectPropertiesSection.js",
133 "front_end/components/objectValue.css",
134 "front_end/components/Reload.js", 127 "front_end/components/Reload.js",
135 "front_end/components/RemoteObjectPreviewFormatter.js",
136 "front_end/console/ConsoleContextSelector.js", 128 "front_end/console/ConsoleContextSelector.js",
137 "front_end/console/ConsolePanel.js", 129 "front_end/console/ConsolePanel.js",
138 "front_end/console/ConsolePrompt.js", 130 "front_end/console/ConsolePrompt.js",
139 "front_end/console/consoleView.css", 131 "front_end/console/consoleView.css",
140 "front_end/console/ConsoleView.js", 132 "front_end/console/ConsoleView.js",
141 "front_end/console/ConsoleViewMessage.js", 133 "front_end/console/ConsoleViewMessage.js",
142 "front_end/console/ConsoleViewport.js", 134 "front_end/console/ConsoleViewport.js",
143 "front_end/console/module.json", 135 "front_end/console/module.json",
144 "front_end/cookie_table/CookiesTable.js", 136 "front_end/cookie_table/CookiesTable.js",
145 "front_end/cookie_table/module.json", 137 "front_end/cookie_table/module.json",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "front_end/network/ResourceWebSocketFrameView.js", 319 "front_end/network/ResourceWebSocketFrameView.js",
328 "front_end/network/webSocketFrameView.css", 320 "front_end/network/webSocketFrameView.css",
329 "front_end/network/xmlTree.css", 321 "front_end/network/xmlTree.css",
330 "front_end/network/xmlView.css", 322 "front_end/network/xmlView.css",
331 "front_end/network/XMLView.js", 323 "front_end/network/XMLView.js",
332 "front_end/network_conditions/module.json", 324 "front_end/network_conditions/module.json",
333 "front_end/network_conditions/NetworkConditionsSelector.js", 325 "front_end/network_conditions/NetworkConditionsSelector.js",
334 "front_end/network_conditions/networkConditionsSettingsTab.css", 326 "front_end/network_conditions/networkConditionsSettingsTab.css",
335 "front_end/network_group_lookup/module.json", 327 "front_end/network_group_lookup/module.json",
336 "front_end/network_group_lookup/NetworkProductGroupLookup.js", 328 "front_end/network_group_lookup/NetworkProductGroupLookup.js",
329 "front_end/object_ui/customPreviewComponent.css",
330 "front_end/object_ui/CustomPreviewComponent.js",
331 "front_end/object_ui/JavaScriptAutocomplete.js",
332 "front_end/object_ui/module.json",
333 "front_end/object_ui/ObjectPopoverHelper.js",
334 "front_end/object_ui/objectPropertiesSection.css",
335 "front_end/object_ui/ObjectPropertiesSection.js",
336 "front_end/object_ui/objectValue.css",
337 "front_end/object_ui/RemoteObjectPreviewFormatter.js",
337 "front_end/perf_ui/ChartViewport.js", 338 "front_end/perf_ui/ChartViewport.js",
338 "front_end/perf_ui/filmStripDialog.css", 339 "front_end/perf_ui/filmStripDialog.css",
339 "front_end/perf_ui/filmStripView.css", 340 "front_end/perf_ui/filmStripView.css",
340 "front_end/perf_ui/FilmStripView.js", 341 "front_end/perf_ui/FilmStripView.js",
341 "front_end/perf_ui/flameChart.css", 342 "front_end/perf_ui/flameChart.css",
342 "front_end/perf_ui/FlameChart.js", 343 "front_end/perf_ui/FlameChart.js",
343 "front_end/perf_ui/LineLevelProfile.js", 344 "front_end/perf_ui/LineLevelProfile.js",
344 "front_end/perf_ui/module.json", 345 "front_end/perf_ui/module.json",
345 "front_end/perf_ui/overviewGrid.css", 346 "front_end/perf_ui/overviewGrid.css",
346 "front_end/perf_ui/OverviewGrid.js", 347 "front_end/perf_ui/OverviewGrid.js",
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 ".eslintrc.js", 1094 ".eslintrc.js",
1094 "devtools-node-modules/", 1095 "devtools-node-modules/",
1095 "front_end/", 1096 "front_end/",
1096 "scripts/buildbot/run_eslint.py", 1097 "scripts/buildbot/run_eslint.py",
1097 "scripts/local_node/", 1098 "scripts/local_node/",
1098 "//testing/scripts/common.py", 1099 "//testing/scripts/common.py",
1099 "//testing/scripts/run_devtools_check.py", 1100 "//testing/scripts/run_devtools_check.py",
1100 "//testing/xvfb.py", 1101 "//testing/xvfb.py",
1101 ] 1102 ]
1102 } 1103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698