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

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

Issue 2194793004: Create IOSChromeContentSuggestionsServiceFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused variable Created 4 years, 4 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
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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "net/metrics_network_client.mm", 272 "net/metrics_network_client.mm",
273 "net/metrics_network_client_manager.h", 273 "net/metrics_network_client_manager.h",
274 "net/metrics_network_client_manager.mm", 274 "net/metrics_network_client_manager.mm",
275 "net/net_types.h", 275 "net/net_types.h",
276 "net/proxy_service_factory.cc", 276 "net/proxy_service_factory.cc",
277 "net/proxy_service_factory.h", 277 "net/proxy_service_factory.h",
278 "net/retryable_url_fetcher.h", 278 "net/retryable_url_fetcher.h",
279 "net/retryable_url_fetcher.mm", 279 "net/retryable_url_fetcher.mm",
280 "notification_promo.cc", 280 "notification_promo.cc",
281 "notification_promo.h", 281 "notification_promo.h",
282 "ntp_snippets/ios_chrome_content_suggestions_service_factory.cc",
283 "ntp_snippets/ios_chrome_content_suggestions_service_factory.h",
282 "ntp_snippets/ios_chrome_ntp_snippets_service_factory.cc", 284 "ntp_snippets/ios_chrome_ntp_snippets_service_factory.cc",
283 "ntp_snippets/ios_chrome_ntp_snippets_service_factory.h", 285 "ntp_snippets/ios_chrome_ntp_snippets_service_factory.h",
284 "open_from_clipboard/create_clipboard_recent_content.h", 286 "open_from_clipboard/create_clipboard_recent_content.h",
285 "open_from_clipboard/create_clipboard_recent_content.mm", 287 "open_from_clipboard/create_clipboard_recent_content.mm",
286 "passwords/credential_manager.h", 288 "passwords/credential_manager.h",
287 "passwords/credential_manager.mm", 289 "passwords/credential_manager.mm",
288 "passwords/ios_chrome_password_manager_client.h", 290 "passwords/ios_chrome_password_manager_client.h",
289 "passwords/ios_chrome_password_manager_client.mm", 291 "passwords/ios_chrome_password_manager_client.mm",
290 "passwords/ios_chrome_password_manager_driver.h", 292 "passwords/ios_chrome_password_manager_driver.h",
291 "passwords/ios_chrome_password_manager_driver.mm", 293 "passwords/ios_chrome_password_manager_driver.mm",
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 "//ios/public/provider/chrome/browser", 838 "//ios/public/provider/chrome/browser",
837 "//ios/public/provider/chrome/browser:test_support", 839 "//ios/public/provider/chrome/browser:test_support",
838 "//ios/web", 840 "//ios/web",
839 "//net:test_support", 841 "//net:test_support",
840 "//testing/gmock", 842 "//testing/gmock",
841 "//testing/gtest", 843 "//testing/gtest",
842 "//ui/base", 844 "//ui/base",
843 "//url", 845 "//url",
844 ] 846 ]
845 } 847 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698