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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "//ui/accessibility", | 157 "//ui/accessibility", |
158 "//ui/base", | 158 "//ui/base", |
159 "//ui/content_accelerators", | 159 "//ui/content_accelerators", |
160 "//ui/display", | 160 "//ui/display", |
161 "//ui/events", | 161 "//ui/events", |
162 "//ui/events:gesture_detection", | 162 "//ui/events:gesture_detection", |
163 "//ui/gfx", | 163 "//ui/gfx", |
164 "//ui/gfx/geometry", | 164 "//ui/gfx/geometry", |
165 "//ui/message_center", | 165 "//ui/message_center", |
166 "//ui/native_theme", | 166 "//ui/native_theme", |
| 167 "//ui/native_theme:native_theme_browser", |
167 "//ui/resources", | 168 "//ui/resources", |
168 "//ui/shell_dialogs", | 169 "//ui/shell_dialogs", |
169 "//ui/snapshot", | 170 "//ui/snapshot", |
170 "//ui/strings", | 171 "//ui/strings", |
171 ] | 172 ] |
172 allow_circular_includes_from = [] | 173 allow_circular_includes_from = [] |
173 | 174 |
174 if (enable_extensions) { | 175 if (enable_extensions) { |
175 deps += [ | 176 deps += [ |
176 "//components/drive", | 177 "//components/drive", |
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 "passwords/passwords_model_delegate_mock.cc", | 767 "passwords/passwords_model_delegate_mock.cc", |
767 "passwords/passwords_model_delegate_mock.h", | 768 "passwords/passwords_model_delegate_mock.h", |
768 ] | 769 ] |
769 deps += [ "//chrome/test:test_support_ui" ] | 770 deps += [ "//chrome/test:test_support_ui" ] |
770 } | 771 } |
771 | 772 |
772 if (enable_extensions) { | 773 if (enable_extensions) { |
773 deps += [ "//extensions/browser" ] | 774 deps += [ "//extensions/browser" ] |
774 } | 775 } |
775 } | 776 } |
OLD | NEW |