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

Side by Side Diff: chrome/BUILD.gn

Issue 2635953002: Use loader-based binding of GetInstallDetailsPayload for install_static. (Closed)
Patch Set: sync to position 444298 Created 3 years, 11 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/chrome_exe_main_win.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/compiler/pgo/pgo.gni") 8 import("//build/config/compiler/pgo/pgo.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/locales.gni") 10 import("//build/config/locales.gni")
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 ":visual_elements_resources", 176 ":visual_elements_resources",
177 "//base", 177 "//base",
178 "//breakpad:breakpad_handler", 178 "//breakpad:breakpad_handler",
179 "//breakpad:breakpad_sender", 179 "//breakpad:breakpad_sender",
180 "//chrome/app/version_assembly:chrome_exe_manifest", 180 "//chrome/app/version_assembly:chrome_exe_manifest",
181 "//chrome/browser:chrome_process_finder", 181 "//chrome/browser:chrome_process_finder",
182 "//chrome/chrome_watcher", 182 "//chrome/chrome_watcher",
183 "//chrome/chrome_watcher:client", 183 "//chrome/chrome_watcher:client",
184 "//chrome/common:constants", 184 "//chrome/common:constants",
185 "//chrome/common:metrics_constants_util_win", 185 "//chrome/common:metrics_constants_util_win",
186 "//chrome/install_static:secondary_module",
186 "//chrome/installer/util:with_no_strings", 187 "//chrome/installer/util:with_no_strings",
187 "//chrome_elf", 188 "//chrome_elf",
188 "//components/browser_watcher:browser_watcher_client", 189 "//components/browser_watcher:browser_watcher_client",
189 "//components/crash/content/app:run_as_crashpad_handler", 190 "//components/crash/content/app:run_as_crashpad_handler",
190 "//components/flags_ui:switches", 191 "//components/flags_ui:switches",
191 "//content:sandbox_helper_win", 192 "//content:sandbox_helper_win",
192 "//content/public/common:static_switches", 193 "//content/public/common:static_switches",
193 "//crypto", 194 "//crypto",
194 "//sandbox", 195 "//sandbox",
195 ] 196 ]
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 ":browser_dependencies", 321 ":browser_dependencies",
321 ":chrome_dll_manifest", 322 ":chrome_dll_manifest",
322 ":chrome_dll_version", 323 ":chrome_dll_version",
323 "//base/trace_event/etw_manifest:chrome_events_win", 324 "//base/trace_event/etw_manifest:chrome_events_win",
324 "//build/config/sanitizers:deps", 325 "//build/config/sanitizers:deps",
325 "//chrome/app:chrome_dll_resources", 326 "//chrome/app:chrome_dll_resources",
326 "//chrome/app:command_ids", 327 "//chrome/app:command_ids",
327 "//chrome/app/theme:chrome_unscaled_resources", 328 "//chrome/app/theme:chrome_unscaled_resources",
328 "//chrome/common:features", 329 "//chrome/common:features",
329 "//chrome/install_static:install_static_util", 330 "//chrome/install_static:install_static_util",
331 "//chrome/install_static:secondary_module",
330 "//chrome_elf", 332 "//chrome_elf",
331 "//components/crash/content/app", 333 "//components/crash/content/app",
332 "//components/policy:generated", 334 "//components/policy:generated",
333 "//content/app/resources", 335 "//content/app/resources",
334 "//crypto", 336 "//crypto",
335 "//net:net_resources", 337 "//net:net_resources",
336 "//ppapi/features", 338 "//ppapi/features",
337 "//third_party/cld", 339 "//third_party/cld",
338 "//third_party/wtl", 340 "//third_party/wtl",
339 "//ui/views", 341 "//ui/views",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ] 407 defines = [ "CHROME_MULTIPLE_DLL_CHILD" ]
406 408
407 deps = [ 409 deps = [
408 ":child_dependencies", 410 ":child_dependencies",
409 ":chrome_child_manifest", 411 ":chrome_child_manifest",
410 ":chrome_dll_version", 412 ":chrome_dll_version",
411 "//build/config/sanitizers:deps", 413 "//build/config/sanitizers:deps",
412 "//chrome/browser/policy:path_parser", 414 "//chrome/browser/policy:path_parser",
413 "//chrome/common:features", 415 "//chrome/common:features",
414 "//chrome/install_static:install_static_util", 416 "//chrome/install_static:install_static_util",
417 "//chrome/install_static:secondary_module",
418 "//chrome_elf",
415 "//components/browser_watcher:browser_watcher_client", 419 "//components/browser_watcher:browser_watcher_client",
416 "//components/crash/content/app", 420 "//components/crash/content/app",
417 "//content/public/app:child", 421 "//content/public/app:child",
418 "//pdf", 422 "//pdf",
419 ] 423 ]
420 424
421 ldflags = [ 425 ldflags = [
422 "/DELAYLOAD:d3d11.dll", 426 "/DELAYLOAD:d3d11.dll",
423 "/DELAYLOAD:d3d9.dll", 427 "/DELAYLOAD:d3d9.dll",
424 "/DELAYLOAD:dwmapi.dll", 428 "/DELAYLOAD:dwmapi.dll",
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1597 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1594 "//chrome/tools/build/linux/chrome-wrapper", 1598 "//chrome/tools/build/linux/chrome-wrapper",
1595 "//third_party/xdg-utils/scripts/xdg-mime", 1599 "//third_party/xdg-utils/scripts/xdg-mime",
1596 "//third_party/xdg-utils/scripts/xdg-settings", 1600 "//third_party/xdg-utils/scripts/xdg-settings",
1597 ] 1601 ]
1598 outputs = [ 1602 outputs = [
1599 "$root_out_dir/{{source_file_part}}", 1603 "$root_out_dir/{{source_file_part}}",
1600 ] 1604 ]
1601 } 1605 }
1602 } 1606 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698