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 | 8 |
9 gypi_values = exec_script("//build/gypi_to_gn.py", | 9 gypi_values = exec_script("//build/gypi_to_gn.py", |
10 [ rebase_path("../../chrome_browser_ui.gypi") ], | 10 [ rebase_path("../../chrome_browser_ui.gypi") ], |
(...skipping 27 matching lines...) Expand all Loading... |
38 # have the same dependencies. Once browser_ui is untangled from | 38 # have the same dependencies. Once browser_ui is untangled from |
39 # browser, then we can clean up these dependencies. | 39 # browser, then we can clean up these dependencies. |
40 public_deps = [ | 40 public_deps = [ |
41 "//components/dom_distiller/core", | 41 "//components/dom_distiller/core", |
42 "//content/public/browser", | 42 "//content/public/browser", |
43 "//sync", | 43 "//sync", |
44 ] | 44 ] |
45 deps = [ | 45 deps = [ |
46 # NOTE: New dependencies should generally be added in the OS!="ios" | 46 # NOTE: New dependencies should generally be added in the OS!="ios" |
47 # dependencies block below, rather than here. | 47 # dependencies block below, rather than here. |
48 "//base/allocator", | |
49 "//chrome:extra_resources", | 48 "//chrome:extra_resources", |
50 "//chrome:resources", | 49 "//chrome:resources", |
51 "//chrome:strings", | 50 "//chrome:strings", |
52 "//chrome/app/resources:platform_locale_settings", | 51 "//chrome/app/resources:platform_locale_settings", |
53 "//chrome/app/theme:theme_resources", | 52 "//chrome/app/theme:theme_resources", |
54 "//chrome/common", | 53 "//chrome/common", |
55 "//components/app_modal", | 54 "//components/app_modal", |
56 "//components/auto_login_parser", | 55 "//components/auto_login_parser", |
57 "//components/certificate_reporting:cert_logger_proto", | 56 "//components/certificate_reporting:cert_logger_proto", |
58 "//components/certificate_reporting:encrypted_cert_logger_proto", | 57 "//components/certificate_reporting:encrypted_cert_logger_proto", |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 "//chrome/browser", | 601 "//chrome/browser", |
603 "//content/public/browser", | 602 "//content/public/browser", |
604 "//content/public/common", | 603 "//content/public/common", |
605 "//content/test:test_support", | 604 "//content/test:test_support", |
606 "//net:test_support", | 605 "//net:test_support", |
607 "//skia", | 606 "//skia", |
608 "//testing/gtest", | 607 "//testing/gtest", |
609 "//ui/base", | 608 "//ui/base", |
610 ] | 609 ] |
611 } | 610 } |
OLD | NEW |