| 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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 "front_end/Images/resourcesTimeGraphIcon.png", | 769 "front_end/Images/resourcesTimeGraphIcon.png", |
| 770 "front_end/Images/searchNext.png", | 770 "front_end/Images/searchNext.png", |
| 771 "front_end/Images/searchPrev.png", | 771 "front_end/Images/searchPrev.png", |
| 772 "front_end/Images/securityIcons_2x.png", | 772 "front_end/Images/securityIcons_2x.png", |
| 773 "front_end/Images/securityIcons.png", | 773 "front_end/Images/securityIcons.png", |
| 774 "front_end/Images/settingsListRemove.png", | 774 "front_end/Images/settingsListRemove.png", |
| 775 "front_end/Images/settingsListRemove_2x.png", | 775 "front_end/Images/settingsListRemove_2x.png", |
| 776 "front_end/Images/smallIcons.png", | 776 "front_end/Images/smallIcons.png", |
| 777 "front_end/Images/smallIcons_2x.png", | 777 "front_end/Images/smallIcons_2x.png", |
| 778 "front_end/Images/speech.png", | 778 "front_end/Images/speech.png", |
| 779 "front_end/Images/treeoutlineTriangles.png", |
| 780 "front_end/Images/treeoutlineTriangles_2x.png", |
| 779 "front_end/Images/toolbarButtonGlyphs.png", | 781 "front_end/Images/toolbarButtonGlyphs.png", |
| 780 "front_end/Images/toolbarButtonGlyphs_2x.png", | 782 "front_end/Images/toolbarButtonGlyphs_2x.png", |
| 781 "front_end/Images/toolbarResizerHorizontal.png", | 783 "front_end/Images/toolbarResizerHorizontal.png", |
| 782 "front_end/Images/toolbarResizerVertical.png", | 784 "front_end/Images/toolbarResizerVertical.png", |
| 783 "front_end/Images/toolbarItemSelected.png", | 785 "front_end/Images/toolbarItemSelected.png", |
| 784 "front_end/Images/touchCursor.png", | 786 "front_end/Images/touchCursor.png", |
| 785 "front_end/Images/touchCursor_2x.png", | 787 "front_end/Images/touchCursor_2x.png", |
| 786 ] | 788 ] |
| 787 | 789 |
| 788 resources_out_dir = "$root_out_dir/resources/inspector" | 790 resources_out_dir = "$root_out_dir/resources/inspector" |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1074 ".eslintrc.js", | 1076 ".eslintrc.js", |
| 1075 "devtools-node-modules/", | 1077 "devtools-node-modules/", |
| 1076 "front_end/", | 1078 "front_end/", |
| 1077 "scripts/buildbot/run_eslint.py", | 1079 "scripts/buildbot/run_eslint.py", |
| 1078 "scripts/local_node/", | 1080 "scripts/local_node/", |
| 1079 "//testing/scripts/common.py", | 1081 "//testing/scripts/common.py", |
| 1080 "//testing/scripts/run_devtools_check.py", | 1082 "//testing/scripts/run_devtools_check.py", |
| 1081 "//testing/xvfb.py", | 1083 "//testing/xvfb.py", |
| 1082 ] | 1084 ] |
| 1083 } | 1085 } |
| OLD | NEW |