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

Side by Side Diff: components/BUILD.gn

Issue 1413153010: Move components/startup_metric_utils/* to components/startup_metric_utils/browser/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't check command line in ChromeMainDelegate constructor. Created 5 years, 1 month 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//components/precache/content", 117 "//components/precache/content",
118 "//components/proxy_config", 118 "//components/proxy_config",
119 "//components/query_parser", 119 "//components/query_parser",
120 "//components/rappor", 120 "//components/rappor",
121 "//components/renderer_context_menu", 121 "//components/renderer_context_menu",
122 "//components/resources:components_resources", 122 "//components/resources:components_resources",
123 "//components/search_provider_logos", 123 "//components/search_provider_logos",
124 "//components/security_interstitials/core", 124 "//components/security_interstitials/core",
125 "//components/signin/core/browser", 125 "//components/signin/core/browser",
126 "//components/ssl_config", 126 "//components/ssl_config",
127 "//components/startup_metric_utils", 127 "//components/startup_metric_utils/browser",
128 "//components/sync_driver", 128 "//components/sync_driver",
129 "//components/sync_sessions", 129 "//components/sync_sessions",
130 "//components/tracing", 130 "//components/tracing",
131 "//components/tracing:startup_tracing", 131 "//components/tracing:startup_tracing",
132 "//components/translate/content/browser", 132 "//components/translate/content/browser",
133 "//components/translate/content/common", 133 "//components/translate/content/common",
134 "//components/translate/content/renderer", 134 "//components/translate/content/renderer",
135 "//components/translate/core/browser", 135 "//components/translate/core/browser",
136 "//components/translate/core/common", 136 "//components/translate/core/common",
137 "//components/ui/zoom", 137 "//components/ui/zoom",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 ] 621 ]
622 if (!is_ios) { 622 if (!is_ios) {
623 deps += [ 623 deps += [
624 "//base", 624 "//base",
625 "//base/test:test_support_perf", 625 "//base/test:test_support_perf",
626 "//content/test:test_support", 626 "//content/test:test_support",
627 "//components/visitedlink/browser", 627 "//components/visitedlink/browser",
628 ] 628 ]
629 } 629 }
630 } 630 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698