Apply gpu workarounds.
Fixes surfaces composition on some qualcomm devices.
Fixes domokit/sky_engine#117.
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/1350723004 .
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index b201e6b..cf4e187 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -74,6 +74,7 @@
deps = shell_common_deps + [
":jni_headers",
+ "//gpu/config",
"//mojo/android:libsystem_java",
"//mojo/services/window_manager/public/interfaces:interfaces",
"//services/native_viewport:lib",