| 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 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 "front_end/Images/resourcesTimeGraphIcon.png", | 774 "front_end/Images/resourcesTimeGraphIcon.png", |
| 775 "front_end/Images/searchNext.png", | 775 "front_end/Images/searchNext.png", |
| 776 "front_end/Images/searchPrev.png", | 776 "front_end/Images/searchPrev.png", |
| 777 "front_end/Images/securityIcons_2x.png", | 777 "front_end/Images/securityIcons_2x.png", |
| 778 "front_end/Images/securityIcons.png", | 778 "front_end/Images/securityIcons.png", |
| 779 "front_end/Images/settingsListRemove.png", | 779 "front_end/Images/settingsListRemove.png", |
| 780 "front_end/Images/settingsListRemove_2x.png", | 780 "front_end/Images/settingsListRemove_2x.png", |
| 781 "front_end/Images/smallIcons.png", | 781 "front_end/Images/smallIcons.png", |
| 782 "front_end/Images/smallIcons_2x.png", | 782 "front_end/Images/smallIcons_2x.png", |
| 783 "front_end/Images/speech.png", | 783 "front_end/Images/speech.png", |
| 784 "front_end/Images/treeoutlineTriangles.png", |
| 785 "front_end/Images/treeoutlineTriangles_2x.png", |
| 784 "front_end/Images/toolbarButtonGlyphs.png", | 786 "front_end/Images/toolbarButtonGlyphs.png", |
| 785 "front_end/Images/toolbarButtonGlyphs_2x.png", | 787 "front_end/Images/toolbarButtonGlyphs_2x.png", |
| 786 "front_end/Images/toolbarResizerHorizontal.png", | 788 "front_end/Images/toolbarResizerHorizontal.png", |
| 787 "front_end/Images/toolbarResizerVertical.png", | 789 "front_end/Images/toolbarResizerVertical.png", |
| 788 "front_end/Images/toolbarItemSelected.png", | 790 "front_end/Images/toolbarItemSelected.png", |
| 789 "front_end/Images/touchCursor.png", | 791 "front_end/Images/touchCursor.png", |
| 790 "front_end/Images/touchCursor_2x.png", | 792 "front_end/Images/touchCursor_2x.png", |
| 791 ] | 793 ] |
| 792 | 794 |
| 793 resources_out_dir = "$root_out_dir/resources/inspector" | 795 resources_out_dir = "$root_out_dir/resources/inspector" |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 ".eslintrc.js", | 1084 ".eslintrc.js", |
| 1083 "devtools-node-modules/", | 1085 "devtools-node-modules/", |
| 1084 "front_end/", | 1086 "front_end/", |
| 1085 "scripts/buildbot/run_eslint.py", | 1087 "scripts/buildbot/run_eslint.py", |
| 1086 "scripts/local_node/", | 1088 "scripts/local_node/", |
| 1087 "//testing/scripts/common.py", | 1089 "//testing/scripts/common.py", |
| 1088 "//testing/scripts/run_devtools_check.py", | 1090 "//testing/scripts/run_devtools_check.py", |
| 1089 "//testing/xvfb.py", | 1091 "//testing/xvfb.py", |
| 1090 ] | 1092 ] |
| 1091 } | 1093 } |
| OLD | NEW |