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

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

Issue 2916743002: [DevTools] Introduce Common.List used as a backend for list controls (Closed)
Patch Set: Created 3 years, 6 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "front_end/cm_web_modes/javascript.js", 103 "front_end/cm_web_modes/javascript.js",
104 "front_end/cm_web_modes/xml.js", 104 "front_end/cm_web_modes/xml.js",
105 "front_end/color_picker/module.json", 105 "front_end/color_picker/module.json",
106 "front_end/color_picker/spectrum.css", 106 "front_end/color_picker/spectrum.css",
107 "front_end/color_picker/Spectrum.js", 107 "front_end/color_picker/Spectrum.js",
108 "front_end/common/CharacterIdMap.js", 108 "front_end/common/CharacterIdMap.js",
109 "front_end/common/Color.js", 109 "front_end/common/Color.js",
110 "front_end/common/Console.js", 110 "front_end/common/Console.js",
111 "front_end/common/ContentProvider.js", 111 "front_end/common/ContentProvider.js",
112 "front_end/common/FormatterWorkerPool.js", 112 "front_end/common/FormatterWorkerPool.js",
113 "front_end/common/List.js",
113 "front_end/common/module.json", 114 "front_end/common/module.json",
114 "front_end/common/ModuleExtensionInterfaces.js", 115 "front_end/common/ModuleExtensionInterfaces.js",
115 "front_end/common/Object.js", 116 "front_end/common/Object.js",
116 "front_end/common/OutputStream.js", 117 "front_end/common/OutputStream.js",
117 "front_end/common/ParsedURL.js", 118 "front_end/common/ParsedURL.js",
118 "front_end/common/Progress.js", 119 "front_end/common/Progress.js",
119 "front_end/common/ResourceType.js", 120 "front_end/common/ResourceType.js",
120 "front_end/common/SegmentedRange.js", 121 "front_end/common/SegmentedRange.js",
121 "front_end/common/Settings.js", 122 "front_end/common/Settings.js",
122 "front_end/common/StaticContentProvider.js", 123 "front_end/common/StaticContentProvider.js",
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 ".eslintrc.js", 1150 ".eslintrc.js",
1150 "devtools-node-modules/", 1151 "devtools-node-modules/",
1151 "front_end/", 1152 "front_end/",
1152 "scripts/buildbot/run_eslint.py", 1153 "scripts/buildbot/run_eslint.py",
1153 "scripts/local_node/", 1154 "scripts/local_node/",
1154 "//testing/scripts/common.py", 1155 "//testing/scripts/common.py",
1155 "//testing/scripts/run_devtools_check.py", 1156 "//testing/scripts/run_devtools_check.py",
1156 "//testing/xvfb.py", 1157 "//testing/xvfb.py",
1157 ] 1158 ]
1158 } 1159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698