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

Unified Diff: build/linux/system.gyp

Issue 1134993003: ozone: Implement zero/one-copy texture for Ozone GBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to ToT Created 5 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 | « no previous file | cc/resources/resource_provider.cc » ('j') | sandbox/linux/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index a1d6bf0a1bcdca2f442d016b102fd5b6adb6e835..8cb7599ab80305209e47061a6d399cd846811663 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -524,6 +524,19 @@
},
],
}],
+ ['use_ozone==1', {
spang 2015/07/24 22:08:25 Please move to ui/ozone/platform/drm/drm.gypi
spang 2015/07/24 22:15:10 Actually, it seems is a duplicate platform/drm so
dshwang 2015/07/28 15:23:12 Done. removed it.
+ 'targets': [
+ {
+ 'target_name': 'drmheader',
+ 'type': 'none',
+ 'direct_dependent_settings': {
+ 'cflags': [
+ '<!@(<(pkg-config) --cflags libdrm)',
+ ],
+ },
+ },
+ ],
+ }],
['ozone_platform_dri==1 or ozone_platform_drm==1 or ozone_platform_gbm==1', {
'targets': [
{
« no previous file with comments | « no previous file | cc/resources/resource_provider.cc » ('j') | sandbox/linux/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698