| 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" ]
|
| }
|
|
|