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

Unified Diff: build/common.gypi

Issue 7467007: Adding Wayland support for ui/gfx (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Accidentally pulled in some extra changes in common.gypi Created 9 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 | ui/gfx/canvas_skia_linux.cc » ('j') | ui/gfx/gl/egl_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 181f32b1c50be365aeddafde8c294506d21f08b7..de79636ad96b6994c72a51106af093eb1ce498c7 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -948,6 +948,13 @@
['exclude', '(^|/)(gtk|x11)_[^/]*\\.(h|cc)$'],
],
}],
+ ['use_wayland!=1', {
+ 'sources/': [
+ ['exclude', '_(wayland)(_unittest)?\\.(h|cc)$'],
+ ['exclude', '(^|/)wayland/'],
+ ['exclude', '(^|/)(wayland)_[^/]*\\.(h|cc)$'],
+ ],
+ }],
['OS!="linux"', {
'sources/': [
['exclude', '_linux(_unittest)?\\.(h|cc)$'],
« no previous file with comments | « no previous file | ui/gfx/canvas_skia_linux.cc » ('j') | ui/gfx/gl/egl_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698