| 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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 "//components/user_prefs", | 671 "//components/user_prefs", |
| 672 "//components/variations", | 672 "//components/variations", |
| 673 "//components/variations/service", | 673 "//components/variations/service", |
| 674 "//components/version_info", | 674 "//components/version_info", |
| 675 "//components/version_ui", | 675 "//components/version_ui", |
| 676 "//components/web_resource", | 676 "//components/web_resource", |
| 677 "//components/webdata_services", | 677 "//components/webdata_services", |
| 678 "//google_apis", | 678 "//google_apis", |
| 679 "//ios/chrome/browser/signin", | 679 "//ios/chrome/browser/signin", |
| 680 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", | 680 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", |
| 681 "//ios/chrome/browser/voice:prefs", |
| 681 "//ios/chrome/common", | 682 "//ios/chrome/common", |
| 682 "//ios/chrome/common/app_group", | 683 "//ios/chrome/common/app_group", |
| 683 "//ios/chrome/common/physical_web", | 684 "//ios/chrome/common/physical_web", |
| 684 "//ios/net", | 685 "//ios/net", |
| 685 "//ios/public/provider/chrome/browser", | 686 "//ios/public/provider/chrome/browser", |
| 686 "//ios/public/provider/web", | 687 "//ios/public/provider/web", |
| 687 "//ios/web", | 688 "//ios/web", |
| 688 "//ios/web:user_agent", | 689 "//ios/web:user_agent", |
| 689 "//ios/web/public/app", | 690 "//ios/web/public/app", |
| 690 "//net", | 691 "//net", |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 "//ios/public/provider/chrome/browser", | 834 "//ios/public/provider/chrome/browser", |
| 834 "//ios/public/provider/chrome/browser:test_support", | 835 "//ios/public/provider/chrome/browser:test_support", |
| 835 "//ios/web", | 836 "//ios/web", |
| 836 "//net:test_support", | 837 "//net:test_support", |
| 837 "//testing/gmock", | 838 "//testing/gmock", |
| 838 "//testing/gtest", | 839 "//testing/gtest", |
| 839 "//ui/base", | 840 "//ui/base", |
| 840 "//url", | 841 "//url", |
| 841 ] | 842 ] |
| 842 } | 843 } |
| OLD | NEW |