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

Side by Side Diff: chrome/installer/util/BUILD.gn

Issue 2075693002: Always use a /prefetch:# switch when launching a process on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « chrome/common/service_process_util.cc ('k') | chrome/installer/util/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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # This file deliberately has no default "util" target so dependants have to 8 # This file deliberately has no default "util" target so dependants have to
9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random 9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random
10 # code that ends up getting linked into chrome proper should depend on the 10 # code that ends up getting linked into chrome proper should depend on the
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 deps += [ 99 deps += [
100 # Need to depend on the generated strings target since files here 100 # Need to depend on the generated strings target since files here
101 # depend on the generated header, but only depend on the ":strings" 101 # depend on the generated header, but only depend on the ":strings"
102 # target (which actually compiles and causes the generated code to be 102 # target (which actually compiles and causes the generated code to be
103 # linked) from the ":util" target. 103 # linked) from the ":util" target.
104 ":generate_strings", 104 ":generate_strings",
105 "//base/third_party/dynamic_annotations", 105 "//base/third_party/dynamic_annotations",
106 "//chrome/install_static:install_static_util", 106 "//chrome/install_static:install_static_util",
107 "//components/base32", 107 "//components/base32",
108 "//components/metrics", 108 "//components/metrics",
109
110 # TODO(fdoray): Remove this once the PreRead field trial has expired.
111 # crbug.com/577698
112 "//components/startup_metric_utils/common",
113 "//courgette:courgette_lib", 109 "//courgette:courgette_lib",
114 "//crypto", 110 "//crypto",
115 "//third_party/bspatch", 111 "//third_party/bspatch",
116 "//third_party/crashpad/crashpad/client", 112 "//third_party/crashpad/crashpad/client",
117 "//third_party/icu", 113 "//third_party/icu",
118 "//third_party/lzma_sdk", 114 "//third_party/lzma_sdk",
119 ] 115 ]
120 116
121 libs = [ 117 libs = [
122 "urlmon.lib", 118 "urlmon.lib",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "//testing/gmock", 344 "//testing/gmock",
349 "//testing/gtest", 345 "//testing/gtest",
350 ] 346 ]
351 347
352 data = [ 348 data = [
353 "//chrome/test/data/extensions/", 349 "//chrome/test/data/extensions/",
354 "//chrome/test/data/installer/", 350 "//chrome/test/data/installer/",
355 ] 351 ]
356 } 352 }
357 } # is_win 353 } # is_win
OLDNEW
« no previous file with comments | « chrome/common/service_process_util.cc ('k') | chrome/installer/util/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698