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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Remove *SecurityModelClient. 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("//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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "snapshots/lru_cache.h", 402 "snapshots/lru_cache.h",
403 "snapshots/lru_cache.mm", 403 "snapshots/lru_cache.mm",
404 "snapshots/snapshot_cache.h", 404 "snapshots/snapshot_cache.h",
405 "snapshots/snapshot_cache.mm", 405 "snapshots/snapshot_cache.mm",
406 "snapshots/snapshot_manager.h", 406 "snapshots/snapshot_manager.h",
407 "snapshots/snapshot_manager.mm", 407 "snapshots/snapshot_manager.mm",
408 "snapshots/snapshot_overlay.h", 408 "snapshots/snapshot_overlay.h",
409 "snapshots/snapshot_overlay.mm", 409 "snapshots/snapshot_overlay.mm",
410 "snapshots/snapshots_util.h", 410 "snapshots/snapshots_util.h",
411 "snapshots/snapshots_util.mm", 411 "snapshots/snapshots_util.mm",
412 "ssl/ios_chrome_security_state_model_client.h",
413 "ssl/ios_chrome_security_state_model_client.mm",
414 "ssl/ios_ssl_blocking_page.h", 412 "ssl/ios_ssl_blocking_page.h",
415 "ssl/ios_ssl_blocking_page.mm", 413 "ssl/ios_ssl_blocking_page.mm",
416 "ssl/ios_ssl_error_handler.h", 414 "ssl/ios_ssl_error_handler.h",
417 "ssl/ios_ssl_error_handler.mm", 415 "ssl/ios_ssl_error_handler.mm",
418 "storekit_launcher.h", 416 "storekit_launcher.h",
419 "suggestions/image_fetcher_impl.h", 417 "suggestions/image_fetcher_impl.h",
420 "suggestions/image_fetcher_impl.mm", 418 "suggestions/image_fetcher_impl.mm",
421 "suggestions/ios_image_decoder_impl.h", 419 "suggestions/ios_image_decoder_impl.h",
422 "suggestions/ios_image_decoder_impl.mm", 420 "suggestions/ios_image_decoder_impl.mm",
423 "suggestions/suggestions_service_factory.h", 421 "suggestions/suggestions_service_factory.h",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 "//components/pref_registry", 640 "//components/pref_registry",
643 "//components/prefs", 641 "//components/prefs",
644 "//components/profile_metrics", 642 "//components/profile_metrics",
645 "//components/proxy_config", 643 "//components/proxy_config",
646 "//components/rappor", 644 "//components/rappor",
647 "//components/resources", 645 "//components/resources",
648 "//components/search", 646 "//components/search",
649 "//components/search_engines", 647 "//components/search_engines",
650 "//components/search_provider_logos", 648 "//components/search_provider_logos",
651 "//components/security_interstitials/core", 649 "//components/security_interstitials/core",
652 "//components/security_state", 650 "//components/security_state/core",
651 "//components/security_state/ios",
653 "//components/sessions", 652 "//components/sessions",
654 "//components/signin/core/browser", 653 "//components/signin/core/browser",
655 "//components/signin/core/common", 654 "//components/signin/core/common",
656 "//components/signin/ios/browser", 655 "//components/signin/ios/browser",
657 "//components/ssl_config", 656 "//components/ssl_config",
658 "//components/strings", 657 "//components/strings",
659 "//components/suggestions", 658 "//components/suggestions",
660 "//components/sync", 659 "//components/sync",
661 "//components/sync_sessions", 660 "//components/sync_sessions",
662 "//components/syncable_prefs", 661 "//components/syncable_prefs",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 "//ios/public/provider/chrome/browser", 830 "//ios/public/provider/chrome/browser",
832 "//ios/public/provider/chrome/browser:test_support", 831 "//ios/public/provider/chrome/browser:test_support",
833 "//ios/web", 832 "//ios/web",
834 "//net:test_support", 833 "//net:test_support",
835 "//testing/gmock", 834 "//testing/gmock",
836 "//testing/gtest", 835 "//testing/gtest",
837 "//ui/base", 836 "//ui/base",
838 "//url", 837 "//url",
839 ] 838 ]
840 } 839 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698