| 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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 809 "//components/history/ios/browser", | 809 "//components/history/ios/browser", |
| 810 "//components/keyed_service/core", | 810 "//components/keyed_service/core", |
| 811 "//components/keyed_service/ios", | 811 "//components/keyed_service/ios", |
| 812 "//components/pref_registry:test_support", | 812 "//components/pref_registry:test_support", |
| 813 "//components/signin/core/browser", | 813 "//components/signin/core/browser", |
| 814 "//components/signin/core/browser", | 814 "//components/signin/core/browser", |
| 815 "//components/signin/core/browser:test_support", | 815 "//components/signin/core/browser:test_support", |
| 816 "//components/signin/ios/browser", | 816 "//components/signin/ios/browser", |
| 817 "//components/signin/ios/browser:test_support", | 817 "//components/signin/ios/browser:test_support", |
| 818 "//components/sync", | 818 "//components/sync", |
| 819 "//components/sync:test_support_sync_driver", | 819 "//components/sync:test_support_driver", |
| 820 "//components/syncable_prefs", | 820 "//components/syncable_prefs", |
| 821 "//components/syncable_prefs:test_support", | 821 "//components/syncable_prefs:test_support", |
| 822 "//components/user_prefs", | 822 "//components/user_prefs", |
| 823 "//components/webdata_services", | 823 "//components/webdata_services", |
| 824 "//ios/chrome/browser", | 824 "//ios/chrome/browser", |
| 825 "//ios/chrome/browser/signin", | 825 "//ios/chrome/browser/signin", |
| 826 "//ios/chrome/common", | 826 "//ios/chrome/common", |
| 827 "//ios/chrome/test", | 827 "//ios/chrome/test", |
| 828 "//ios/public/provider/chrome/browser", | 828 "//ios/public/provider/chrome/browser", |
| 829 "//ios/public/provider/chrome/browser:test_support", | 829 "//ios/public/provider/chrome/browser:test_support", |
| 830 "//ios/web", | 830 "//ios/web", |
| 831 "//net:test_support", | 831 "//net:test_support", |
| 832 "//testing/gmock", | 832 "//testing/gmock", |
| 833 "//testing/gtest", | 833 "//testing/gtest", |
| 834 "//ui/base", | 834 "//ui/base", |
| 835 "//url", | 835 "//url", |
| 836 ] | 836 ] |
| 837 } | 837 } |
| OLD | NEW |