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

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

Issue 2108783005: [ios] Implemented iOS analogue of SSLErrorHandler class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments Created 4 years, 5 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
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/ssl/ios_ssl_error_handler.h » ('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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "snapshots/snapshot_manager.h", 399 "snapshots/snapshot_manager.h",
400 "snapshots/snapshot_manager.mm", 400 "snapshots/snapshot_manager.mm",
401 "snapshots/snapshot_overlay.h", 401 "snapshots/snapshot_overlay.h",
402 "snapshots/snapshot_overlay.mm", 402 "snapshots/snapshot_overlay.mm",
403 "snapshots/snapshots_util.h", 403 "snapshots/snapshots_util.h",
404 "snapshots/snapshots_util.mm", 404 "snapshots/snapshots_util.mm",
405 "ssl/ios_chrome_security_state_model_client.h", 405 "ssl/ios_chrome_security_state_model_client.h",
406 "ssl/ios_chrome_security_state_model_client.mm", 406 "ssl/ios_chrome_security_state_model_client.mm",
407 "ssl/ios_ssl_blocking_page.h", 407 "ssl/ios_ssl_blocking_page.h",
408 "ssl/ios_ssl_blocking_page.mm", 408 "ssl/ios_ssl_blocking_page.mm",
409 "ssl/ios_ssl_error_handler.h",
410 "ssl/ios_ssl_error_handler.mm",
409 "suggestions/image_fetcher_impl.h", 411 "suggestions/image_fetcher_impl.h",
410 "suggestions/image_fetcher_impl.mm", 412 "suggestions/image_fetcher_impl.mm",
411 "suggestions/suggestions_service_factory.h", 413 "suggestions/suggestions_service_factory.h",
412 "suggestions/suggestions_service_factory.mm", 414 "suggestions/suggestions_service_factory.mm",
413 "sync/glue/sync_start_util.cc", 415 "sync/glue/sync_start_util.cc",
414 "sync/glue/sync_start_util.h", 416 "sync/glue/sync_start_util.h",
415 "sync/ios_chrome_profile_sync_service_factory.cc", 417 "sync/ios_chrome_profile_sync_service_factory.cc",
416 "sync/ios_chrome_profile_sync_service_factory.h", 418 "sync/ios_chrome_profile_sync_service_factory.h",
417 "sync/ios_chrome_sync_client.h", 419 "sync/ios_chrome_sync_client.h",
418 "sync/ios_chrome_sync_client.mm", 420 "sync/ios_chrome_sync_client.mm",
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 "//ios/public/provider/chrome/browser:test_support", 820 "//ios/public/provider/chrome/browser:test_support",
819 "//ios/web", 821 "//ios/web",
820 "//net:test_support", 822 "//net:test_support",
821 "//sync", 823 "//sync",
822 "//testing/gmock", 824 "//testing/gmock",
823 "//testing/gtest", 825 "//testing/gtest",
824 "//ui/base", 826 "//ui/base",
825 "//url", 827 "//url",
826 ] 828 ]
827 } 829 }
OLDNEW
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/ssl/ios_ssl_error_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698