| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/locales.gni") | 7 import("//build/config/locales.gni") |
| 8 import("//build/config/sanitizers/sanitizers.gni") | 8 import("//build/config/sanitizers/sanitizers.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//build/config/win/manifest.gni") | 10 import("//build/config/win/manifest.gni") |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "//breakpad:breakpad_sender", | 147 "//breakpad:breakpad_sender", |
| 148 "//chrome/app/version_assembly:chrome_exe_manifest", | 148 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 149 "//chrome/browser:chrome_process_finder", | 149 "//chrome/browser:chrome_process_finder", |
| 150 "//chrome/chrome_watcher", | 150 "//chrome/chrome_watcher", |
| 151 "//chrome/chrome_watcher:client", | 151 "//chrome/chrome_watcher:client", |
| 152 "//chrome/installer/util", | 152 "//chrome/installer/util", |
| 153 "//chrome_elf", | 153 "//chrome_elf", |
| 154 "//components/browser_watcher:browser_watcher_client", | 154 "//components/browser_watcher:browser_watcher_client", |
| 155 "//components/crash/content/app", | 155 "//components/crash/content/app", |
| 156 "//components/crash/core/common", | 156 "//components/crash/core/common", |
| 157 "//components/flags_ui:switches", |
| 157 "//content:sandbox_helper_win", | 158 "//content:sandbox_helper_win", |
| 158 "//content/public/common:static_switches", | 159 "//content/public/common:static_switches", |
| 159 "//crypto", | 160 "//crypto", |
| 160 "//sandbox", | 161 "//sandbox", |
| 161 "//ui/gfx", | 162 "//ui/gfx", |
| 162 ] | 163 ] |
| 163 data_deps = [ | 164 data_deps = [ |
| 164 "//chrome/app/version_assembly:version_assembly_manifest", | 165 "//chrome/app/version_assembly:version_assembly_manifest", |
| 165 ] | 166 ] |
| 166 | 167 |
| (...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1060 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1061 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1061 "//chrome/tools/build/linux/chrome-wrapper", | 1062 "//chrome/tools/build/linux/chrome-wrapper", |
| 1062 "//third_party/xdg-utils/scripts/xdg-mime", | 1063 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1063 "//third_party/xdg-utils/scripts/xdg-settings", | 1064 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1064 ] | 1065 ] |
| 1065 outputs = [ | 1066 outputs = [ |
| 1066 "$root_out_dir/{{source_file_part}}", | 1067 "$root_out_dir/{{source_file_part}}", |
| 1067 ] | 1068 ] |
| 1068 } | 1069 } |
| 1069 } | 1070 } |
| OLD | NEW |