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

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

Issue 2484233002: Hard coded finch config for Popular site (Closed)
Patch Set: Adding a comment. 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
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("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 declare_args() { 8 declare_args() {
9 google_test_gaia_client_id = "" 9 google_test_gaia_client_id = ""
10 google_test_gaia_client_secret = "" 10 google_test_gaia_client_secret = ""
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//components/autofill/core/browser", 77 "//components/autofill/core/browser",
78 "//components/autofill/core/common", 78 "//components/autofill/core/common",
79 "//components/gcm_driver", 79 "//components/gcm_driver",
80 "//components/handoff", 80 "//components/handoff",
81 "//components/keyed_service/core", 81 "//components/keyed_service/core",
82 "//components/keyed_service/ios", 82 "//components/keyed_service/ios",
83 "//components/metrics", 83 "//components/metrics",
84 "//components/metrics_services_manager", 84 "//components/metrics_services_manager",
85 "//components/net_log", 85 "//components/net_log",
86 "//components/network_session_configurator", 86 "//components/network_session_configurator",
87 "//components/ntp_tiles",
87 "//components/pref_registry", 88 "//components/pref_registry",
88 "//components/prefs", 89 "//components/prefs",
89 "//components/proxy_config", 90 "//components/proxy_config",
90 "//components/search_engines", 91 "//components/search_engines",
91 "//components/signin/core/browser", 92 "//components/signin/core/browser",
92 "//components/ssl_config", 93 "//components/ssl_config",
93 "//components/translate/core/browser", 94 "//components/translate/core/browser",
94 "//components/url_formatter", 95 "//components/url_formatter",
95 "//components/variations", 96 "//components/variations",
96 "//components/variations/service", 97 "//components/variations/service",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "//components/proxy_config", 230 "//components/proxy_config",
230 "//components/ssl_config", 231 "//components/ssl_config",
231 "//components/variations", 232 "//components/variations",
232 "//ios/web:test_support", 233 "//ios/web:test_support",
233 "//net", 234 "//net",
234 "//net:test_support", 235 "//net:test_support",
235 "//testing/gtest", 236 "//testing/gtest",
236 "//url", 237 "//url",
237 ] 238 ]
238 } 239 }
OLDNEW
« no previous file with comments | « components/ntp_tiles/most_visited_sites.cc ('k') | ios/chrome/browser/ios_chrome_field_trials.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698