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

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

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)
Patch Set: make test platform independent 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "front_end/heap_snapshot_model/HeapSnapshotModel.js", 233 "front_end/heap_snapshot_model/HeapSnapshotModel.js",
234 "front_end/heap_snapshot_model/module.json", 234 "front_end/heap_snapshot_model/module.json",
235 "front_end/heap_snapshot_worker.js", 235 "front_end/heap_snapshot_worker.js",
236 "front_end/heap_snapshot_worker.json", 236 "front_end/heap_snapshot_worker.json",
237 "front_end/heap_snapshot_worker/AllocationProfile.js", 237 "front_end/heap_snapshot_worker/AllocationProfile.js",
238 "front_end/heap_snapshot_worker/HeapSnapshot.js", 238 "front_end/heap_snapshot_worker/HeapSnapshot.js",
239 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", 239 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
240 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", 240 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
241 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", 241 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
242 "front_end/heap_snapshot_worker/module.json", 242 "front_end/heap_snapshot_worker/module.json",
243 "front_end/help/Help.js",
244 "front_end/help/module.json",
245 "front_end/help/releaseNote.css",
246 "front_end/help/ReleaseNote.js",
247 "front_end/help/ReleaseNoteText.js",
243 "front_end/host/InspectorFrontendHost.js", 248 "front_end/host/InspectorFrontendHost.js",
244 "front_end/host/InspectorFrontendHostAPI.js", 249 "front_end/host/InspectorFrontendHostAPI.js",
245 "front_end/host/module.json", 250 "front_end/host/module.json",
246 "front_end/host/Platform.js", 251 "front_end/host/Platform.js",
247 "front_end/host/ResourceLoader.js", 252 "front_end/host/ResourceLoader.js",
248 "front_end/host/UserMetrics.js", 253 "front_end/host/UserMetrics.js",
249 "front_end/inline_editor/bezierEditor.css", 254 "front_end/inline_editor/bezierEditor.css",
250 "front_end/inline_editor/BezierEditor.js", 255 "front_end/inline_editor/BezierEditor.js",
251 "front_end/inline_editor/bezierSwatch.css", 256 "front_end/inline_editor/bezierSwatch.css",
252 "front_end/inline_editor/BezierUI.js", 257 "front_end/inline_editor/BezierUI.js",
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 ".eslintrc.js", 1105 ".eslintrc.js",
1101 "devtools-node-modules/", 1106 "devtools-node-modules/",
1102 "front_end/", 1107 "front_end/",
1103 "scripts/buildbot/run_eslint.py", 1108 "scripts/buildbot/run_eslint.py",
1104 "scripts/local_node/", 1109 "scripts/local_node/",
1105 "//testing/scripts/common.py", 1110 "//testing/scripts/common.py",
1106 "//testing/scripts/run_devtools_check.py", 1111 "//testing/scripts/run_devtools_check.py",
1107 "//testing/xvfb.py", 1112 "//testing/xvfb.py",
1108 ] 1113 ]
1109 } 1114 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698