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

Unified Diff: content/browser/BUILD.gn

Issue 1101403002: content: Cleanup the dependencies on webkit_gpu target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restrict gn too Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 3ee0cacec656341f731e810757992c13e34eddb2..3a28e3dc8e9f2b04f53edbc05595039794f0c7f1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -293,6 +293,7 @@ source_set("browser") {
# android, chromeos, linux and use_dbus.
if (is_android) {
sources -= [ "geolocation/wifi_data_provider_common.cc" ]
+ deps += [ "//webkit/common/gpu" ]
}
if (is_chromeos || (is_linux && !use_dbus)) {
sources -= [ "geolocation/wifi_data_provider_linux.cc" ]
« no previous file with comments | « no previous file | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698