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

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 2459773002: Add TaskScheduler to iOS Startup (Closed)
Patch Set: Rebase to e414cb39 Created 4 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
« no previous file with comments | « no previous file | ios/chrome/browser/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "//components/history/core/browser", 141 "//components/history/core/browser",
142 "//components/language_usage_metrics", 142 "//components/language_usage_metrics",
143 "//components/metrics:profiler_ios", 143 "//components/metrics:profiler_ios",
144 "//components/metrics_services_manager", 144 "//components/metrics_services_manager",
145 "//components/net_log", 145 "//components/net_log",
146 "//components/network_time", 146 "//components/network_time",
147 "//components/open_from_clipboard", 147 "//components/open_from_clipboard",
148 "//components/physical_web/data_source", 148 "//components/physical_web/data_source",
149 "//components/prefs", 149 "//components/prefs",
150 "//components/rappor", 150 "//components/rappor",
151 "//components/task_scheduler_util",
151 "//components/translate/core/browser", 152 "//components/translate/core/browser",
152 "//components/update_client", 153 "//components/update_client",
153 "//components/variations", 154 "//components/variations",
154 "//components/variations/service", 155 "//components/variations/service",
155 "//ios/chrome/browser/browser_state", 156 "//ios/chrome/browser/browser_state",
156 "//ios/chrome/browser/browser_state:browser_state_impl", 157 "//ios/chrome/browser/browser_state:browser_state_impl",
157 "//ios/chrome/browser/component_updater", 158 "//ios/chrome/browser/component_updater",
158 "//ios/chrome/browser/first_run", 159 "//ios/chrome/browser/first_run",
159 "//ios/chrome/browser/history", 160 "//ios/chrome/browser/history",
160 "//ios/chrome/browser/metrics", 161 "//ios/chrome/browser/metrics",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "//components/proxy_config", 250 "//components/proxy_config",
250 "//components/ssl_config", 251 "//components/ssl_config",
251 "//components/variations", 252 "//components/variations",
252 "//ios/web:test_support", 253 "//ios/web:test_support",
253 "//net", 254 "//net",
254 "//net:test_support", 255 "//net:test_support",
255 "//testing/gtest", 256 "//testing/gtest",
256 "//url", 257 "//url",
257 ] 258 ]
258 } 259 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698