Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: content/test/BUILD.gn

Issue 1646693002: Revert of Aura on Android: Remove unnecessary dependencies on ui/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698