Index: gpu/ipc/BUILD.gn |
diff --git a/gpu/ipc/BUILD.gn b/gpu/ipc/BUILD.gn |
index 8f83ead8d54fe61aba5cf6ca869c21c2b5c065a0..d11d685af45a90ea754682b0e789675b45c8549d 100644 |
--- a/gpu/ipc/BUILD.gn |
+++ b/gpu/ipc/BUILD.gn |
@@ -8,9 +8,10 @@ source_set("ipc") { |
"gpu_command_buffer_traits.h", |
] |
- defines = [ "GPU_IMPLEMENTATION" ] |
- |
- configs += [ "//third_party/khronos:khronos_headers" ] |
+ configs += [ |
+ "//gpu:gpu_implementation", |
+ "//third_party/khronos:khronos_headers", |
+ ] |
deps = [ |
"//gpu/command_buffer/common", |