| 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/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/config/win/manifest.gni") | 9 import("//build/config/win/manifest.gni") |
| 10 import("//chrome/chrome_repack_locales.gni") | 10 import("//chrome/chrome_repack_locales.gni") |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "//base", | 99 "//base", |
| 100 "//breakpad:breakpad_handler", | 100 "//breakpad:breakpad_handler", |
| 101 "//breakpad:breakpad_sender", | 101 "//breakpad:breakpad_sender", |
| 102 "//chrome/app/version_assembly:chrome_exe_manifest", | 102 "//chrome/app/version_assembly:chrome_exe_manifest", |
| 103 "//chrome/browser:chrome_process_finder", | 103 "//chrome/browser:chrome_process_finder", |
| 104 "//chrome/chrome_watcher", | 104 "//chrome/chrome_watcher", |
| 105 "//chrome/chrome_watcher:client", | 105 "//chrome/chrome_watcher:client", |
| 106 "//chrome/installer/util", | 106 "//chrome/installer/util", |
| 107 "//chrome_elf", | 107 "//chrome_elf", |
| 108 "//components/browser_watcher:browser_watcher_client", | 108 "//components/browser_watcher:browser_watcher_client", |
| 109 "//components/crash/content/app", | 109 "//components/crash/app", |
| 110 "//components/crash_keys", | 110 "//components/crash_keys", |
| 111 "//content:startup_helper_win", | 111 "//content:startup_helper_win", |
| 112 "//crypto", | 112 "//crypto", |
| 113 "//sandbox", | 113 "//sandbox", |
| 114 "//ui/gfx", | 114 "//ui/gfx", |
| 115 ] | 115 ] |
| 116 data_deps = [ "//chrome/app/version_assembly:version_assembly_manifest" ] | 116 data_deps = [ "//chrome/app/version_assembly:version_assembly_manifest" ] |
| 117 | 117 |
| 118 libs = [ | 118 libs = [ |
| 119 "wintrust.lib", | 119 "wintrust.lib", |
| (...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 971 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 971 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 972 "//chrome/tools/build/linux/chrome-wrapper", | 972 "//chrome/tools/build/linux/chrome-wrapper", |
| 973 "//third_party/xdg-utils/scripts/xdg-mime", | 973 "//third_party/xdg-utils/scripts/xdg-mime", |
| 974 "//third_party/xdg-utils/scripts/xdg-settings", | 974 "//third_party/xdg-utils/scripts/xdg-settings", |
| 975 ] | 975 ] |
| 976 outputs = [ | 976 outputs = [ |
| 977 "$root_out_dir/{{source_file_part}}", | 977 "$root_out_dir/{{source_file_part}}", |
| 978 ] | 978 ] |
| 979 } | 979 } |
| 980 } | 980 } |
| OLD | NEW |