| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "//ui/base/ime", | 192 "//ui/base/ime", |
| 193 "//ui/compositor", | 193 "//ui/compositor", |
| 194 "//ui/content_accelerators", | 194 "//ui/content_accelerators", |
| 195 "//ui/display", | 195 "//ui/display", |
| 196 "//ui/events", | 196 "//ui/events", |
| 197 "//ui/events:gesture_detection", | 197 "//ui/events:gesture_detection", |
| 198 "//ui/gfx", | 198 "//ui/gfx", |
| 199 "//ui/gfx/geometry", | 199 "//ui/gfx/geometry", |
| 200 "//ui/message_center", | 200 "//ui/message_center", |
| 201 "//ui/native_theme", | 201 "//ui/native_theme", |
| 202 "//ui/native_theme:native_theme_browser", |
| 202 "//ui/resources", | 203 "//ui/resources", |
| 203 "//ui/shell_dialogs", | 204 "//ui/shell_dialogs", |
| 204 "//ui/snapshot", | 205 "//ui/snapshot", |
| 205 "//ui/strings", | 206 "//ui/strings", |
| 206 "//ui/surface", | 207 "//ui/surface", |
| 207 "//ui/web_dialogs", | 208 "//ui/web_dialogs", |
| 208 "//v8", | 209 "//v8", |
| 209 ] | 210 ] |
| 210 allow_circular_includes_from = [] | 211 allow_circular_includes_from = [] |
| 211 | 212 |
| (...skipping 542 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 |