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

Unified Diff: gpu/ipc/common/BUILD.gn

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Addressed comments, fixed browser tests and deps. Created 4 years, 2 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
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index 842bfb83dfcfb9d7fa2b4893bb8ff8f667137e35..734872899b80530ad93d1f23a092c2e2994fcfa8 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -175,7 +175,7 @@ source_set("struct_traits") {
}
if (is_mac || is_android) {
- source_set("gpu_surface_tracker") {
+ component("gpu_surface_tracker") {
sources = [
"gpu_surface_tracker.cc",
"gpu_surface_tracker.h",
@@ -186,6 +186,8 @@ if (is_mac || is_android) {
"//ui/gl",
]
+ configs += [ "//gpu:gpu_implementation" ]
+
if (is_android) {
libs = [ "android" ]
}

Powered by Google App Engine
This is Rietveld 408576698