| 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/chrome_build.gni") | 5 import("//build/config/chrome_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_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 deps += [ "//ui/ozone" ] | 171 deps += [ "//ui/ozone" ] |
| 172 } | 172 } |
| 173 | 173 |
| 174 if (is_win) { | 174 if (is_win) { |
| 175 deps += [ | 175 deps += [ |
| 176 "//content:sandbox_helper_win", | 176 "//content:sandbox_helper_win", |
| 177 "//third_party/iaccessible2", | 177 "//third_party/iaccessible2", |
| 178 ] | 178 ] |
| 179 } | 179 } |
| 180 | 180 |
| 181 if (is_android && !use_aura) { | 181 if (is_android) { |
| 182 deps += [ | 182 deps += [ |
| 183 "//ui/android", | 183 "//ui/android", |
| 184 "//ui/shell_dialogs", | 184 "//ui/shell_dialogs", |
| 185 ] | 185 ] |
| 186 } | 186 } |
| 187 | 187 |
| 188 if (is_win) { | 188 if (is_win) { |
| 189 deps += [ "//sandbox" ] | 189 deps += [ "//sandbox" ] |
| 190 } | 190 } |
| 191 | 191 |
| (...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 deps += [ | 901 deps += [ |
| 902 "//gpu:test_support", | 902 "//gpu:test_support", |
| 903 "//media/base/android", | 903 "//media/base/android", |
| 904 "//media/base/android:media_java", | 904 "//media/base/android:media_java", |
| 905 "//testing/gmock", | 905 "//testing/gmock", |
| 906 "//ui/android:ui_java", | 906 "//ui/android:ui_java", |
| 907 ] | 907 ] |
| 908 } | 908 } |
| 909 } | 909 } |
| 910 } | 910 } |
| OLD | NEW |