OLD | NEW |
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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 "front_end/profiler/module.json", | 343 "front_end/profiler/module.json", |
344 "front_end/profiler/ProfileDataGrid.js", | 344 "front_end/profiler/ProfileDataGrid.js", |
345 "front_end/profiler/ProfileLauncherView.js", | 345 "front_end/profiler/ProfileLauncherView.js", |
346 "front_end/profiler/profilesPanel.css", | 346 "front_end/profiler/profilesPanel.css", |
347 "front_end/profiler/ProfilesPanel.js", | 347 "front_end/profiler/ProfilesPanel.js", |
348 "front_end/profiler/profilesSidebarTree.css", | 348 "front_end/profiler/profilesSidebarTree.css", |
349 "front_end/profiler/ProfileTypeRegistry.js", | 349 "front_end/profiler/ProfileTypeRegistry.js", |
350 "front_end/profiler/ProfileView.js", | 350 "front_end/profiler/ProfileView.js", |
351 "front_end/profiler/TargetsComboBoxController.js", | 351 "front_end/profiler/TargetsComboBoxController.js", |
352 "front_end/profiler/TopDownProfileDataGrid.js", | 352 "front_end/profiler/TopDownProfileDataGrid.js", |
| 353 "front_end/protocol/InspectorBackend.js", |
353 "front_end/resources/ApplicationCacheItemsView.js", | 354 "front_end/resources/ApplicationCacheItemsView.js", |
354 "front_end/resources/appManifestView.css", | 355 "front_end/resources/appManifestView.css", |
355 "front_end/resources/AppManifestView.js", | 356 "front_end/resources/AppManifestView.js", |
356 "front_end/resources/clearStorageView.css", | 357 "front_end/resources/clearStorageView.css", |
357 "front_end/resources/ClearStorageView.js", | 358 "front_end/resources/ClearStorageView.js", |
358 "front_end/resources/CookieItemsView.js", | 359 "front_end/resources/CookieItemsView.js", |
359 "front_end/resources/DatabaseModel.js", | 360 "front_end/resources/DatabaseModel.js", |
360 "front_end/resources/DatabaseQueryView.js", | 361 "front_end/resources/DatabaseQueryView.js", |
361 "front_end/resources/DatabaseTableView.js", | 362 "front_end/resources/DatabaseTableView.js", |
362 "front_end/resources/DOMStorageItemsView.js", | 363 "front_end/resources/DOMStorageItemsView.js", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 "front_end/sdk/CSSMetadata.js", | 396 "front_end/sdk/CSSMetadata.js", |
396 "front_end/sdk/CSSModel.js", | 397 "front_end/sdk/CSSModel.js", |
397 "front_end/sdk/CSSProperty.js", | 398 "front_end/sdk/CSSProperty.js", |
398 "front_end/sdk/CSSRule.js", | 399 "front_end/sdk/CSSRule.js", |
399 "front_end/sdk/CSSStyleDeclaration.js", | 400 "front_end/sdk/CSSStyleDeclaration.js", |
400 "front_end/sdk/CSSStyleSheetHeader.js", | 401 "front_end/sdk/CSSStyleSheetHeader.js", |
401 "front_end/sdk/DebuggerModel.js", | 402 "front_end/sdk/DebuggerModel.js", |
402 "front_end/sdk/DOMModel.js", | 403 "front_end/sdk/DOMModel.js", |
403 "front_end/sdk/HAREntry.js", | 404 "front_end/sdk/HAREntry.js", |
404 "front_end/sdk/HeapProfilerModel.js", | 405 "front_end/sdk/HeapProfilerModel.js", |
405 "front_end/sdk/InspectorBackend.js", | |
406 "front_end/sdk/LayerTreeBase.js", | 406 "front_end/sdk/LayerTreeBase.js", |
407 "front_end/sdk/module.json", | 407 "front_end/sdk/module.json", |
408 "front_end/sdk/NetworkLog.js", | 408 "front_end/sdk/NetworkLog.js", |
409 "front_end/sdk/NetworkManager.js", | 409 "front_end/sdk/NetworkManager.js", |
410 "front_end/sdk/NetworkRequest.js", | 410 "front_end/sdk/NetworkRequest.js", |
411 "front_end/sdk/PaintProfiler.js", | 411 "front_end/sdk/PaintProfiler.js", |
412 "front_end/sdk/ProfileTreeModel.js", | 412 "front_end/sdk/ProfileTreeModel.js", |
413 "front_end/sdk/RemoteObject.js", | 413 "front_end/sdk/RemoteObject.js", |
414 "front_end/sdk/Resource.js", | 414 "front_end/sdk/Resource.js", |
415 "front_end/sdk/ResourceTreeModel.js", | 415 "front_end/sdk/ResourceTreeModel.js", |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1062 ".eslintrc.js", | 1062 ".eslintrc.js", |
1063 "devtools-node-modules/", | 1063 "devtools-node-modules/", |
1064 "front_end/", | 1064 "front_end/", |
1065 "scripts/buildbot/run_eslint.py", | 1065 "scripts/buildbot/run_eslint.py", |
1066 "scripts/local_node/", | 1066 "scripts/local_node/", |
1067 "//testing/scripts/common.py", | 1067 "//testing/scripts/common.py", |
1068 "//testing/scripts/run_devtools_check.py", | 1068 "//testing/scripts/run_devtools_check.py", |
1069 "//testing/xvfb.py", | 1069 "//testing/xvfb.py", |
1070 ] | 1070 ] |
1071 } | 1071 } |
OLD | NEW |