| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/chrome_build.gni") | 6 import("//build/config/chrome_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
| 10 import("//build/config/sanitizers/sanitizers.gni") | 10 import("//build/config/sanitizers/sanitizers.gni") |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 ":visual_elements_resources", | 165 ":visual_elements_resources", |
| 166 "//base", | 166 "//base", |
| 167 "//breakpad:breakpad_handler", | 167 "//breakpad:breakpad_handler", |
| 168 "//breakpad:breakpad_sender", | 168 "//breakpad:breakpad_sender", |
| 169 "//chrome/app/version_assembly:chrome_exe_manifest", | 169 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 170 "//chrome/browser:chrome_process_finder", | 170 "//chrome/browser:chrome_process_finder", |
| 171 "//chrome/chrome_watcher", | 171 "//chrome/chrome_watcher", |
| 172 "//chrome/chrome_watcher:client", | 172 "//chrome/chrome_watcher:client", |
| 173 "//chrome/common:constants", | 173 "//chrome/common:constants", |
| 174 "//chrome/common:metrics_constants_util_win", | 174 "//chrome/common:metrics_constants_util_win", |
| 175 "//chrome/install_static:install_static_util", | |
| 176 "//chrome/installer/util:with_no_strings", | 175 "//chrome/installer/util:with_no_strings", |
| 177 "//chrome_elf", | 176 "//chrome_elf", |
| 178 "//components/browser_watcher:browser_watcher_client", | 177 "//components/browser_watcher:browser_watcher_client", |
| 179 "//components/crash/content/app:run_as_crashpad_handler", | 178 "//components/crash/content/app:run_as_crashpad_handler", |
| 180 "//components/flags_ui:switches", | 179 "//components/flags_ui:switches", |
| 181 "//content:sandbox_helper_win", | 180 "//content:sandbox_helper_win", |
| 182 "//content/public/common:static_switches", | 181 "//content/public/common:static_switches", |
| 183 "//crypto", | 182 "//crypto", |
| 184 "//sandbox", | 183 "//sandbox", |
| 185 ] | 184 ] |
| (...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1611 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1610 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1612 "//chrome/tools/build/linux/chrome-wrapper", | 1611 "//chrome/tools/build/linux/chrome-wrapper", |
| 1613 "//third_party/xdg-utils/scripts/xdg-mime", | 1612 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1614 "//third_party/xdg-utils/scripts/xdg-settings", | 1613 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1615 ] | 1614 ] |
| 1616 outputs = [ | 1615 outputs = [ |
| 1617 "$root_out_dir/{{source_file_part}}", | 1616 "$root_out_dir/{{source_file_part}}", |
| 1618 ] | 1617 ] |
| 1619 } | 1618 } |
| 1620 } | 1619 } |
| OLD | NEW |