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

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

Issue 1984223002: Separates PreviousSessionInfo testing interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "metrics/ios_chrome_metrics_services_manager_client.h", 236 "metrics/ios_chrome_metrics_services_manager_client.h",
237 "metrics/ios_chrome_metrics_services_manager_client.mm", 237 "metrics/ios_chrome_metrics_services_manager_client.mm",
238 "metrics/ios_chrome_origins_seen_service_factory.cc", 238 "metrics/ios_chrome_origins_seen_service_factory.cc",
239 "metrics/ios_chrome_origins_seen_service_factory.h", 239 "metrics/ios_chrome_origins_seen_service_factory.h",
240 "metrics/ios_chrome_stability_metrics_provider.cc", 240 "metrics/ios_chrome_stability_metrics_provider.cc",
241 "metrics/ios_chrome_stability_metrics_provider.h", 241 "metrics/ios_chrome_stability_metrics_provider.h",
242 "metrics/mobile_session_shutdown_metrics_provider.h", 242 "metrics/mobile_session_shutdown_metrics_provider.h",
243 "metrics/mobile_session_shutdown_metrics_provider.mm", 243 "metrics/mobile_session_shutdown_metrics_provider.mm",
244 "metrics/previous_session_info.h", 244 "metrics/previous_session_info.h",
245 "metrics/previous_session_info.mm", 245 "metrics/previous_session_info.mm",
246 "metrics/previous_session_info_private.h",
246 "net/chrome_cookie_store_ios_client.h", 247 "net/chrome_cookie_store_ios_client.h",
247 "net/chrome_cookie_store_ios_client.mm", 248 "net/chrome_cookie_store_ios_client.mm",
248 "net/connection_type_observer_bridge.h", 249 "net/connection_type_observer_bridge.h",
249 "net/connection_type_observer_bridge.mm", 250 "net/connection_type_observer_bridge.mm",
250 "net/cookie_util.h", 251 "net/cookie_util.h",
251 "net/cookie_util.mm", 252 "net/cookie_util.mm",
252 "net/crl_set_fetcher.cc", 253 "net/crl_set_fetcher.cc",
253 "net/crl_set_fetcher.h", 254 "net/crl_set_fetcher.h",
254 "net/http_server_properties_manager_factory.cc", 255 "net/http_server_properties_manager_factory.cc",
255 "net/http_server_properties_manager_factory.h", 256 "net/http_server_properties_manager_factory.h",
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 "//ios/public/provider/chrome/browser", 761 "//ios/public/provider/chrome/browser",
761 "//ios/public/provider/chrome/browser:test_support", 762 "//ios/public/provider/chrome/browser:test_support",
762 "//ios/web", 763 "//ios/web",
763 "//sync", 764 "//sync",
764 "//testing/gmock", 765 "//testing/gmock",
765 "//testing/gtest", 766 "//testing/gtest",
766 "//ui/base", 767 "//ui/base",
767 "//url", 768 "//url",
768 ] 769 ]
769 } 770 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698