| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 "//breakpad:breakpad_sender", | 133 "//breakpad:breakpad_sender", |
| 134 "//chrome/app/version_assembly:chrome_exe_manifest", | 134 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 135 "//chrome/browser:chrome_process_finder", | 135 "//chrome/browser:chrome_process_finder", |
| 136 "//chrome/chrome_watcher", | 136 "//chrome/chrome_watcher", |
| 137 "//chrome/chrome_watcher:client", | 137 "//chrome/chrome_watcher:client", |
| 138 "//chrome/installer/util", | 138 "//chrome/installer/util", |
| 139 "//chrome_elf", | 139 "//chrome_elf", |
| 140 "//components/browser_watcher:browser_watcher_client", | 140 "//components/browser_watcher:browser_watcher_client", |
| 141 "//components/crash/content/app", | 141 "//components/crash/content/app", |
| 142 "//components/crash/core/common", | 142 "//components/crash/core/common", |
| 143 "//components/flags_ui:switches", |
| 143 "//content:sandbox_helper_win", | 144 "//content:sandbox_helper_win", |
| 144 "//content/public/common:static_switches", | 145 "//content/public/common:static_switches", |
| 145 "//crypto", | 146 "//crypto", |
| 146 "//sandbox", | 147 "//sandbox", |
| 147 "//ui/gfx", | 148 "//ui/gfx", |
| 148 ] | 149 ] |
| 149 data_deps = [ | 150 data_deps = [ |
| 150 "//chrome/app/version_assembly:version_assembly_manifest", | 151 "//chrome/app/version_assembly:version_assembly_manifest", |
| 151 ] | 152 ] |
| 152 | 153 |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1045 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1045 "//chrome/tools/build/linux/chrome-wrapper", | 1046 "//chrome/tools/build/linux/chrome-wrapper", |
| 1046 "//third_party/xdg-utils/scripts/xdg-mime", | 1047 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1047 "//third_party/xdg-utils/scripts/xdg-settings", | 1048 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1048 ] | 1049 ] |
| 1049 outputs = [ | 1050 outputs = [ |
| 1050 "$root_out_dir/{{source_file_part}}", | 1051 "$root_out_dir/{{source_file_part}}", |
| 1051 ] | 1052 ] |
| 1052 } | 1053 } |
| 1053 } | 1054 } |
| OLD | NEW |