| OLD | NEW |
| 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "signin/signin_error_controller_factory.h", | 429 "signin/signin_error_controller_factory.h", |
| 430 "signin/signin_manager_factory.cc", | 430 "signin/signin_manager_factory.cc", |
| 431 "signin/signin_manager_factory.h", | 431 "signin/signin_manager_factory.h", |
| 432 "signin/signin_manager_factory_observer.h", | 432 "signin/signin_manager_factory_observer.h", |
| 433 "signin/signin_util.h", | 433 "signin/signin_util.h", |
| 434 "signin/signin_util.mm", | 434 "signin/signin_util.mm", |
| 435 "snapshots/lru_cache.h", | 435 "snapshots/lru_cache.h", |
| 436 "snapshots/lru_cache.mm", | 436 "snapshots/lru_cache.mm", |
| 437 "snapshots/snapshot_cache.h", | 437 "snapshots/snapshot_cache.h", |
| 438 "snapshots/snapshot_cache.mm", | 438 "snapshots/snapshot_cache.mm", |
| 439 "snapshots/snapshot_cache_internal.h", |
| 439 "snapshots/snapshot_manager.h", | 440 "snapshots/snapshot_manager.h", |
| 440 "snapshots/snapshot_manager.mm", | 441 "snapshots/snapshot_manager.mm", |
| 441 "snapshots/snapshot_overlay.h", | 442 "snapshots/snapshot_overlay.h", |
| 442 "snapshots/snapshot_overlay.mm", | 443 "snapshots/snapshot_overlay.mm", |
| 443 "snapshots/snapshots_util.h", | 444 "snapshots/snapshots_util.h", |
| 444 "snapshots/snapshots_util.mm", | 445 "snapshots/snapshots_util.mm", |
| 445 "ssl/ios_chrome_security_state_model_client.h", | 446 "ssl/ios_chrome_security_state_model_client.h", |
| 446 "ssl/ios_chrome_security_state_model_client.mm", | 447 "ssl/ios_chrome_security_state_model_client.mm", |
| 447 "ssl/ios_ssl_blocking_page.h", | 448 "ssl/ios_ssl_blocking_page.h", |
| 448 "ssl/ios_ssl_blocking_page.mm", | 449 "ssl/ios_ssl_blocking_page.mm", |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 "//ios/public/provider/chrome/browser", | 882 "//ios/public/provider/chrome/browser", |
| 882 "//ios/public/provider/chrome/browser:test_support", | 883 "//ios/public/provider/chrome/browser:test_support", |
| 883 "//ios/web", | 884 "//ios/web", |
| 884 "//net:test_support", | 885 "//net:test_support", |
| 885 "//testing/gmock", | 886 "//testing/gmock", |
| 886 "//testing/gtest", | 887 "//testing/gtest", |
| 887 "//ui/base", | 888 "//ui/base", |
| 888 "//url", | 889 "//url", |
| 889 ] | 890 ] |
| 890 } | 891 } |
| OLD | NEW |