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

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

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)
Patch Set: fixup 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "front_end/components/Reload.js", 134 "front_end/components/Reload.js",
135 "front_end/components/RemoteObjectPreviewFormatter.js", 135 "front_end/components/RemoteObjectPreviewFormatter.js",
136 "front_end/console/ConsoleContextSelector.js", 136 "front_end/console/ConsoleContextSelector.js",
137 "front_end/console/ConsolePanel.js", 137 "front_end/console/ConsolePanel.js",
138 "front_end/console/ConsolePrompt.js", 138 "front_end/console/ConsolePrompt.js",
139 "front_end/console/consoleView.css", 139 "front_end/console/consoleView.css",
140 "front_end/console/ConsoleView.js", 140 "front_end/console/ConsoleView.js",
141 "front_end/console/ConsoleViewMessage.js", 141 "front_end/console/ConsoleViewMessage.js",
142 "front_end/console/ConsoleViewport.js", 142 "front_end/console/ConsoleViewport.js",
143 "front_end/console/module.json", 143 "front_end/console/module.json",
144 "front_end/console/releaseNoteMessage.css",
144 "front_end/cookie_table/CookiesTable.js", 145 "front_end/cookie_table/CookiesTable.js",
145 "front_end/cookie_table/module.json", 146 "front_end/cookie_table/module.json",
146 "front_end/css_tracker/cssTrackerView.css", 147 "front_end/css_tracker/cssTrackerView.css",
147 "front_end/css_tracker/CSSTrackerView.js", 148 "front_end/css_tracker/CSSTrackerView.js",
148 "front_end/css_tracker/module.json", 149 "front_end/css_tracker/module.json",
149 "front_end/css_tracker/unusedRulesTree.css", 150 "front_end/css_tracker/unusedRulesTree.css",
150 "front_end/data_grid/dataGrid.css", 151 "front_end/data_grid/dataGrid.css",
151 "front_end/data_grid/DataGrid.js", 152 "front_end/data_grid/DataGrid.js",
152 "front_end/data_grid/module.json", 153 "front_end/data_grid/module.json",
153 "front_end/data_grid/ShowMoreDataGridNode.js", 154 "front_end/data_grid/ShowMoreDataGridNode.js",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "front_end/heap_snapshot_model/HeapSnapshotModel.js", 240 "front_end/heap_snapshot_model/HeapSnapshotModel.js",
240 "front_end/heap_snapshot_model/module.json", 241 "front_end/heap_snapshot_model/module.json",
241 "front_end/heap_snapshot_worker.js", 242 "front_end/heap_snapshot_worker.js",
242 "front_end/heap_snapshot_worker.json", 243 "front_end/heap_snapshot_worker.json",
243 "front_end/heap_snapshot_worker/AllocationProfile.js", 244 "front_end/heap_snapshot_worker/AllocationProfile.js",
244 "front_end/heap_snapshot_worker/HeapSnapshot.js", 245 "front_end/heap_snapshot_worker/HeapSnapshot.js",
245 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", 246 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
246 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", 247 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
247 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", 248 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
248 "front_end/heap_snapshot_worker/module.json", 249 "front_end/heap_snapshot_worker/module.json",
250 "front_end/help/module.json",
251 "front_end/help/ReleaseNoteManager.js",
249 "front_end/host/InspectorFrontendHost.js", 252 "front_end/host/InspectorFrontendHost.js",
250 "front_end/host/InspectorFrontendHostAPI.js", 253 "front_end/host/InspectorFrontendHostAPI.js",
251 "front_end/host/module.json", 254 "front_end/host/module.json",
252 "front_end/host/Platform.js", 255 "front_end/host/Platform.js",
253 "front_end/host/ResourceLoader.js", 256 "front_end/host/ResourceLoader.js",
254 "front_end/host/UserMetrics.js", 257 "front_end/host/UserMetrics.js",
255 "front_end/inline_editor/bezierEditor.css", 258 "front_end/inline_editor/bezierEditor.css",
256 "front_end/inline_editor/BezierEditor.js", 259 "front_end/inline_editor/BezierEditor.js",
257 "front_end/inline_editor/bezierSwatch.css", 260 "front_end/inline_editor/bezierSwatch.css",
258 "front_end/inline_editor/BezierUI.js", 261 "front_end/inline_editor/BezierUI.js",
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 "$resources_out_dir/color_picker/color_picker_module.js", 816 "$resources_out_dir/color_picker/color_picker_module.js",
814 "$resources_out_dir/console/console_module.js", 817 "$resources_out_dir/console/console_module.js",
815 "$resources_out_dir/cookie_table/cookie_table_module.js", 818 "$resources_out_dir/cookie_table/cookie_table_module.js",
816 "$resources_out_dir/css_tracker/css_tracker_module.js", 819 "$resources_out_dir/css_tracker/css_tracker_module.js",
817 "$resources_out_dir/data_grid/data_grid_module.js", 820 "$resources_out_dir/data_grid/data_grid_module.js",
818 "$resources_out_dir/devices/devices_module.js", 821 "$resources_out_dir/devices/devices_module.js",
819 "$resources_out_dir/diff/diff_module.js", 822 "$resources_out_dir/diff/diff_module.js",
820 "$resources_out_dir/elements/elements_module.js", 823 "$resources_out_dir/elements/elements_module.js",
821 "$resources_out_dir/event_listeners/event_listeners_module.js", 824 "$resources_out_dir/event_listeners/event_listeners_module.js",
822 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js", 825 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js",
826 "$resources_out_dir/help/help_module.js",
823 "$resources_out_dir/inline_editor/inline_editor_module.js", 827 "$resources_out_dir/inline_editor/inline_editor_module.js",
824 "$resources_out_dir/layer_viewer/layer_viewer_module.js", 828 "$resources_out_dir/layer_viewer/layer_viewer_module.js",
825 "$resources_out_dir/layers/layers_module.js", 829 "$resources_out_dir/layers/layers_module.js",
826 "$resources_out_dir/network/network_module.js", 830 "$resources_out_dir/network/network_module.js",
827 "$resources_out_dir/perf_ui/perf_ui_module.js", 831 "$resources_out_dir/perf_ui/perf_ui_module.js",
828 "$resources_out_dir/profiler/profiler_module.js", 832 "$resources_out_dir/profiler/profiler_module.js",
829 "$resources_out_dir/quick_open/quick_open_module.js", 833 "$resources_out_dir/quick_open/quick_open_module.js",
830 "$resources_out_dir/resources/resources_module.js", 834 "$resources_out_dir/resources/resources_module.js",
831 "$resources_out_dir/sass/sass_module.js", 835 "$resources_out_dir/sass/sass_module.js",
832 "$resources_out_dir/security/security_module.js", 836 "$resources_out_dir/security/security_module.js",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 ".eslintrc.js", 1084 ".eslintrc.js",
1081 "devtools-node-modules/", 1085 "devtools-node-modules/",
1082 "front_end/", 1086 "front_end/",
1083 "scripts/buildbot/run_eslint.py", 1087 "scripts/buildbot/run_eslint.py",
1084 "scripts/local_node/", 1088 "scripts/local_node/",
1085 "//testing/scripts/common.py", 1089 "//testing/scripts/common.py",
1086 "//testing/scripts/run_devtools_check.py", 1090 "//testing/scripts/run_devtools_check.py",
1087 "//testing/xvfb.py", 1091 "//testing/xvfb.py",
1088 ] 1092 ]
1089 } 1093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698