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

Unified Diff: build/config/ui.gni

Issue 1134993003: ozone: Implement zero/one-copy texture for Ozone GBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: build/config/ui.gni
diff --git a/build/config/ui.gni b/build/config/ui.gni
index 787e7ef27ea0ee142918376e8c348c9f69df0e65..a53b3a4f7d69802c6b52454dc1560894e1a383d3 100644
--- a/build/config/ui.gni
+++ b/build/config/ui.gni
@@ -35,6 +35,9 @@ declare_args() {
# Whether we should use glib, a low level C utility library.
use_glib = is_linux && !use_ozone
+
+ # Whether Ozone platforms include gbm.
+ ozone_platform_gbm = false
spang 2015/05/11 15:44:58 It's not acceptable to put this here. We don't wan
dshwang 2015/05/14 12:25:46 Done.
}
# Additional dependent variables -----------------------------------------------
« no previous file with comments | « no previous file | cc/resources/resource_provider.cc » ('j') | content/common/gpu/client/gpu_memory_buffer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698