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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/locales.gni") | 8 import("//build/config/locales.gni") |
9 import("//build/config/sanitizers/sanitizers.gni") | 9 import("//build/config/sanitizers/sanitizers.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 "common/crash_keys.cc", | 134 "common/crash_keys.cc", |
135 "common/crash_keys.h", | 135 "common/crash_keys.h", |
136 ] | 136 ] |
137 | 137 |
138 deps += [ | 138 deps += [ |
139 ":chrome_dll", | 139 ":chrome_dll", |
140 ":chrome_exe_version", | 140 ":chrome_exe_version", |
141 ":file_pre_reader", | 141 ":file_pre_reader", |
142 | 142 |
143 # 'chrome_nacl_win64" TODO(GYP) bug 512869 | 143 # 'chrome_nacl_win64" TODO(GYP) bug 512869 |
144 # '../win8/delegate_execute/delegate_execute.gyp:*', TODO(GYP) bug 51286
7 | |
145 # '../win8/metro_driver/metro_driver.gyp:metro_driver', TODO(GYP) bug 51
2864 | |
146 "//base", | 144 "//base", |
147 "//breakpad:breakpad_handler", | 145 "//breakpad:breakpad_handler", |
148 "//breakpad:breakpad_sender", | 146 "//breakpad:breakpad_sender", |
149 "//chrome/app/version_assembly:chrome_exe_manifest", | 147 "//chrome/app/version_assembly:chrome_exe_manifest", |
150 "//chrome/browser:chrome_process_finder", | 148 "//chrome/browser:chrome_process_finder", |
151 "//chrome/chrome_watcher", | 149 "//chrome/chrome_watcher", |
152 "//chrome/chrome_watcher:client", | 150 "//chrome/chrome_watcher:client", |
153 "//chrome/installer/util", | 151 "//chrome/installer/util", |
154 "//chrome_elf", | 152 "//chrome_elf", |
155 "//components/browser_watcher:browser_watcher_client", | 153 "//components/browser_watcher:browser_watcher_client", |
156 "//components/crash/content/app", | 154 "//components/crash/content/app", |
157 "//components/crash/core/common", | 155 "//components/crash/core/common", |
158 "//content:sandbox_helper_win", | 156 "//content:sandbox_helper_win", |
159 "//content/public/common:static_switches", | 157 "//content/public/common:static_switches", |
160 "//crypto", | 158 "//crypto", |
161 "//sandbox", | 159 "//sandbox", |
162 "//ui/gfx", | 160 "//ui/gfx", |
| 161 "//win8/delegate_execute", |
| 162 "//win8/metro_driver", |
163 ] | 163 ] |
164 data_deps = [ | 164 data_deps = [ |
165 "//chrome/app/version_assembly:version_assembly_manifest", | 165 "//chrome/app/version_assembly:version_assembly_manifest", |
166 ] | 166 ] |
167 | 167 |
168 libs = [ | 168 libs = [ |
169 "wintrust.lib", | 169 "wintrust.lib", |
170 "crypt32.lib", | 170 "crypt32.lib", |
171 ] | 171 ] |
172 if (win_console_app) { | 172 if (win_console_app) { |
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1070 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1070 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
1071 "//chrome/tools/build/linux/chrome-wrapper", | 1071 "//chrome/tools/build/linux/chrome-wrapper", |
1072 "//third_party/xdg-utils/scripts/xdg-mime", | 1072 "//third_party/xdg-utils/scripts/xdg-mime", |
1073 "//third_party/xdg-utils/scripts/xdg-settings", | 1073 "//third_party/xdg-utils/scripts/xdg-settings", |
1074 ] | 1074 ] |
1075 outputs = [ | 1075 outputs = [ |
1076 "$root_out_dir/{{source_file_part}}", | 1076 "$root_out_dir/{{source_file_part}}", |
1077 ] | 1077 ] |
1078 } | 1078 } |
1079 } | 1079 } |
OLD | NEW |