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

Unified Diff: components/nacl/browser/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl.gyp ('k') | components/nacl/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/BUILD.gn
diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
index 4d5228046a85ccff2677f62e2b3bf020746cc461..6336573e1cadb554ce10cffc0c9790ca84ee6453 100644
--- a/components/nacl/browser/BUILD.gn
+++ b/components/nacl/browser/BUILD.gn
@@ -63,14 +63,6 @@ source_set("browser") {
data_deps += [ "//components/nacl/loader:helper_nonsfi" ]
}
- if (is_win) {
- deps += [
- # TODO(fdoray): Remove this once the PreRead field trial has expired.
- # crbug.com/577698
- "//components/startup_metric_utils/common",
- ]
- }
-
if (is_win && current_cpu == "x86") {
data_deps += [ "//components/nacl/broker:nacl64" ]
}
« no previous file with comments | « components/nacl.gyp ('k') | components/nacl/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698