| 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 "//base", | 595 "//base", |
| 596 "//base:i18n", | 596 "//base:i18n", |
| 597 "//breakpad:client", | 597 "//breakpad:client", |
| 598 "//components/about_handler", | 598 "//components/about_handler", |
| 599 "//components/autofill/core/browser", | 599 "//components/autofill/core/browser", |
| 600 "//components/autofill/core/common", | 600 "//components/autofill/core/common", |
| 601 "//components/autofill/ios/browser", | 601 "//components/autofill/ios/browser", |
| 602 "//components/bookmarks/browser", | 602 "//components/bookmarks/browser", |
| 603 "//components/browser_sync/browser", | 603 "//components/browser_sync/browser", |
| 604 "//components/browser_sync/common", | 604 "//components/browser_sync/common", |
| 605 "//components/browsing_data/core", |
| 605 "//components/browsing_data_ui", | 606 "//components/browsing_data_ui", |
| 606 "//components/component_updater", | 607 "//components/component_updater", |
| 607 "//components/content_settings/core/browser", | 608 "//components/content_settings/core/browser", |
| 608 "//components/content_settings/core/common", | 609 "//components/content_settings/core/common", |
| 609 "//components/cookie_config", | 610 "//components/cookie_config", |
| 610 "//components/crash/core/browser", | 611 "//components/crash/core/browser", |
| 611 "//components/crash/core/common", | 612 "//components/crash/core/common", |
| 612 "//components/dom_distiller/core", | 613 "//components/dom_distiller/core", |
| 613 "//components/dom_distiller/ios", | 614 "//components/dom_distiller/ios", |
| 614 "//components/favicon/core", | 615 "//components/favicon/core", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 "//ios/public/provider/chrome/browser:test_support", | 836 "//ios/public/provider/chrome/browser:test_support", |
| 836 "//ios/web", | 837 "//ios/web", |
| 837 "//net:test_support", | 838 "//net:test_support", |
| 838 "//sync", | 839 "//sync", |
| 839 "//testing/gmock", | 840 "//testing/gmock", |
| 840 "//testing/gtest", | 841 "//testing/gtest", |
| 841 "//ui/base", | 842 "//ui/base", |
| 842 "//url", | 843 "//url", |
| 843 ] | 844 ] |
| 844 } | 845 } |
| OLD | NEW |