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

Side by Side Diff: chrome/BUILD.gn

Issue 1183633003: cross gn Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: slightly smaller diff Created 4 years, 5 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 | « build/win/message_compiler.py ('k') | chrome/browser/chrome_browser_main.cc » ('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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "$root_out_dir/locales/fr.pak", 101 "$root_out_dir/locales/fr.pak",
102 ] 102 ]
103 } 103 }
104 104
105 data_deps = [] 105 data_deps = []
106 106
107 if (is_win) { 107 if (is_win) {
108 sources += [ 108 sources += [
109 "app/chrome_crash_reporter_client_win.cc", 109 "app/chrome_crash_reporter_client_win.cc",
110 "app/chrome_crash_reporter_client_win.h", 110 "app/chrome_crash_reporter_client_win.h",
111 "app/chrome_exe.rc", 111 #"app/chrome_exe.rc",
112 "app/chrome_exe_load_config_win.cc", 112 "app/chrome_exe_load_config_win.cc",
113 "app/chrome_exe_main_win.cc", 113 "app/chrome_exe_main_win.cc",
114 "app/chrome_watcher_client_win.cc", 114 "app/chrome_watcher_client_win.cc",
115 "app/chrome_watcher_client_win.h", 115 "app/chrome_watcher_client_win.h",
116 "app/chrome_watcher_command_line_win.cc", 116 "app/chrome_watcher_command_line_win.cc",
117 "app/chrome_watcher_command_line_win.h", 117 "app/chrome_watcher_command_line_win.h",
118 "app/kasko_client.cc", 118 "app/kasko_client.cc",
119 "app/kasko_client.h", 119 "app/kasko_client.h",
120 "app/main_dll_loader_win.cc", 120 "app/main_dll_loader_win.cc",
121 "app/main_dll_loader_win.h", 121 "app/main_dll_loader_win.h",
122 "common/crash_keys.cc", 122 "common/crash_keys.cc",
123 "common/crash_keys.h", 123 "common/crash_keys.h",
124 ] 124 ]
125 125
126 deps += [ 126 deps += [
127 ":chrome_dll", 127 ":chrome_dll",
128 ":chrome_exe_version", 128 #":chrome_exe_version",
129 ":file_pre_reader", 129 ":file_pre_reader",
130 ":visual_elements_resources", 130 ":visual_elements_resources",
131 "//base", 131 "//base",
132 "//breakpad:breakpad_handler", 132 "//breakpad:breakpad_handler",
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/common:constants", 138 "//chrome/common:constants",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 } 265 }
266 266
267 shared_library("main_dll") { 267 shared_library("main_dll") {
268 configs += [ "//build/config/compiler:wexit_time_destructors" ] 268 configs += [ "//build/config/compiler:wexit_time_destructors" ]
269 defines = [] 269 defines = []
270 ldflags = [] 270 ldflags = []
271 271
272 sources = [ 272 sources = [
273 "//base/win/dllmain.cc", 273 "//base/win/dllmain.cc",
274 "app/chrome_command_ids.h", 274 "app/chrome_command_ids.h",
275 "app/chrome_dll.rc", 275 #"app/chrome_dll.rc",
276 "app/chrome_dll_resource.h", 276 "app/chrome_dll_resource.h",
277 "app/chrome_main.cc", 277 "app/chrome_main.cc",
278 "app/chrome_main_delegate.cc", 278 "app/chrome_main_delegate.cc",
279 "app/chrome_main_delegate.h", 279 "app/chrome_main_delegate.h",
280 "app/chrome_main_mac.h", 280 "app/chrome_main_mac.h",
281 "app/chrome_main_mac.mm", 281 "app/chrome_main_mac.mm",
282 ] 282 ]
283 283
284 deps = [ 284 deps = [
285 ":browser_dependencies", 285 ":browser_dependencies",
286 "//build/config/sanitizers:deps", 286 "//build/config/sanitizers:deps",
287 "//chrome/common:features", 287 "//chrome/common:features",
288 "//third_party/cld_2", 288 "//third_party/cld_2",
289 ] 289 ]
290 if (is_win) { 290 if (is_win) {
291 output_name = "chrome" 291 output_name = "chrome"
292 292
293 deps += [ 293 deps += [
294 ":chrome_dll_manifest", 294 ":chrome_dll_manifest",
295 ":chrome_dll_version", 295 #":chrome_dll_version",
296 "//base/trace_event/etw_manifest:chrome_events_win", 296 "//base/trace_event/etw_manifest:chrome_events_win",
297 "//chrome/app/theme:chrome_unscaled_resources", 297 "//chrome/app/theme:chrome_unscaled_resources",
298 "//chrome/install_static:install_static_util", 298 "//chrome/install_static:install_static_util",
299 "//chrome_elf", 299 "//chrome_elf",
300 "//components/crash/content/app", 300 "//components/crash/content/app",
301 "//components/policy", 301 "//components/policy",
302 "//content/app/resources", 302 "//content/app/resources",
303 "//crypto", 303 "//crypto",
304 "//net:net_resources", 304 "//net:net_resources",
305 "//third_party/wtl", 305 "//third_party/wtl",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "app/chrome_main_delegate.cc", 368 "app/chrome_main_delegate.cc",
369 "app/chrome_main_delegate.h", 369 "app/chrome_main_delegate.h",
370 ] 370 ]
371 371
372 configs += [ "//build/config/compiler:wexit_time_destructors" ] 372 configs += [ "//build/config/compiler:wexit_time_destructors" ]
373 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ] 373 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ]
374 374
375 deps = [ 375 deps = [
376 ":child_dependencies", 376 ":child_dependencies",
377 ":chrome_child_manifest", 377 ":chrome_child_manifest",
378 ":chrome_dll_version", 378 #":chrome_dll_version",
379 "//build/config/sanitizers:deps", 379 "//build/config/sanitizers:deps",
380 "//chrome/common:features", 380 "//chrome/common:features",
381 "//components/browser_watcher:browser_watcher_client", 381 "//components/browser_watcher:browser_watcher_client",
382 "//components/crash/content/app", 382 "//components/crash/content/app",
383 "//content/public/app:child", 383 "//content/public/app:child",
384 ] 384 ]
385 385
386 if (is_win) { 386 if (is_win) {
387 deps += [ "//chrome/install_static:install_static_util" ] 387 deps += [ "//chrome/install_static:install_static_util" ]
388 388
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1774 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1775 "//chrome/tools/build/linux/chrome-wrapper", 1775 "//chrome/tools/build/linux/chrome-wrapper",
1776 "//third_party/xdg-utils/scripts/xdg-mime", 1776 "//third_party/xdg-utils/scripts/xdg-mime",
1777 "//third_party/xdg-utils/scripts/xdg-settings", 1777 "//third_party/xdg-utils/scripts/xdg-settings",
1778 ] 1778 ]
1779 outputs = [ 1779 outputs = [
1780 "$root_out_dir/{{source_file_part}}", 1780 "$root_out_dir/{{source_file_part}}",
1781 ] 1781 ]
1782 } 1782 }
1783 } 1783 }
OLDNEW
« no previous file with comments | « build/win/message_compiler.py ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698