OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//chrome/common/features.gni") | 8 import("//chrome/common/features.gni") |
9 | 9 |
10 gypi_values = exec_script("//build/gypi_to_gn.py", | 10 gypi_values = exec_script("//build/gypi_to_gn.py", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 # NOTE: New dependencies should generally be added in the OS!="ios" | 45 # NOTE: New dependencies should generally be added in the OS!="ios" |
46 # dependencies block below, rather than here. | 46 # dependencies block below, rather than here. |
47 "//base", | 47 "//base", |
48 "//chrome:extra_resources", | 48 "//chrome:extra_resources", |
49 "//chrome:resources", | 49 "//chrome:resources", |
50 "//chrome:strings", | 50 "//chrome:strings", |
51 "//chrome/app/resources:platform_locale_settings", | 51 "//chrome/app/resources:platform_locale_settings", |
52 "//chrome/app/theme:theme_resources", | 52 "//chrome/app/theme:theme_resources", |
53 "//chrome/common", | 53 "//chrome/common", |
54 "//components/app_modal", | 54 "//components/app_modal", |
55 "//components/auto_login_parser", | |
56 "//components/autofill/core/browser", | 55 "//components/autofill/core/browser", |
57 "//components/bookmarks/browser", | 56 "//components/bookmarks/browser", |
58 "//components/browser_sync/browser", | 57 "//components/browser_sync/browser", |
59 "//components/certificate_reporting:cert_logger_proto", | 58 "//components/certificate_reporting:cert_logger_proto", |
60 "//components/certificate_reporting:encrypted_cert_logger_proto", | 59 "//components/certificate_reporting:encrypted_cert_logger_proto", |
61 "//components/content_settings/core/browser", | 60 "//components/content_settings/core/browser", |
62 "//components/data_reduction_proxy/core/browser", | 61 "//components/data_reduction_proxy/core/browser", |
63 "//components/device_event_log", | 62 "//components/device_event_log", |
64 "//components/dom_distiller/content/browser", | 63 "//components/dom_distiller/content/browser", |
65 "//components/dom_distiller/webui", | 64 "//components/dom_distiller/webui", |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 "//chrome/browser", | 669 "//chrome/browser", |
671 "//content/public/browser", | 670 "//content/public/browser", |
672 "//content/public/common", | 671 "//content/public/common", |
673 "//content/test:test_support", | 672 "//content/test:test_support", |
674 "//net:test_support", | 673 "//net:test_support", |
675 "//skia", | 674 "//skia", |
676 "//testing/gtest", | 675 "//testing/gtest", |
677 "//ui/base", | 676 "//ui/base", |
678 ] | 677 ] |
679 } | 678 } |
OLD | NEW |