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 29 matching lines...) Expand all Loading... |
40 "//chrome:resources", | 40 "//chrome:resources", |
41 "//chrome:strings", | 41 "//chrome:strings", |
42 "//chrome/app/resources:platform_locale_settings", | 42 "//chrome/app/resources:platform_locale_settings", |
43 "//chrome/app/theme:theme_resources", | 43 "//chrome/app/theme:theme_resources", |
44 "//chrome/browser/net:cert_logger_proto", | 44 "//chrome/browser/net:cert_logger_proto", |
45 "//chrome/common", | 45 "//chrome/common", |
46 "//chrome/common/net", | 46 "//chrome/common/net", |
47 "//components/app_modal", | 47 "//components/app_modal", |
48 "//components/auto_login_parser", | 48 "//components/auto_login_parser", |
49 "//components/dom_distiller/webui", | 49 "//components/dom_distiller/webui", |
50 "//components/history/core/browser:proto", | |
51 "//components/invalidation", | 50 "//components/invalidation", |
52 "//components/onc", | 51 "//components/onc", |
53 "//components/password_manager/core/browser", | 52 "//components/password_manager/core/browser", |
54 "//components/resources", | 53 "//components/resources", |
55 "//components/strings", | 54 "//components/strings", |
56 "//components/update_client", | 55 "//components/update_client", |
57 "//content/public/browser", | 56 "//content/public/browser", |
58 "//content/public/common", | 57 "//content/public/common", |
59 "//crypto", | 58 "//crypto", |
60 "//skia", | 59 "//skia", |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 "//chrome/browser", | 511 "//chrome/browser", |
513 "//content/public/browser", | 512 "//content/public/browser", |
514 "//content/public/common", | 513 "//content/public/common", |
515 "//content/test:test_support", | 514 "//content/test:test_support", |
516 "//net:test_support", | 515 "//net:test_support", |
517 "//skia", | 516 "//skia", |
518 "//testing/gtest", | 517 "//testing/gtest", |
519 "//ui/base", | 518 "//ui/base", |
520 ] | 519 ] |
521 } | 520 } |
OLD | NEW |