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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "//breakpad:breakpad_handler", | 72 "//breakpad:breakpad_handler", |
73 "//breakpad:breakpad_sender", | 73 "//breakpad:breakpad_sender", |
74 "//chrome/app/version_assembly:chrome_exe_manifest", | 74 "//chrome/app/version_assembly:chrome_exe_manifest", |
75 "//chrome/browser:chrome_process_finder", | 75 "//chrome/browser:chrome_process_finder", |
76 "//chrome/chrome_watcher", | 76 "//chrome/chrome_watcher", |
77 "//chrome/chrome_watcher:client", | 77 "//chrome/chrome_watcher:client", |
78 "//chrome/installer/util", | 78 "//chrome/installer/util", |
79 "//chrome_elf", | 79 "//chrome_elf", |
80 "//components/browser_watcher:browser_watcher_client", | 80 "//components/browser_watcher:browser_watcher_client", |
81 "//components/crash/app", | 81 "//components/crash/app", |
| 82 "//components/crash_keys", |
82 "//content:startup_helper_win", | 83 "//content:startup_helper_win", |
83 "//crypto", | 84 "//crypto", |
84 "//sandbox", | 85 "//sandbox", |
85 "//ui/gfx", | 86 "//ui/gfx", |
86 ] | 87 ] |
87 data_deps = [ "//chrome/app/version_assembly:version_assembly_manifest" ] | 88 data_deps = [ "//chrome/app/version_assembly:version_assembly_manifest" ] |
88 | 89 |
89 libs = [ | 90 libs = [ |
90 "wintrust.lib", | 91 "wintrust.lib", |
91 "crypt32.lib", | 92 "crypt32.lib", |
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
911 rebase_path(chrome_binary, root_build_dir), | 912 rebase_path(chrome_binary, root_build_dir), |
912 rebase_path(symbol_file, root_build_dir), | 913 rebase_path(symbol_file, root_build_dir), |
913 ] | 914 ] |
914 | 915 |
915 deps = [ | 916 deps = [ |
916 ":chrome", | 917 ":chrome", |
917 dump_syms_label, | 918 dump_syms_label, |
918 ] | 919 ] |
919 } | 920 } |
920 } | 921 } |
OLD | NEW |