diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 19:33:56 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 19:33:56 +0000 |
commit | b3aabd34198e0e62cd1ca2134200c6a948560ca6 (patch) | |
tree | 19744277f82538d11c45001b31ab3d20420f8f69 /build/filename_rules.gypi | |
parent | 3167bd4f7389abfc5ff4010f09c4b6045b8e8311 (diff) | |
download | chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.zip chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.tar.gz chromium_src-b3aabd34198e0e62cd1ca2134200c6a948560ca6.tar.bz2 |
Tighten up DEPS some more. NaCl/service process code are including internal content files. Fix the instances other sandbox stuff, which I'll do in a followup.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10512010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/filename_rules.gypi')
-rw-r--r-- | build/filename_rules.gypi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi index 162e9b2..c6dceea 100644 --- a/build/filename_rules.gypi +++ b/build/filename_rules.gypi @@ -42,7 +42,11 @@ ], }], ['OS=="win"', { - 'sources/': [ ['exclude', '_posix(_unittest)?\\.(h|cc)$'] ], + 'sources/': [ + ['exclude', '_posix(_unittest)?\\.(h|cc)$'], + ['exclude', '(^|/)posix/'], + ], + }], ['chromeos!=1', { 'sources/': [ ['exclude', '_chromeos\\.(h|cc)$'] ] |