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

Unified Diff: build/filename_rules.gypi

Issue 26541007: ozone: Allow building for ozone without depending on pango (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/filename_rules.gypi
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index bcfaf4f79a44b0a0b9194741816bdcaa3ee2d7a5..6cd00f4ea34df5730004a1d705450fc132d7531f 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -110,5 +110,8 @@
['exclude', '(^|/)evdev/'],
]
}],
+ ['<(use_pango)==0', {
+ 'sources/': [ ['exclude', '_pango(_browsertest|_unittest)?\\.(h|cc)$'], ],
+ }],
]
}

Powered by Google App Engine
This is Rietveld 408576698