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

Unified Diff: gpu/ipc/BUILD.gn

Issue 371903003: Add missing files/deps/defines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/BUILD.gn
diff --git a/gpu/ipc/BUILD.gn b/gpu/ipc/BUILD.gn
index a6249bf564ddef4648dd1f9988e319399268bfcc..598110e9a597999e813377322d2abb33f5cc63e3 100644
--- a/gpu/ipc/BUILD.gn
+++ b/gpu/ipc/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("ipc") {
+ defines = [ "GPU_IMPLEMENTATION" ]
brettw 2014/07/08 21:58:33 Ditto
sources = [
"gpu_command_buffer_traits.cc",
"gpu_command_buffer_traits.h",

Powered by Google App Engine
This is Rietveld 408576698