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

Unified Diff: gpu/command_buffer/service/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/command_buffer/service/BUILD.gn
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
index c9f8f57e9dc3edb7fc036217bebb902a702666e7..f1ed208dfc6975017c046067871f94344b6f487e 100644
--- a/gpu/command_buffer/service/BUILD.gn
+++ b/gpu/command_buffer/service/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/config/ui.gni")
import("//third_party/protobuf/proto_library.gni")
source_set("service") {
+ defines = [ "GPU_IMPLEMENTATION" ]
brettw 2014/07/08 21:58:33 Ditto
sources = [
"async_pixel_transfer_delegate.cc",
"async_pixel_transfer_delegate.h",

Powered by Google App Engine
This is Rietveld 408576698