Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Side by Side Diff: chrome/BUILD.gn

Issue 1913943003: Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DEPs includes Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 # 'chrome_nacl_win64" TODO(GYP) bug 512869 129 # 'chrome_nacl_win64" TODO(GYP) bug 512869
130 "//base", 130 "//base",
131 "//breakpad:breakpad_handler", 131 "//breakpad:breakpad_handler",
132 "//breakpad:breakpad_sender", 132 "//breakpad:breakpad_sender",
133 "//chrome/app/version_assembly:chrome_exe_manifest", 133 "//chrome/app/version_assembly:chrome_exe_manifest",
134 "//chrome/browser:chrome_process_finder", 134 "//chrome/browser:chrome_process_finder",
135 "//chrome/chrome_watcher", 135 "//chrome/chrome_watcher",
136 "//chrome/chrome_watcher:client", 136 "//chrome/chrome_watcher:client",
137 "//chrome/common:constants", 137 "//chrome/common:constants",
138 "//chrome/common:metrics_constants_util_win", 138 "//chrome/common:metrics_constants_util_win",
139 "//chrome/install_static:install_static_util",
139 "//chrome/installer/util:with_no_strings", 140 "//chrome/installer/util:with_no_strings",
140 "//chrome_elf", 141 "//chrome_elf",
141 "//components/browser_watcher:browser_watcher_client", 142 "//components/browser_watcher:browser_watcher_client",
142 "//components/crash/content/app", 143 "//components/crash/content/app",
143 "//components/crash/core/common", 144 "//components/crash/core/common",
144 "//components/flags_ui:switches", 145 "//components/flags_ui:switches",
145 "//components/startup_metric_utils/common", 146 "//components/startup_metric_utils/common",
146 "//content:sandbox_helper_win", 147 "//content:sandbox_helper_win",
147 "//content/public/common:static_switches", 148 "//content/public/common:static_switches",
148 "//crypto", 149 "//crypto",
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "//third_party/cld_2", 309 "//third_party/cld_2",
309 ] 310 ]
310 if (is_win) { 311 if (is_win) {
311 output_name = "chrome" 312 output_name = "chrome"
312 313
313 deps += [ 314 deps += [
314 ":chrome_dll_manifest", 315 ":chrome_dll_manifest",
315 ":chrome_dll_version", 316 ":chrome_dll_version",
316 "//base/trace_event/etw_manifest:chrome_events_win", 317 "//base/trace_event/etw_manifest:chrome_events_win",
317 "//chrome/app/theme:chrome_unscaled_resources", 318 "//chrome/app/theme:chrome_unscaled_resources",
319 "//chrome/install_static:install_static_util",
318 "//chrome_elf", 320 "//chrome_elf",
319 "//components/crash/content/app", 321 "//components/crash/content/app",
320 "//components/policy", 322 "//components/policy",
321 "//content/app/resources", 323 "//content/app/resources",
322 "//crypto", 324 "//crypto",
323 "//net:net_resources", 325 "//net:net_resources",
324 "//third_party/wtl", 326 "//third_party/wtl",
325 "//ui/views", 327 "//ui/views",
326 ] 328 ]
327 if (current_cpu == "x86") { 329 if (current_cpu == "x86") {
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1095 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1094 "//chrome/tools/build/linux/chrome-wrapper", 1096 "//chrome/tools/build/linux/chrome-wrapper",
1095 "//third_party/xdg-utils/scripts/xdg-mime", 1097 "//third_party/xdg-utils/scripts/xdg-mime",
1096 "//third_party/xdg-utils/scripts/xdg-settings", 1098 "//third_party/xdg-utils/scripts/xdg-settings",
1097 ] 1099 ]
1098 outputs = [ 1100 outputs = [
1099 "$root_out_dir/{{source_file_part}}", 1101 "$root_out_dir/{{source_file_part}}",
1100 ] 1102 ]
1101 } 1103 }
1102 } 1104 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698