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

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

Issue 2839273003: [Devtools] New structure and colorize rows for network products (Closed)
Patch Set: changes Created 3 years, 7 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "front_end/network/HARWriter.js", 309 "front_end/network/HARWriter.js",
310 "front_end/network/JSONView.js", 310 "front_end/network/JSONView.js",
311 "front_end/network/module.json", 311 "front_end/network/module.json",
312 "front_end/network/networkConfigView.css", 312 "front_end/network/networkConfigView.css",
313 "front_end/network/NetworkConfigView.js", 313 "front_end/network/NetworkConfigView.js",
314 "front_end/network/NetworkDataGridNode.js", 314 "front_end/network/NetworkDataGridNode.js",
315 "front_end/network/NetworkItemView.js", 315 "front_end/network/NetworkItemView.js",
316 "front_end/network/networkLogView.css", 316 "front_end/network/networkLogView.css",
317 "front_end/network/NetworkLogView.js", 317 "front_end/network/NetworkLogView.js",
318 "front_end/network/NetworkLogViewColumns.js", 318 "front_end/network/NetworkLogViewColumns.js",
319 "front_end/network/NetworkGroupers.js",
319 "front_end/network/networkManageCustomHeadersView.css", 320 "front_end/network/networkManageCustomHeadersView.css",
320 "front_end/network/NetworkManageCustomHeadersView.js", 321 "front_end/network/NetworkManageCustomHeadersView.js",
321 "front_end/network/NetworkOverview.js", 322 "front_end/network/NetworkOverview.js",
322 "front_end/network/networkPanel.css", 323 "front_end/network/networkPanel.css",
323 "front_end/network/NetworkPanel.js", 324 "front_end/network/NetworkPanel.js",
324 "front_end/network/NetworkTimeCalculator.js", 325 "front_end/network/NetworkTimeCalculator.js",
325 "front_end/network/networkTimingTable.css", 326 "front_end/network/networkTimingTable.css",
326 "front_end/network/NetworkWaterfallColumn.js", 327 "front_end/network/NetworkWaterfallColumn.js",
327 "front_end/network/requestCookiesView.css", 328 "front_end/network/requestCookiesView.css",
328 "front_end/network/RequestCookiesView.js", 329 "front_end/network/RequestCookiesView.js",
329 "front_end/network/requestHeadersTree.css", 330 "front_end/network/requestHeadersTree.css",
330 "front_end/network/requestHeadersView.css", 331 "front_end/network/requestHeadersView.css",
331 "front_end/network/RequestHeadersView.js", 332 "front_end/network/RequestHeadersView.js",
332 "front_end/network/RequestHTMLView.js", 333 "front_end/network/RequestHTMLView.js",
333 "front_end/network/RequestPreviewView.js", 334 "front_end/network/RequestPreviewView.js",
334 "front_end/network/RequestResponseView.js", 335 "front_end/network/RequestResponseView.js",
335 "front_end/network/RequestTimingView.js", 336 "front_end/network/RequestTimingView.js",
336 "front_end/network/RequestView.js", 337 "front_end/network/RequestView.js",
337 "front_end/network/ResourceWebSocketFrameView.js", 338 "front_end/network/ResourceWebSocketFrameView.js",
338 "front_end/network/webSocketFrameView.css", 339 "front_end/network/webSocketFrameView.css",
339 "front_end/network/xmlTree.css", 340 "front_end/network/xmlTree.css",
340 "front_end/network/xmlView.css", 341 "front_end/network/xmlView.css",
341 "front_end/network/XMLView.js", 342 "front_end/network/XMLView.js",
342 "front_end/network_conditions/module.json", 343 "front_end/network_conditions/module.json",
343 "front_end/network_conditions/NetworkConditionsSelector.js", 344 "front_end/network_conditions/NetworkConditionsSelector.js",
344 "front_end/network_conditions/networkConditionsSettingsTab.css", 345 "front_end/network_conditions/networkConditionsSettingsTab.css",
345 "front_end/network_group_lookup/module.json",
346 "front_end/network_group_lookup/NetworkProductGroupLookup.js",
347 "front_end/network_log/HAREntry.js", 346 "front_end/network_log/HAREntry.js",
348 "front_end/network_log/module.json", 347 "front_end/network_log/module.json",
349 "front_end/network_log/NetworkLog.js", 348 "front_end/network_log/NetworkLog.js",
350 "front_end/object_ui/customPreviewComponent.css", 349 "front_end/object_ui/customPreviewComponent.css",
351 "front_end/object_ui/CustomPreviewComponent.js", 350 "front_end/object_ui/CustomPreviewComponent.js",
352 "front_end/object_ui/JavaScriptAutocomplete.js", 351 "front_end/object_ui/JavaScriptAutocomplete.js",
353 "front_end/object_ui/module.json", 352 "front_end/object_ui/module.json",
354 "front_end/object_ui/objectPopover.css", 353 "front_end/object_ui/objectPopover.css",
355 "front_end/object_ui/ObjectPopoverHelper.js", 354 "front_end/object_ui/ObjectPopoverHelper.js",
356 "front_end/object_ui/objectPropertiesSection.css", 355 "front_end/object_ui/objectPropertiesSection.css",
(...skipping 17 matching lines...) Expand all
374 "front_end/perf_ui/timelineOverviewInfo.css", 373 "front_end/perf_ui/timelineOverviewInfo.css",
375 "front_end/perf_ui/TimelineOverviewPane.js", 374 "front_end/perf_ui/TimelineOverviewPane.js",
376 "front_end/persistence/Automapping.js", 375 "front_end/persistence/Automapping.js",
377 "front_end/persistence/DefaultMapping.js", 376 "front_end/persistence/DefaultMapping.js",
378 "front_end/persistence/FileSystemWorkspaceBinding.js", 377 "front_end/persistence/FileSystemWorkspaceBinding.js",
379 "front_end/persistence/Persistence.js", 378 "front_end/persistence/Persistence.js",
380 "front_end/persistence/PersistenceUtils.js", 379 "front_end/persistence/PersistenceUtils.js",
381 "front_end/platform/module.json", 380 "front_end/platform/module.json",
382 "front_end/platform/utilities.js", 381 "front_end/platform/utilities.js",
383 "front_end/product_registry/module.json", 382 "front_end/product_registry/module.json",
384 "front_end/product_registry/ProductNameForURL.js", 383 "front_end/product_registry/ProductRegistry.js",
385 "front_end/product_registry/ProductRegistryData.js", 384 "front_end/product_registry_impl/module.json",
386 "front_end/product_registry/sha1/sha1.js", 385 "front_end/product_registry_impl/ProductRegistryImpl.js",
386 "front_end/product_registry_impl/ProductRegistryData.js",
387 "front_end/product_registry_impl/sha1/sha1.js",
387 "front_end/profiler/BottomUpProfileDataGrid.js", 388 "front_end/profiler/BottomUpProfileDataGrid.js",
388 "front_end/profiler/CPUProfileFlameChart.js", 389 "front_end/profiler/CPUProfileFlameChart.js",
389 "front_end/profiler/CPUProfileView.js", 390 "front_end/profiler/CPUProfileView.js",
390 "front_end/profiler/heapProfiler.css", 391 "front_end/profiler/heapProfiler.css",
391 "front_end/profiler/HeapProfileView.js", 392 "front_end/profiler/HeapProfileView.js",
392 "front_end/profiler/HeapSnapshotDataGrids.js", 393 "front_end/profiler/HeapSnapshotDataGrids.js",
393 "front_end/profiler/HeapSnapshotGridNodes.js", 394 "front_end/profiler/HeapSnapshotGridNodes.js",
394 "front_end/profiler/HeapSnapshotProxy.js", 395 "front_end/profiler/HeapSnapshotProxy.js",
395 "front_end/profiler/HeapSnapshotView.js", 396 "front_end/profiler/HeapSnapshotView.js",
396 "front_end/profiler/HeapProfilerPanel.js", 397 "front_end/profiler/HeapProfilerPanel.js",
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 "$resources_out_dir/timeline/timeline_module.js", 888 "$resources_out_dir/timeline/timeline_module.js",
888 "$resources_out_dir/workspace_diff/workspace_diff_module.js", 889 "$resources_out_dir/workspace_diff/workspace_diff_module.js",
889 ] 890 ]
890 891
891 generated_remote_modules = [ 892 generated_remote_modules = [
892 "$resources_out_dir/accessibility/accessibility_module.js", 893 "$resources_out_dir/accessibility/accessibility_module.js",
893 "$resources_out_dir/audits2_worker/audits2_worker_module.js", 894 "$resources_out_dir/audits2_worker/audits2_worker_module.js",
894 "$resources_out_dir/cm_modes/cm_modes_module.js", 895 "$resources_out_dir/cm_modes/cm_modes_module.js",
895 "$resources_out_dir/emulated_devices/emulated_devices_module.js", 896 "$resources_out_dir/emulated_devices/emulated_devices_module.js",
896 "$resources_out_dir/gonzales/gonzales_module.js", 897 "$resources_out_dir/gonzales/gonzales_module.js",
897 "$resources_out_dir/network_group_lookup/network_group_lookup_module.js",
898 "$resources_out_dir/product_registry/product_registry_module.js", 898 "$resources_out_dir/product_registry/product_registry_module.js",
899 "$resources_out_dir/product_registry/product_registry_impl_module.js",
899 "$resources_out_dir/screencast/screencast_module.js", 900 "$resources_out_dir/screencast/screencast_module.js",
900 ] 901 ]
901 902
902 devtools_applications = [ 903 devtools_applications = [
903 "inspector", 904 "inspector",
904 "toolbox", 905 "toolbox",
905 "unit_test_runner", 906 "unit_test_runner",
906 "formatter_worker", 907 "formatter_worker",
907 "audits2_worker", 908 "audits2_worker",
908 "heap_snapshot_worker", 909 "heap_snapshot_worker",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 ".eslintrc.js", 1136 ".eslintrc.js",
1136 "devtools-node-modules/", 1137 "devtools-node-modules/",
1137 "front_end/", 1138 "front_end/",
1138 "scripts/buildbot/run_eslint.py", 1139 "scripts/buildbot/run_eslint.py",
1139 "scripts/local_node/", 1140 "scripts/local_node/",
1140 "//testing/scripts/common.py", 1141 "//testing/scripts/common.py",
1141 "//testing/scripts/run_devtools_check.py", 1142 "//testing/scripts/run_devtools_check.py",
1142 "//testing/xvfb.py", 1143 "//testing/xvfb.py",
1143 ] 1144 ]
1144 } 1145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698