Index: components/web_contents_delegate_android/BUILD.gn |
diff --git a/components/web_contents_delegate_android/BUILD.gn b/components/web_contents_delegate_android/BUILD.gn |
index 56ee8de191b4ef13dff2011dd775c35715318a73..c3d6c2f29d151a605c9a8633159a6c8c09caa3b3 100644 |
--- a/components/web_contents_delegate_android/BUILD.gn |
+++ b/components/web_contents_delegate_android/BUILD.gn |
@@ -24,11 +24,14 @@ static_library("web_contents_delegate_android") { |
"//content/public/common", |
"//net", |
"//skia", |
- "//ui/android", |
"//ui/base", |
"//ui/gfx", |
"//ui/gfx/geometry", |
] |
+ |
+ if (!use_aura) { |
+ deps += [ "//ui/android" ] |
no sievers
2015/11/19 22:23:09
this should not be needed since the aura build sho
Hadi
2015/11/19 22:38:04
(I replied in the discussion thread in the bottom
|
+ } |
} |
# GYP: //components/web_contents_delegate_android:web_contents_delegate_android_java |