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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 "//components/pref_registry", | 642 "//components/pref_registry", |
643 "//components/prefs", | 643 "//components/prefs", |
644 "//components/profile_metrics", | 644 "//components/profile_metrics", |
645 "//components/proxy_config", | 645 "//components/proxy_config", |
646 "//components/rappor", | 646 "//components/rappor", |
647 "//components/resources", | 647 "//components/resources", |
648 "//components/search", | 648 "//components/search", |
649 "//components/search_engines", | 649 "//components/search_engines", |
650 "//components/search_provider_logos", | 650 "//components/search_provider_logos", |
651 "//components/security_interstitials/core", | 651 "//components/security_interstitials/core", |
652 "//components/security_state", | 652 "//components/security_state/core", |
653 "//components/sessions", | 653 "//components/sessions", |
654 "//components/signin/core/browser", | 654 "//components/signin/core/browser", |
655 "//components/signin/core/common", | 655 "//components/signin/core/common", |
656 "//components/signin/ios/browser", | 656 "//components/signin/ios/browser", |
657 "//components/ssl_config", | 657 "//components/ssl_config", |
658 "//components/strings", | 658 "//components/strings", |
659 "//components/suggestions", | 659 "//components/suggestions", |
660 "//components/sync", | 660 "//components/sync", |
661 "//components/sync_sessions", | 661 "//components/sync_sessions", |
662 "//components/syncable_prefs", | 662 "//components/syncable_prefs", |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
831 "//ios/public/provider/chrome/browser", | 831 "//ios/public/provider/chrome/browser", |
832 "//ios/public/provider/chrome/browser:test_support", | 832 "//ios/public/provider/chrome/browser:test_support", |
833 "//ios/web", | 833 "//ios/web", |
834 "//net:test_support", | 834 "//net:test_support", |
835 "//testing/gmock", | 835 "//testing/gmock", |
836 "//testing/gtest", | 836 "//testing/gtest", |
837 "//ui/base", | 837 "//ui/base", |
838 "//url", | 838 "//url", |
839 ] | 839 ] |
840 } | 840 } |
OLD | NEW |