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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2162693002: Move bitmap uploader to ui service client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index c6b4b91ed67349c1f8db53a61320d18fcce6a9d3..fcd6927024bb5a5f2276b4dbbdda3a09b831d74d 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -4,9 +4,11 @@
source_set("cpp") {
sources = [
+ "bitmap_uploader.h",
"context_provider.h",
"gles2_context.h",
"input_event_handler.h",
+ "lib/bitmap_uploader.cc",
"lib/command_buffer_client_impl.cc",
"lib/command_buffer_client_impl.h",
"lib/context_provider.cc",
@@ -71,4 +73,6 @@ source_set("cpp") {
data_deps = [
"//services/ui",
]
+
+ defines = [ "GL_GLEXT_PROTOTYPES" ]
}
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698