summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authordongseong.hwang@intel.com <dongseong.hwang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 14:34:44 +0000
committerdongseong.hwang@intel.com <dongseong.hwang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 14:34:44 +0000
commit557ca5732dab2e28f8601f47ec5146a637c03c2e (patch)
treef3a9e3a4767c4f06858a68f3483503b541a622ce /base/base.gypi
parentaedb8419f0bc16b6d6cb75a24e505368331aa037 (diff)
downloadchromium_src-557ca5732dab2e28f8601f47ec5146a637c03c2e.zip
chromium_src-557ca5732dab2e28f8601f47ec5146a637c03c2e.tar.gz
chromium_src-557ca5732dab2e28f8601f47ec5146a637c03c2e.tar.bz2
Remove all exclude rules that filename_rules.gypi already handles.
BUG= Review URL: https://codereview.chromium.org/141703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi18
1 files changed, 0 insertions, 18 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 13b8260..08ffe4a 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -861,11 +861,6 @@
['exclude', '(^|/)ios/'],
]
}],
- ['OS != "mac" or >(nacl_untrusted_build)==1', {
- 'sources!': [
- 'mac/scoped_aedesc.h'
- ],
- }],
# For now, just test the *BSD platforms enough to exclude them.
# Subsequent changes will include them further.
['OS != "freebsd" or >(nacl_untrusted_build)==1', {
@@ -876,14 +871,6 @@
'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
},
],
- ['OS != "win" or >(nacl_untrusted_build)==1', {
- 'sources/': [ ['exclude', '^win/'] ],
- },
- ],
- ['OS != "android" or >(nacl_untrusted_build)==1', {
- 'sources/': [ ['exclude', '^android/'] ],
- },
- ],
['OS == "win" and >(nacl_untrusted_build)==0', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
@@ -932,11 +919,6 @@
['exclude', '^sys_info_linux\\.cc$'],
],
}],
- ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
- 'sources/': [
- ['exclude', '^chromeos/'],
- ],
- }],
# Remove all unnecessary files for build_nexe.py to avoid exceeding
# command-line-string limitation when building NaCl on Windows.
['OS == "win" and >(nacl_untrusted_build)==1', {