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/browser/BUILD.gn

Issue 1612663002: Use a valid /prefetch argument when launching a process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bit
Patch Set: rebase + prefetch argument for crashpad Created 4 years, 10 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/app/main_dll_loader_win.cc ('k') | chrome/browser/browser_process_impl.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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//components/renderer_context_menu", 155 "//components/renderer_context_menu",
156 "//components/search", 156 "//components/search",
157 "//components/search_engines", 157 "//components/search_engines",
158 "//components/search_provider_logos", 158 "//components/search_provider_logos",
159 "//components/security_interstitials/core", 159 "//components/security_interstitials/core",
160 "//components/security_state", 160 "//components/security_state",
161 "//components/signin/core/browser", 161 "//components/signin/core/browser",
162 "//components/ssl_errors", 162 "//components/ssl_errors",
163 "//components/startup_metric_utils/browser:lib", 163 "//components/startup_metric_utils/browser:lib",
164 "//components/startup_metric_utils/browser:message_filter_lib", 164 "//components/startup_metric_utils/browser:message_filter_lib",
165
166 # TODO(fdoray): Remove this once the PreRead field trial has expired.
167 # crbug.com/577698
168 "//components/startup_metric_utils/common",
165 "//components/strings", 169 "//components/strings",
166 "//components/suggestions", 170 "//components/suggestions",
167 "//components/sync_bookmarks", 171 "//components/sync_bookmarks",
168 "//components/sync_driver", 172 "//components/sync_driver",
169 "//components/sync_sessions", 173 "//components/sync_sessions",
170 "//components/tracing:startup_tracing", 174 "//components/tracing:startup_tracing",
171 "//components/translate/core/browser", 175 "//components/translate/core/browser",
172 "//components/translate/core/common", 176 "//components/translate/core/common",
173 "//components/ui/zoom", 177 "//components/ui/zoom",
174 "//components/undo", 178 "//components/undo",
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1336 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1333 deps = [ 1337 deps = [
1334 "//components/google/core/browser", 1338 "//components/google/core/browser",
1335 "//components/omnibox/browser", 1339 "//components/omnibox/browser",
1336 "//components/rlz", 1340 "//components/rlz",
1337 "//components/search_engines", 1341 "//components/search_engines",
1338 "//rlz:rlz_lib", 1342 "//rlz:rlz_lib",
1339 ] 1343 ]
1340 } 1344 }
1341 } 1345 }
OLDNEW
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698