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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 "//base:i18n", | 585 "//base:i18n", |
586 "//breakpad:client", | 586 "//breakpad:client", |
587 "//components/about_handler", | 587 "//components/about_handler", |
588 "//components/autofill/core/browser", | 588 "//components/autofill/core/browser", |
589 "//components/autofill/core/common", | 589 "//components/autofill/core/common", |
590 "//components/autofill/ios/browser", | 590 "//components/autofill/ios/browser", |
591 "//components/bookmarks/browser", | 591 "//components/bookmarks/browser", |
592 "//components/browser_sync/browser", | 592 "//components/browser_sync/browser", |
593 "//components/browser_sync/common", | 593 "//components/browser_sync/common", |
594 "//components/browsing_data_ui", | 594 "//components/browsing_data_ui", |
595 "//components/certificate_reporting", | |
596 "//components/component_updater", | 595 "//components/component_updater", |
597 "//components/content_settings/core/browser", | 596 "//components/content_settings/core/browser", |
598 "//components/content_settings/core/common", | 597 "//components/content_settings/core/common", |
599 "//components/cookie_config", | 598 "//components/cookie_config", |
600 "//components/crash/core/browser", | 599 "//components/crash/core/browser", |
601 "//components/crash/core/common", | 600 "//components/crash/core/common", |
602 "//components/dom_distiller/core", | 601 "//components/dom_distiller/core", |
603 "//components/dom_distiller/ios", | 602 "//components/dom_distiller/ios", |
604 "//components/favicon/core", | 603 "//components/favicon/core", |
605 "//components/favicon_base", | 604 "//components/favicon_base", |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
825 "//ios/public/provider/chrome/browser:test_support", | 824 "//ios/public/provider/chrome/browser:test_support", |
826 "//ios/web", | 825 "//ios/web", |
827 "//net:test_support", | 826 "//net:test_support", |
828 "//sync", | 827 "//sync", |
829 "//testing/gmock", | 828 "//testing/gmock", |
830 "//testing/gtest", | 829 "//testing/gtest", |
831 "//ui/base", | 830 "//ui/base", |
832 "//url", | 831 "//url", |
833 ] | 832 ] |
834 } | 833 } |
OLD | NEW |