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("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "//components/ntp_snippets", | 115 "//components/ntp_snippets", |
116 "//components/ntp_tiles", | 116 "//components/ntp_tiles", |
117 "//components/offline_pages", | 117 "//components/offline_pages", |
118 "//components/offline_pages/background:background_offliner", | 118 "//components/offline_pages/background:background_offliner", |
119 "//components/omnibox/browser", | 119 "//components/omnibox/browser", |
120 "//components/onc", | 120 "//components/onc", |
121 "//components/password_manager/content/browser", | 121 "//components/password_manager/content/browser", |
122 "//components/password_manager/core/browser", | 122 "//components/password_manager/core/browser", |
123 "//components/password_manager/sync/browser", | 123 "//components/password_manager/sync/browser", |
124 "//components/pdf/browser", | 124 "//components/pdf/browser", |
| 125 "//components/physical_web/webui", |
125 "//components/policy:generated", | 126 "//components/policy:generated", |
126 "//components/power", | 127 "//components/power", |
127 "//components/pref_registry", | 128 "//components/pref_registry", |
128 "//components/proximity_auth", | 129 "//components/proximity_auth", |
129 "//components/proxy_config", | 130 "//components/proxy_config", |
130 "//components/query_parser", | 131 "//components/query_parser", |
131 "//components/rappor", | 132 "//components/rappor", |
132 "//components/renderer_context_menu", | 133 "//components/renderer_context_menu", |
133 "//components/resources", | 134 "//components/resources", |
134 "//components/safe_json", | 135 "//components/safe_json", |
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 "passwords/passwords_model_delegate_mock.cc", | 755 "passwords/passwords_model_delegate_mock.cc", |
755 "passwords/passwords_model_delegate_mock.h", | 756 "passwords/passwords_model_delegate_mock.h", |
756 ] | 757 ] |
757 deps += [ "//chrome/test:test_support_ui" ] | 758 deps += [ "//chrome/test:test_support_ui" ] |
758 } | 759 } |
759 | 760 |
760 if (enable_extensions) { | 761 if (enable_extensions) { |
761 deps += [ "//extensions/browser" ] | 762 deps += [ "//extensions/browser" ] |
762 } | 763 } |
763 } | 764 } |
OLD | NEW |