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

Unified Diff: build/common.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 | « no previous file | build/filename_rules.gypi » ('j') | no next file with comments »
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 9e133e1935274ec46161e3079ca2330d451f55aa..9d670dc8d4344411bd692e823432a21aecd1900d 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3766,10 +3766,6 @@
'-Wl,-O1',
'-Wl,--as-needed',
],
- 'sources/': [
- ['exclude', '_android(_unittest)?\\.cc$'],
- ['exclude', '(^|/)android/']
- ],
}],
# Settings for building host targets on mac.
['_toolset=="host" and host_os=="mac"', {
« no previous file with comments | « no previous file | build/filename_rules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698