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

Unified Diff: build/filename_rules.gypi

Issue 19685007: Move android filename rules to appropriate gypi file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/filename_rules.gypi
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index 214f530ee7d9411a1eec12e322bc9f8fd81c93a6..a8d429b7aa43a88216451238d0dd6efc5ca9444b 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -35,7 +35,7 @@
['exclude', '(^|/)linux/'],
],
}],
- ['OS!="android"', {
+ ['OS!="android" or _toolset=="host"', {
'sources/': [
['exclude', '_android(_unittest)?\\.cc$'],
['exclude', '(^|/)android/'],
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698