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

Unified Diff: gpu/ipc/BUILD.gn

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « gpu/gpu_unittests.isolate ('k') | gpu/perftests/measurements.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « gpu/gpu_unittests.isolate ('k') | gpu/perftests/measurements.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698