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

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

Issue 2740803002: [DevTools] Simplify Popover API (Closed)
Patch Set: addressed comments 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "front_end/inline_editor/BezierEditor.js", 256 "front_end/inline_editor/BezierEditor.js",
257 "front_end/inline_editor/bezierSwatch.css", 257 "front_end/inline_editor/bezierSwatch.css",
258 "front_end/inline_editor/BezierUI.js", 258 "front_end/inline_editor/BezierUI.js",
259 "front_end/inline_editor/colorSwatch.css", 259 "front_end/inline_editor/colorSwatch.css",
260 "front_end/inline_editor/ColorSwatch.js", 260 "front_end/inline_editor/ColorSwatch.js",
261 "front_end/inline_editor/cssShadowEditor.css", 261 "front_end/inline_editor/cssShadowEditor.css",
262 "front_end/inline_editor/CSSShadowEditor.js", 262 "front_end/inline_editor/CSSShadowEditor.js",
263 "front_end/inline_editor/CSSShadowModel.js", 263 "front_end/inline_editor/CSSShadowModel.js",
264 "front_end/inline_editor/cssShadowSwatch.css", 264 "front_end/inline_editor/cssShadowSwatch.css",
265 "front_end/inline_editor/module.json", 265 "front_end/inline_editor/module.json",
266 "front_end/inline_editor/swatchPopover.css",
266 "front_end/inline_editor/SwatchPopoverHelper.js", 267 "front_end/inline_editor/SwatchPopoverHelper.js",
267 "front_end/inspector.js", 268 "front_end/inspector.js",
268 "front_end/inspector.json", 269 "front_end/inspector.json",
269 "front_end/layer_viewer/layerDetailsView.css", 270 "front_end/layer_viewer/layerDetailsView.css",
270 "front_end/layer_viewer/LayerDetailsView.js", 271 "front_end/layer_viewer/LayerDetailsView.js",
271 "front_end/layer_viewer/layers3DView.css", 272 "front_end/layer_viewer/layers3DView.css",
272 "front_end/layer_viewer/Layers3DView.js", 273 "front_end/layer_viewer/Layers3DView.js",
273 "front_end/layer_viewer/LayerTreeOutline.js", 274 "front_end/layer_viewer/LayerTreeOutline.js",
274 "front_end/layer_viewer/LayerViewHost.js", 275 "front_end/layer_viewer/LayerViewHost.js",
275 "front_end/layer_viewer/module.json", 276 "front_end/layer_viewer/module.json",
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 ".eslintrc.js", 1106 ".eslintrc.js",
1106 "devtools-node-modules/", 1107 "devtools-node-modules/",
1107 "front_end/", 1108 "front_end/",
1108 "scripts/buildbot/run_eslint.py", 1109 "scripts/buildbot/run_eslint.py",
1109 "scripts/local_node/", 1110 "scripts/local_node/",
1110 "//testing/scripts/common.py", 1111 "//testing/scripts/common.py",
1111 "//testing/scripts/run_devtools_check.py", 1112 "//testing/scripts/run_devtools_check.py",
1112 "//testing/xvfb.py", 1113 "//testing/xvfb.py",
1113 ] 1114 ]
1114 } 1115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698