| 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 devtools_embedder_scripts = [ | 9 devtools_embedder_scripts = [ |
| 10 "front_end/devtools_compatibility.js", | 10 "front_end/devtools_compatibility.js", |
| (...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 "front_end/Images/chromeRight.png", | 814 "front_end/Images/chromeRight.png", |
| 815 "front_end/Images/chromeSelect.png", | 815 "front_end/Images/chromeSelect.png", |
| 816 "front_end/Images/chromeSelect_2x.png", | 816 "front_end/Images/chromeSelect_2x.png", |
| 817 "front_end/Images/deleteIcon.png", | 817 "front_end/Images/deleteIcon.png", |
| 818 "front_end/Images/domain.png", | 818 "front_end/Images/domain.png", |
| 819 "front_end/Images/errorWave.png", | 819 "front_end/Images/errorWave.png", |
| 820 "front_end/Images/errorWave_2x.png", | 820 "front_end/Images/errorWave_2x.png", |
| 821 "front_end/Images/fileSystem.png", | 821 "front_end/Images/fileSystem.png", |
| 822 "front_end/Images/forward.png", | 822 "front_end/Images/forward.png", |
| 823 "front_end/Images/frame.png", | 823 "front_end/Images/frame.png", |
| 824 "front_end/Images/graphLabelCalloutLeft.png", | |
| 825 "front_end/Images/graphLabelCalloutRight.png", | |
| 826 "front_end/Images/ic_info_black_18dp.svg", | 824 "front_end/Images/ic_info_black_18dp.svg", |
| 827 "front_end/Images/ic_warning_black_18dp.svg", | 825 "front_end/Images/ic_warning_black_18dp.svg", |
| 828 "front_end/Images/navigationControls.png", | 826 "front_end/Images/navigationControls.png", |
| 829 "front_end/Images/navigationControls_2x.png", | 827 "front_end/Images/navigationControls_2x.png", |
| 830 "front_end/Images/paneAddButtons.png", | 828 "front_end/Images/paneAddButtons.png", |
| 831 "front_end/Images/paneFilterButtons.png", | 829 "front_end/Images/paneFilterButtons.png", |
| 832 "front_end/Images/paneRefreshButtons.png", | 830 "front_end/Images/paneRefreshButtons.png", |
| 833 "front_end/Images/popoverArrows.png", | 831 "front_end/Images/popoverArrows.png", |
| 834 "front_end/Images/profileGroupIcon.png", | 832 "front_end/Images/profileGroupIcon.png", |
| 835 "front_end/Images/profileIcon.png", | 833 "front_end/Images/profileIcon.png", |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1150 deps = [ | 1148 deps = [ |
| 1151 ":frontend_protocol_sources", | 1149 ":frontend_protocol_sources", |
| 1152 ":supported_css_properties", | 1150 ":supported_css_properties", |
| 1153 ] | 1151 ] |
| 1154 sources = generated_scripts | 1152 sources = generated_scripts |
| 1155 outputs = [ | 1153 outputs = [ |
| 1156 "$resources_out_debug_dir/{{source_file_part}}", | 1154 "$resources_out_debug_dir/{{source_file_part}}", |
| 1157 ] | 1155 ] |
| 1158 } | 1156 } |
| 1159 } | 1157 } |
| OLD | NEW |