diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 21:04:16 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 21:04:16 +0000 |
commit | 19d353286a4c0d2750315c924a4e24cdf2ba0566 (patch) | |
tree | 6317aeff174699ab5539975391aa049ff103f3ca /webkit | |
parent | d498859d463a35f50e5c8f0200b5a896f1ab7936 (diff) | |
download | chromium_src-19d353286a4c0d2750315c924a4e24cdf2ba0566.zip chromium_src-19d353286a4c0d2750315c924a4e24cdf2ba0566.tar.gz chromium_src-19d353286a4c0d2750315c924a4e24cdf2ba0566.tar.bz2 |
Haiku bits have been landing upstream; exclude those from Chromium builds.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/176002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/webkit.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 7df3979..23c20ac 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -609,7 +609,7 @@ # Exclude things that don't apply to the Chromium platform on the basis # of their enclosing directories and tags at the ends of their # filenames. - ['exclude', '/(android|cairo|cf|cg|curl|gtk|linux|mac|opentype|posix|qt|soup|symbian|win|wx)/'], + ['exclude', '/(android|cairo|cf|cg|curl|gtk|haiku|linux|mac|opentype|posix|qt|soup|symbian|win|wx)/'], ['exclude', '(?<!Chromium)(SVGAllInOne|Android|Cairo|CF|CG|Curl|Gtk|Linux|Mac|OpenType|POSIX|Posix|Qt|Safari|Soup|Symbian|Win|Wx)\\.(cpp|mm?)$'], # JSC-only. |