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

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

Issue 2626143004: DevTools: move from Common module - Geometry and CSSShadowModel (Closed)
Patch Set: nit 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "front_end/cm_web_modes/htmlembedded.js", 87 "front_end/cm_web_modes/htmlembedded.js",
88 "front_end/cm_web_modes/htmlmixed.js", 88 "front_end/cm_web_modes/htmlmixed.js",
89 "front_end/cm_web_modes/javascript.js", 89 "front_end/cm_web_modes/javascript.js",
90 "front_end/cm_web_modes/xml.js", 90 "front_end/cm_web_modes/xml.js",
91 "front_end/color_picker/spectrum.css", 91 "front_end/color_picker/spectrum.css",
92 "front_end/color_picker/Spectrum.js", 92 "front_end/color_picker/Spectrum.js",
93 "front_end/common/CharacterIdMap.js", 93 "front_end/common/CharacterIdMap.js",
94 "front_end/common/Color.js", 94 "front_end/common/Color.js",
95 "front_end/common/Console.js", 95 "front_end/common/Console.js",
96 "front_end/common/ContentProvider.js", 96 "front_end/common/ContentProvider.js",
97 "front_end/common/CSSShadowModel.js",
98 "front_end/common/FormatterWorkerPool.js", 97 "front_end/common/FormatterWorkerPool.js",
99 "front_end/common/Geometry.js",
100 "front_end/common/module.json", 98 "front_end/common/module.json",
101 "front_end/common/ModuleExtensionInterfaces.js", 99 "front_end/common/ModuleExtensionInterfaces.js",
102 "front_end/common/Object.js", 100 "front_end/common/Object.js",
103 "front_end/common/OutputStream.js", 101 "front_end/common/OutputStream.js",
104 "front_end/common/ParsedURL.js", 102 "front_end/common/ParsedURL.js",
105 "front_end/common/Progress.js", 103 "front_end/common/Progress.js",
106 "front_end/common/ResourceType.js", 104 "front_end/common/ResourceType.js",
107 "front_end/common/SegmentedRange.js", 105 "front_end/common/SegmentedRange.js",
108 "front_end/common/Settings.js", 106 "front_end/common/Settings.js",
109 "front_end/common/StaticContentProvider.js", 107 "front_end/common/StaticContentProvider.js",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "front_end/host/ResourceLoader.js", 248 "front_end/host/ResourceLoader.js",
251 "front_end/host/UserMetrics.js", 249 "front_end/host/UserMetrics.js",
252 "front_end/inline_editor/bezierEditor.css", 250 "front_end/inline_editor/bezierEditor.css",
253 "front_end/inline_editor/BezierEditor.js", 251 "front_end/inline_editor/BezierEditor.js",
254 "front_end/inline_editor/bezierSwatch.css", 252 "front_end/inline_editor/bezierSwatch.css",
255 "front_end/inline_editor/BezierUI.js", 253 "front_end/inline_editor/BezierUI.js",
256 "front_end/inline_editor/colorSwatch.css", 254 "front_end/inline_editor/colorSwatch.css",
257 "front_end/inline_editor/ColorSwatch.js", 255 "front_end/inline_editor/ColorSwatch.js",
258 "front_end/inline_editor/cssShadowEditor.css", 256 "front_end/inline_editor/cssShadowEditor.css",
259 "front_end/inline_editor/CSSShadowEditor.js", 257 "front_end/inline_editor/CSSShadowEditor.js",
258 "front_end/inline_editor/CSSShadowModel.js",
260 "front_end/inline_editor/cssShadowSwatch.css", 259 "front_end/inline_editor/cssShadowSwatch.css",
261 "front_end/inline_editor/SwatchPopoverHelper.js", 260 "front_end/inline_editor/SwatchPopoverHelper.js",
262 "front_end/inspector.js", 261 "front_end/inspector.js",
263 "front_end/inspector.json", 262 "front_end/inspector.json",
264 "front_end/layer_viewer/layerDetailsView.css", 263 "front_end/layer_viewer/layerDetailsView.css",
265 "front_end/layer_viewer/LayerDetailsView.js", 264 "front_end/layer_viewer/LayerDetailsView.js",
266 "front_end/layer_viewer/layers3DView.css", 265 "front_end/layer_viewer/layers3DView.css",
267 "front_end/layer_viewer/Layers3DView.js", 266 "front_end/layer_viewer/Layers3DView.js",
268 "front_end/layer_viewer/LayerTreeOutline.js", 267 "front_end/layer_viewer/LayerTreeOutline.js",
269 "front_end/layer_viewer/LayerViewHost.js", 268 "front_end/layer_viewer/LayerViewHost.js",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 "front_end/ui/Dialog.js", 571 "front_end/ui/Dialog.js",
573 "front_end/ui/DOMSyntaxHighlighter.js", 572 "front_end/ui/DOMSyntaxHighlighter.js",
574 "front_end/ui/DropDownMenu.js", 573 "front_end/ui/DropDownMenu.js",
575 "front_end/ui/dropTarget.css", 574 "front_end/ui/dropTarget.css",
576 "front_end/ui/DropTarget.js", 575 "front_end/ui/DropTarget.js",
577 "front_end/ui/emptyWidget.css", 576 "front_end/ui/emptyWidget.css",
578 "front_end/ui/EmptyWidget.js", 577 "front_end/ui/EmptyWidget.js",
579 "front_end/ui/filter.css", 578 "front_end/ui/filter.css",
580 "front_end/ui/FilterBar.js", 579 "front_end/ui/FilterBar.js",
581 "front_end/ui/ForwardedInputEventHandler.js", 580 "front_end/ui/ForwardedInputEventHandler.js",
581 "front_end/ui/Geometry.js",
582 "front_end/ui/HistoryInput.js", 582 "front_end/ui/HistoryInput.js",
583 "front_end/ui/Icon.js", 583 "front_end/ui/Icon.js",
584 "front_end/ui/infobar.css", 584 "front_end/ui/infobar.css",
585 "front_end/ui/Infobar.js", 585 "front_end/ui/Infobar.js",
586 "front_end/ui/InplaceEditor.js", 586 "front_end/ui/InplaceEditor.js",
587 "front_end/ui/inspectorCommon.css", 587 "front_end/ui/inspectorCommon.css",
588 "front_end/ui/inspectorStyle.css", 588 "front_end/ui/inspectorStyle.css",
589 "front_end/ui/inspectorSyntaxHighlight.css", 589 "front_end/ui/inspectorSyntaxHighlight.css",
590 "front_end/ui/inspectorSyntaxHighlightDark.css", 590 "front_end/ui/inspectorSyntaxHighlightDark.css",
591 "front_end/ui/InspectorView.js", 591 "front_end/ui/InspectorView.js",
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 ".eslintrc.js", 1060 ".eslintrc.js",
1061 "devtools-node-modules/", 1061 "devtools-node-modules/",
1062 "front_end/", 1062 "front_end/",
1063 "scripts/buildbot/run_eslint.py", 1063 "scripts/buildbot/run_eslint.py",
1064 "scripts/local_node/", 1064 "scripts/local_node/",
1065 "//testing/scripts/common.py", 1065 "//testing/scripts/common.py",
1066 "//testing/scripts/run_devtools_check.py", 1066 "//testing/scripts/run_devtools_check.py",
1067 "//testing/xvfb.py", 1067 "//testing/xvfb.py",
1068 ] 1068 ]
1069 } 1069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698