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( | 9 gypi_values = exec_script( |
10 "//build/gypi_to_gn.py", | 10 "//build/gypi_to_gn.py", |
(...skipping 28 matching lines...) Expand all Loading... |
39 "//base/allocator", | 39 "//base/allocator", |
40 "//chrome:extra_resources", | 40 "//chrome:extra_resources", |
41 "//chrome:resources", | 41 "//chrome:resources", |
42 "//chrome:strings", | 42 "//chrome:strings", |
43 "//chrome/app/resources:platform_locale_settings", | 43 "//chrome/app/resources:platform_locale_settings", |
44 "//chrome/app/theme:theme_resources", | 44 "//chrome/app/theme:theme_resources", |
45 "//chrome/browser/history:in_memory_url_index_cache_proto", | 45 "//chrome/browser/history:in_memory_url_index_cache_proto", |
46 "//chrome/browser/net:cert_logger_proto", | 46 "//chrome/browser/net:cert_logger_proto", |
47 "//chrome/common", | 47 "//chrome/common", |
48 "//chrome/common/net", | 48 "//chrome/common/net", |
49 "//components/app_modal_dialogs", | 49 "//components/app_modal", |
50 "//components/auto_login_parser", | 50 "//components/auto_login_parser", |
51 "//components/dom_distiller/webui", | 51 "//components/dom_distiller/webui", |
52 "//components/feedback/proto", | 52 "//components/feedback/proto", |
53 "//components/invalidation", | 53 "//components/invalidation", |
54 "//components/omaha_client", | 54 "//components/omaha_client", |
55 "//components/onc", | 55 "//components/onc", |
56 "//components/password_manager/core/browser", | 56 "//components/password_manager/core/browser", |
57 "//components/resources", | 57 "//components/resources", |
58 "//components/strings", | 58 "//components/strings", |
59 "//content/public/browser", | 59 "//content/public/browser", |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 "//chrome/browser", | 493 "//chrome/browser", |
494 "//content/public/browser", | 494 "//content/public/browser", |
495 "//content/public/common", | 495 "//content/public/common", |
496 "//content/test:test_support", | 496 "//content/test:test_support", |
497 "//net:test_support", | 497 "//net:test_support", |
498 "//skia", | 498 "//skia", |
499 "//testing/gtest", | 499 "//testing/gtest", |
500 "//ui/base", | 500 "//ui/base", |
501 ] | 501 ] |
502 } | 502 } |
OLD | NEW |