| 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   670   "front_end/ui/inlineButton.css", |   670   "front_end/ui/inlineButton.css", | 
|   671   "front_end/ui/InplaceEditor.js", |   671   "front_end/ui/InplaceEditor.js", | 
|   672   "front_end/ui/inspectorCommon.css", |   672   "front_end/ui/inspectorCommon.css", | 
|   673   "front_end/ui/inspectorStyle.css", |   673   "front_end/ui/inspectorStyle.css", | 
|   674   "front_end/ui/inspectorSyntaxHighlight.css", |   674   "front_end/ui/inspectorSyntaxHighlight.css", | 
|   675   "front_end/ui/inspectorSyntaxHighlightDark.css", |   675   "front_end/ui/inspectorSyntaxHighlightDark.css", | 
|   676   "front_end/ui/InspectorView.js", |   676   "front_end/ui/InspectorView.js", | 
|   677   "front_end/ui/inspectorViewTabbedPane.css", |   677   "front_end/ui/inspectorViewTabbedPane.css", | 
|   678   "front_end/ui/KeyboardShortcut.js", |   678   "front_end/ui/KeyboardShortcut.js", | 
|   679   "front_end/ui/ListControl.js", |   679   "front_end/ui/ListControl.js", | 
 |   680   "front_end/ui/ListModel.js", | 
|   680   "front_end/ui/listWidget.css", |   681   "front_end/ui/listWidget.css", | 
|   681   "front_end/ui/ListWidget.js", |   682   "front_end/ui/ListWidget.js", | 
|   682   "front_end/ui/module.json", |   683   "front_end/ui/module.json", | 
|   683   "front_end/ui/Panel.js", |   684   "front_end/ui/Panel.js", | 
|   684   "front_end/ui/panelEnablerView.css", |   685   "front_end/ui/panelEnablerView.css", | 
|   685   "front_end/ui/popover.css", |   686   "front_end/ui/popover.css", | 
|   686   "front_end/ui/Popover.js", |   687   "front_end/ui/Popover.js", | 
|   687   "front_end/ui/progressIndicator.css", |   688   "front_end/ui/progressIndicator.css", | 
|   688   "front_end/ui/ProgressIndicator.js", |   689   "front_end/ui/ProgressIndicator.js", | 
|   689   "front_end/ui/radioButton.css", |   690   "front_end/ui/radioButton.css", | 
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1149     ".eslintrc.js", |  1150     ".eslintrc.js", | 
|  1150     "devtools-node-modules/", |  1151     "devtools-node-modules/", | 
|  1151     "front_end/", |  1152     "front_end/", | 
|  1152     "scripts/buildbot/run_eslint.py", |  1153     "scripts/buildbot/run_eslint.py", | 
|  1153     "scripts/local_node/", |  1154     "scripts/local_node/", | 
|  1154     "//testing/scripts/common.py", |  1155     "//testing/scripts/common.py", | 
|  1155     "//testing/scripts/run_devtools_check.py", |  1156     "//testing/scripts/run_devtools_check.py", | 
|  1156     "//testing/xvfb.py", |  1157     "//testing/xvfb.py", | 
|  1157   ] |  1158   ] | 
|  1158 } |  1159 } | 
| OLD | NEW |