| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2211 } | 2211 } |
| 2212 } | 2212 } |
| 2213 | 2213 |
| 2214 if (is_android) { | 2214 if (is_android) { |
| 2215 deps += [ | 2215 deps += [ |
| 2216 "//components/navigation_interception", | 2216 "//components/navigation_interception", |
| 2217 "//components/subresource_filter/core/browser:browser", | 2217 "//components/subresource_filter/core/browser:browser", |
| 2218 "//crypto:platform", | 2218 "//crypto:platform", |
| 2219 "//device/usb/mojo", | 2219 "//device/usb/mojo", |
| 2220 "//device/usb/public/interfaces", | 2220 "//device/usb/public/interfaces", |
| 2221 "//device/vr/features", |
| 2221 "//ui/android", | 2222 "//ui/android", |
| 2222 ] | 2223 ] |
| 2223 | 2224 |
| 2224 sources += [ | 2225 sources += [ |
| 2225 "android/autofill/autofill_keyboard_accessory_view.cc", | 2226 "android/autofill/autofill_keyboard_accessory_view.cc", |
| 2226 "android/autofill/autofill_keyboard_accessory_view.h", | 2227 "android/autofill/autofill_keyboard_accessory_view.h", |
| 2227 "android/autofill/autofill_logger_android.cc", | 2228 "android/autofill/autofill_logger_android.cc", |
| 2228 "android/autofill/autofill_logger_android.h", | 2229 "android/autofill/autofill_logger_android.h", |
| 2229 "android/autofill/autofill_popup_view_android.cc", | 2230 "android/autofill/autofill_popup_view_android.cc", |
| 2230 "android/autofill/autofill_popup_view_android.h", | 2231 "android/autofill/autofill_popup_view_android.h", |
| (...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3596 "test/test_confirm_bubble_model.cc", | 3597 "test/test_confirm_bubble_model.cc", |
| 3597 "test/test_confirm_bubble_model.h", | 3598 "test/test_confirm_bubble_model.h", |
| 3598 ] | 3599 ] |
| 3599 deps += [ "//chrome/test:test_support_ui" ] | 3600 deps += [ "//chrome/test:test_support_ui" ] |
| 3600 } | 3601 } |
| 3601 | 3602 |
| 3602 if (enable_extensions) { | 3603 if (enable_extensions) { |
| 3603 deps += [ "//extensions/browser" ] | 3604 deps += [ "//extensions/browser" ] |
| 3604 } | 3605 } |
| 3605 } | 3606 } |
| OLD | NEW |