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

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: Disabled gn test 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
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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 "//ios/public/provider/chrome/browser:test_support", 806 "//ios/public/provider/chrome/browser:test_support",
805 "//ios/web", 807 "//ios/web",
806 "//net:test_support", 808 "//net:test_support",
807 "//sync", 809 "//sync",
808 "//testing/gmock", 810 "//testing/gmock",
809 "//testing/gtest", 811 "//testing/gtest",
810 "//ui/base", 812 "//ui/base",
811 "//url", 813 "//url",
812 ] 814 ]
813 } 815 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698