| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 "//components/translate/ios/browser", | 660 "//components/translate/ios/browser", |
| 661 "//components/undo", | 661 "//components/undo", |
| 662 "//components/update_client", | 662 "//components/update_client", |
| 663 "//components/upload_list", | 663 "//components/upload_list", |
| 664 "//components/url_formatter", | 664 "//components/url_formatter", |
| 665 "//components/user_prefs", | 665 "//components/user_prefs", |
| 666 "//components/variations", | 666 "//components/variations", |
| 667 "//components/variations/service", | 667 "//components/variations/service", |
| 668 "//components/version_info", | 668 "//components/version_info", |
| 669 "//components/version_ui", | 669 "//components/version_ui", |
| 670 "//components/version_ui:mojo_bindings_cpp_sources", |
| 670 "//components/web_resource", | 671 "//components/web_resource", |
| 671 "//components/webdata_services", | 672 "//components/webdata_services", |
| 672 "//google_apis", | 673 "//google_apis", |
| 673 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", | 674 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", |
| 674 "//ios/chrome/common", | 675 "//ios/chrome/common", |
| 675 "//ios/chrome/common/app_group", | 676 "//ios/chrome/common/app_group", |
| 676 "//ios/net", | 677 "//ios/net", |
| 677 "//ios/public/provider/chrome/browser", | 678 "//ios/public/provider/chrome/browser", |
| 678 "//ios/public/provider/web", | 679 "//ios/public/provider/web", |
| 679 "//ios/web", | 680 "//ios/web", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 "//ios/public/provider/chrome/browser:test_support", | 828 "//ios/public/provider/chrome/browser:test_support", |
| 828 "//ios/web", | 829 "//ios/web", |
| 829 "//net:test_support", | 830 "//net:test_support", |
| 830 "//sync", | 831 "//sync", |
| 831 "//testing/gmock", | 832 "//testing/gmock", |
| 832 "//testing/gtest", | 833 "//testing/gtest", |
| 833 "//ui/base", | 834 "//ui/base", |
| 834 "//url", | 835 "//url", |
| 835 ] | 836 ] |
| 836 } | 837 } |
| OLD | NEW |