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

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

Issue 2696183005: [Devtools] Added Product Registry module in prep for Network Grouping (Closed)
Patch Set: changes 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/externs.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "front_end/perf_ui/timelineGrid.css", 347 "front_end/perf_ui/timelineGrid.css",
348 "front_end/perf_ui/TimelineGrid.js", 348 "front_end/perf_ui/TimelineGrid.js",
349 "front_end/perf_ui/TimelineOverviewPane.js", 349 "front_end/perf_ui/TimelineOverviewPane.js",
350 "front_end/persistence/Automapping.js", 350 "front_end/persistence/Automapping.js",
351 "front_end/persistence/DefaultMapping.js", 351 "front_end/persistence/DefaultMapping.js",
352 "front_end/persistence/FileSystemWorkspaceBinding.js", 352 "front_end/persistence/FileSystemWorkspaceBinding.js",
353 "front_end/persistence/Persistence.js", 353 "front_end/persistence/Persistence.js",
354 "front_end/persistence/PersistenceUtils.js", 354 "front_end/persistence/PersistenceUtils.js",
355 "front_end/platform/module.json", 355 "front_end/platform/module.json",
356 "front_end/platform/utilities.js", 356 "front_end/platform/utilities.js",
357 "front_end/product_registry/module.json",
358 "front_end/product_registry/ProductNameForURL.js",
359 "front_end/product_registry/ProductRegistryData.js",
357 "front_end/profiler/BottomUpProfileDataGrid.js", 360 "front_end/profiler/BottomUpProfileDataGrid.js",
358 "front_end/profiler/CPUProfileFlameChart.js", 361 "front_end/profiler/CPUProfileFlameChart.js",
359 "front_end/profiler/CPUProfileView.js", 362 "front_end/profiler/CPUProfileView.js",
360 "front_end/profiler/heapProfiler.css", 363 "front_end/profiler/heapProfiler.css",
361 "front_end/profiler/HeapProfileView.js", 364 "front_end/profiler/HeapProfileView.js",
362 "front_end/profiler/HeapSnapshotDataGrids.js", 365 "front_end/profiler/HeapSnapshotDataGrids.js",
363 "front_end/profiler/HeapSnapshotGridNodes.js", 366 "front_end/profiler/HeapSnapshotGridNodes.js",
364 "front_end/profiler/HeapSnapshotProxy.js", 367 "front_end/profiler/HeapSnapshotProxy.js",
365 "front_end/profiler/HeapSnapshotView.js", 368 "front_end/profiler/HeapSnapshotView.js",
366 "front_end/profiler/HeapProfilerPanel.js", 369 "front_end/profiler/HeapProfilerPanel.js",
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 "$resources_out_dir/text_editor/text_editor_module.js", 842 "$resources_out_dir/text_editor/text_editor_module.js",
840 "$resources_out_dir/timeline_model/timeline_model_module.js", 843 "$resources_out_dir/timeline_model/timeline_model_module.js",
841 "$resources_out_dir/timeline/timeline_module.js", 844 "$resources_out_dir/timeline/timeline_module.js",
842 ] 845 ]
843 846
844 generated_remote_modules = [ 847 generated_remote_modules = [
845 "$resources_out_dir/accessibility/accessibility_module.js", 848 "$resources_out_dir/accessibility/accessibility_module.js",
846 "$resources_out_dir/cm_modes/cm_modes_module.js", 849 "$resources_out_dir/cm_modes/cm_modes_module.js",
847 "$resources_out_dir/emulated_devices/emulated_devices_module.js", 850 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
848 "$resources_out_dir/gonzales/gonzales_module.js", 851 "$resources_out_dir/gonzales/gonzales_module.js",
852 "$resources_out_dir/product_registry/product_registry_module.js",
849 "$resources_out_dir/screencast/screencast_module.js", 853 "$resources_out_dir/screencast/screencast_module.js",
850 ] 854 ]
851 855
852 devtools_applications = [ 856 devtools_applications = [
853 "inspector", 857 "inspector",
854 "toolbox", 858 "toolbox",
855 "unit_test_runner", 859 "unit_test_runner",
856 "formatter_worker", 860 "formatter_worker",
857 "audits2_worker", 861 "audits2_worker",
858 "heap_snapshot_worker", 862 "heap_snapshot_worker",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 ".eslintrc.js", 1085 ".eslintrc.js",
1082 "devtools-node-modules/", 1086 "devtools-node-modules/",
1083 "front_end/", 1087 "front_end/",
1084 "scripts/buildbot/run_eslint.py", 1088 "scripts/buildbot/run_eslint.py",
1085 "scripts/local_node/", 1089 "scripts/local_node/",
1086 "//testing/scripts/common.py", 1090 "//testing/scripts/common.py",
1087 "//testing/scripts/run_devtools_check.py", 1091 "//testing/scripts/run_devtools_check.py",
1088 "//testing/xvfb.py", 1092 "//testing/xvfb.py",
1089 ] 1093 ]
1090 } 1094 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/externs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698