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

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

Issue 2703143002: [DevTools] Prepare to move Popover to shadow DOM. (Closed)
Patch Set: fix Created 3 years, 9 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/DataSaverInfobar.js", 120 "front_end/components/DataSaverInfobar.js",
121 "front_end/components/DockController.js", 121 "front_end/components/DockController.js",
122 "front_end/components/DOMBreakpointsSidebarPane.js", 122 "front_end/components/DOMBreakpointsSidebarPane.js",
123 "front_end/components/DOMPresentationUtils.js", 123 "front_end/components/DOMPresentationUtils.js",
124 "front_end/components/domUtils.css", 124 "front_end/components/domUtils.css",
125 "front_end/components/imagePreview.css",
125 "front_end/components/Linkifier.js", 126 "front_end/components/Linkifier.js",
126 "front_end/components/module.json", 127 "front_end/components/module.json",
127 "front_end/components/Reload.js", 128 "front_end/components/Reload.js",
128 "front_end/console/ConsoleContextSelector.js", 129 "front_end/console/ConsoleContextSelector.js",
129 "front_end/console/ConsolePanel.js", 130 "front_end/console/ConsolePanel.js",
130 "front_end/console/ConsolePrompt.js", 131 "front_end/console/ConsolePrompt.js",
131 "front_end/console/consoleView.css", 132 "front_end/console/consoleView.css",
132 "front_end/console/ConsoleView.js", 133 "front_end/console/ConsoleView.js",
133 "front_end/console/ConsoleViewMessage.js", 134 "front_end/console/ConsoleViewMessage.js",
134 "front_end/console/ConsoleViewport.js", 135 "front_end/console/ConsoleViewport.js",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "front_end/network/NetworkItemView.js", 300 "front_end/network/NetworkItemView.js",
300 "front_end/network/networkLogView.css", 301 "front_end/network/networkLogView.css",
301 "front_end/network/NetworkLogView.js", 302 "front_end/network/NetworkLogView.js",
302 "front_end/network/NetworkLogViewColumns.js", 303 "front_end/network/NetworkLogViewColumns.js",
303 "front_end/network/networkManageCustomHeadersView.css", 304 "front_end/network/networkManageCustomHeadersView.css",
304 "front_end/network/NetworkManageCustomHeadersView.js", 305 "front_end/network/NetworkManageCustomHeadersView.js",
305 "front_end/network/NetworkOverview.js", 306 "front_end/network/NetworkOverview.js",
306 "front_end/network/networkPanel.css", 307 "front_end/network/networkPanel.css",
307 "front_end/network/NetworkPanel.js", 308 "front_end/network/NetworkPanel.js",
308 "front_end/network/NetworkTimeCalculator.js", 309 "front_end/network/NetworkTimeCalculator.js",
310 "front_end/network/networkTimingTable.css",
309 "front_end/network/NetworkWaterfallColumn.js", 311 "front_end/network/NetworkWaterfallColumn.js",
310 "front_end/network/requestCookiesView.css", 312 "front_end/network/requestCookiesView.css",
311 "front_end/network/RequestCookiesView.js", 313 "front_end/network/RequestCookiesView.js",
312 "front_end/network/requestHeadersTree.css", 314 "front_end/network/requestHeadersTree.css",
313 "front_end/network/requestHeadersView.css", 315 "front_end/network/requestHeadersView.css",
314 "front_end/network/RequestHeadersView.js", 316 "front_end/network/RequestHeadersView.js",
315 "front_end/network/RequestHTMLView.js", 317 "front_end/network/RequestHTMLView.js",
316 "front_end/network/RequestPreviewView.js", 318 "front_end/network/RequestPreviewView.js",
317 "front_end/network/RequestResponseView.js", 319 "front_end/network/RequestResponseView.js",
318 "front_end/network/RequestTimingView.js", 320 "front_end/network/RequestTimingView.js",
319 "front_end/network/RequestView.js", 321 "front_end/network/RequestView.js",
320 "front_end/network/ResourceWebSocketFrameView.js", 322 "front_end/network/ResourceWebSocketFrameView.js",
321 "front_end/network/webSocketFrameView.css", 323 "front_end/network/webSocketFrameView.css",
322 "front_end/network/xmlTree.css", 324 "front_end/network/xmlTree.css",
323 "front_end/network/xmlView.css", 325 "front_end/network/xmlView.css",
324 "front_end/network/XMLView.js", 326 "front_end/network/XMLView.js",
325 "front_end/network_conditions/module.json", 327 "front_end/network_conditions/module.json",
326 "front_end/network_conditions/NetworkConditionsSelector.js", 328 "front_end/network_conditions/NetworkConditionsSelector.js",
327 "front_end/network_conditions/networkConditionsSettingsTab.css", 329 "front_end/network_conditions/networkConditionsSettingsTab.css",
328 "front_end/network_group_lookup/module.json", 330 "front_end/network_group_lookup/module.json",
329 "front_end/network_group_lookup/NetworkProductGroupLookup.js", 331 "front_end/network_group_lookup/NetworkProductGroupLookup.js",
330 "front_end/object_ui/customPreviewComponent.css", 332 "front_end/object_ui/customPreviewComponent.css",
331 "front_end/object_ui/CustomPreviewComponent.js", 333 "front_end/object_ui/CustomPreviewComponent.js",
332 "front_end/object_ui/JavaScriptAutocomplete.js", 334 "front_end/object_ui/JavaScriptAutocomplete.js",
333 "front_end/object_ui/module.json", 335 "front_end/object_ui/module.json",
336 "front_end/object_ui/objectPopover.css",
334 "front_end/object_ui/ObjectPopoverHelper.js", 337 "front_end/object_ui/ObjectPopoverHelper.js",
335 "front_end/object_ui/objectPropertiesSection.css", 338 "front_end/object_ui/objectPropertiesSection.css",
336 "front_end/object_ui/ObjectPropertiesSection.js", 339 "front_end/object_ui/ObjectPropertiesSection.js",
337 "front_end/object_ui/objectValue.css", 340 "front_end/object_ui/objectValue.css",
338 "front_end/object_ui/RemoteObjectPreviewFormatter.js", 341 "front_end/object_ui/RemoteObjectPreviewFormatter.js",
339 "front_end/perf_ui/ChartViewport.js", 342 "front_end/perf_ui/ChartViewport.js",
340 "front_end/perf_ui/filmStripDialog.css", 343 "front_end/perf_ui/filmStripDialog.css",
341 "front_end/perf_ui/filmStripView.css", 344 "front_end/perf_ui/filmStripView.css",
342 "front_end/perf_ui/FilmStripView.js", 345 "front_end/perf_ui/FilmStripView.js",
343 "front_end/perf_ui/flameChart.css", 346 "front_end/perf_ui/flameChart.css",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 "front_end/settings/SettingsScreen.js", 486 "front_end/settings/SettingsScreen.js",
484 "front_end/shell/module.json", 487 "front_end/shell/module.json",
485 "front_end/shell/TestShell.js", 488 "front_end/shell/TestShell.js",
486 "front_end/snippets/module.json", 489 "front_end/snippets/module.json",
487 "front_end/snippets/ScriptSnippetModel.js", 490 "front_end/snippets/ScriptSnippetModel.js",
488 "front_end/snippets/SnippetStorage.js", 491 "front_end/snippets/SnippetStorage.js",
489 "front_end/source_frame/fontView.css", 492 "front_end/source_frame/fontView.css",
490 "front_end/source_frame/FontView.js", 493 "front_end/source_frame/FontView.js",
491 "front_end/source_frame/imageView.css", 494 "front_end/source_frame/imageView.css",
492 "front_end/source_frame/ImageView.js", 495 "front_end/source_frame/ImageView.js",
496 "front_end/source_frame/messagesPopover.css",
493 "front_end/source_frame/module.json", 497 "front_end/source_frame/module.json",
494 "front_end/source_frame/ResourceSourceFrame.js", 498 "front_end/source_frame/ResourceSourceFrame.js",
495 "front_end/source_frame/SourceCodeDiff.js", 499 "front_end/source_frame/SourceCodeDiff.js",
496 "front_end/source_frame/SourceFrame.js", 500 "front_end/source_frame/SourceFrame.js",
497 "front_end/source_frame/SourcesTextEditor.js", 501 "front_end/source_frame/SourcesTextEditor.js",
498 "front_end/source_frame/UISourceCodeFrame.js", 502 "front_end/source_frame/UISourceCodeFrame.js",
499 "front_end/sources/AddSourceMapURLDialog.js", 503 "front_end/sources/AddSourceMapURLDialog.js",
500 "front_end/sources/AdvancedSearchView.js", 504 "front_end/sources/AdvancedSearchView.js",
501 "front_end/sources/callStackSidebarPane.css", 505 "front_end/sources/callStackSidebarPane.css",
502 "front_end/sources/CallStackSidebarPane.js", 506 "front_end/sources/CallStackSidebarPane.js",
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 ".eslintrc.js", 1100 ".eslintrc.js",
1097 "devtools-node-modules/", 1101 "devtools-node-modules/",
1098 "front_end/", 1102 "front_end/",
1099 "scripts/buildbot/run_eslint.py", 1103 "scripts/buildbot/run_eslint.py",
1100 "scripts/local_node/", 1104 "scripts/local_node/",
1101 "//testing/scripts/common.py", 1105 "//testing/scripts/common.py",
1102 "//testing/scripts/run_devtools_check.py", 1106 "//testing/scripts/run_devtools_check.py",
1103 "//testing/xvfb.py", 1107 "//testing/xvfb.py",
1104 ] 1108 ]
1105 } 1109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698