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

Unified Diff: build/linux/system.gyp

Issue 17265006: wayland patch for inspection Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « build/filename_rules.gypi ('k') | content/browser/power_save_blocker_wayland.cc » ('j') | no next file with comments »
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 867553fbf7fab3b250e3a2d6ea5249b696dec45c..668756ae06760387ba85ce7d9ec2ee028e1605a2 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -811,6 +811,30 @@
},
},
{
+ 'target_name': 'wayland',
+ 'type': 'none',
+ 'conditions': [
+ ['use_wayland == 1', {
+ 'cflags': [
+ '<!@(<(pkg-config) --cflags wayland-client wayland-cursor wayland-egl xkbcommon)',
+ ],
+ 'direct_dependent_settings': {
+ 'cflags': [
+ '<!@(<(pkg-config) --cflags wayland-client wayland-cursor wayland-egl xkbcommon)',
+ ],
+ },
+ 'link_settings': {
+ 'ldflags': [
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other wayland-client wayland-cursor wayland-egl xkbcommon)',
+ ],
+ 'libraries': [
+ '<!@(<(pkg-config) --libs-only-l wayland-client wayland-cursor wayland-egl xkbcommon)',
+ ],
+ },
+ }],
+ ],
+ },
+ {
'target_name': 'udev',
'type': 'none',
'conditions': [
« no previous file with comments | « build/filename_rules.gypi ('k') | content/browser/power_save_blocker_wayland.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698