| 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/metrics:net", | 642 "//components/metrics:net", |
| 643 "//components/metrics:profiler", | 643 "//components/metrics:profiler", |
| 644 "//components/metrics:profiler_ios", | 644 "//components/metrics:profiler_ios", |
| 645 "//components/metrics:ui", | 645 "//components/metrics:ui", |
| 646 "//components/metrics_services_manager", | 646 "//components/metrics_services_manager", |
| 647 "//components/navigation_metrics", | 647 "//components/navigation_metrics", |
| 648 "//components/net_log", | 648 "//components/net_log", |
| 649 "//components/network_session_configurator", | 649 "//components/network_session_configurator", |
| 650 "//components/network_time", | 650 "//components/network_time", |
| 651 "//components/ntp_snippets", | 651 "//components/ntp_snippets", |
| 652 "//components/ntp_tiles", |
| 652 "//components/omnibox/browser", | 653 "//components/omnibox/browser", |
| 653 "//components/open_from_clipboard", | 654 "//components/open_from_clipboard", |
| 654 "//components/password_manager/core/browser", | 655 "//components/password_manager/core/browser", |
| 655 "//components/password_manager/core/common", | 656 "//components/password_manager/core/common", |
| 656 "//components/password_manager/sync/browser", | 657 "//components/password_manager/sync/browser", |
| 657 "//components/physical_web/data_source", | 658 "//components/physical_web/data_source", |
| 658 "//components/physical_web/webui", | 659 "//components/physical_web/webui", |
| 659 "//components/policy/core/common", | 660 "//components/policy/core/common", |
| 660 "//components/pref_registry", | 661 "//components/pref_registry", |
| 661 "//components/prefs", | 662 "//components/prefs", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 848 "//ios/public/provider/chrome/browser", | 849 "//ios/public/provider/chrome/browser", |
| 849 "//ios/public/provider/chrome/browser:test_support", | 850 "//ios/public/provider/chrome/browser:test_support", |
| 850 "//ios/web", | 851 "//ios/web", |
| 851 "//net:test_support", | 852 "//net:test_support", |
| 852 "//testing/gmock", | 853 "//testing/gmock", |
| 853 "//testing/gtest", | 854 "//testing/gtest", |
| 854 "//ui/base", | 855 "//ui/base", |
| 855 "//url", | 856 "//url", |
| 856 ] | 857 ] |
| 857 } | 858 } |
| OLD | NEW |