| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 "//base", | 610 "//base", |
| 611 "//base:i18n", | 611 "//base:i18n", |
| 612 "//breakpad:client", | 612 "//breakpad:client", |
| 613 "//components/about_handler", | 613 "//components/about_handler", |
| 614 "//components/autofill/core/browser", | 614 "//components/autofill/core/browser", |
| 615 "//components/autofill/core/common", | 615 "//components/autofill/core/common", |
| 616 "//components/autofill/ios/browser", | 616 "//components/autofill/ios/browser", |
| 617 "//components/bookmarks/browser", | 617 "//components/bookmarks/browser", |
| 618 "//components/browser_sync", | 618 "//components/browser_sync", |
| 619 "//components/browsing_data/core", | 619 "//components/browsing_data/core", |
| 620 "//components/browsing_data_ui", | |
| 621 "//components/component_updater", | 620 "//components/component_updater", |
| 622 "//components/content_settings/core/browser", | 621 "//components/content_settings/core/browser", |
| 623 "//components/content_settings/core/common", | 622 "//components/content_settings/core/common", |
| 624 "//components/cookie_config", | 623 "//components/cookie_config", |
| 625 "//components/crash/core/browser", | 624 "//components/crash/core/browser", |
| 626 "//components/crash/core/common", | 625 "//components/crash/core/common", |
| 627 "//components/dom_distiller/core", | 626 "//components/dom_distiller/core", |
| 628 "//components/dom_distiller/ios", | 627 "//components/dom_distiller/ios", |
| 629 "//components/favicon/core", | 628 "//components/favicon/core", |
| 630 "//components/favicon_base", | 629 "//components/favicon_base", |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 "//ios/public/provider/chrome/browser", | 851 "//ios/public/provider/chrome/browser", |
| 853 "//ios/public/provider/chrome/browser:test_support", | 852 "//ios/public/provider/chrome/browser:test_support", |
| 854 "//ios/web", | 853 "//ios/web", |
| 855 "//net:test_support", | 854 "//net:test_support", |
| 856 "//testing/gmock", | 855 "//testing/gmock", |
| 857 "//testing/gtest", | 856 "//testing/gtest", |
| 858 "//ui/base", | 857 "//ui/base", |
| 859 "//url", | 858 "//url", |
| 860 ] | 859 ] |
| 861 } | 860 } |
| OLD | NEW |