diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 05:24:44 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 05:24:44 +0000 |
commit | 0c1758dffdd5d225d07840de776a5006aca02dd9 (patch) | |
tree | a9fdb39aff3bec4822599b10d0644fa72ed8a350 /build | |
parent | aa2cad509c27197d8b09b57e812250211d9bc875 (diff) | |
download | chromium_src-0c1758dffdd5d225d07840de776a5006aca02dd9.zip chromium_src-0c1758dffdd5d225d07840de776a5006aca02dd9.tar.gz chromium_src-0c1758dffdd5d225d07840de776a5006aca02dd9.tar.bz2 |
Make building of pepper_test_plugin only happen on Windows.
In the previous CL I made the build of pepper_test_plugin conditional
but forgot to remove the unconditional reference, leaving the build breakage
on Linux.
TBR=jrg,asargent,skylined
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/485008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index d39a730..dda74fd 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -35,7 +35,6 @@ '../third_party/sqlite/sqlite.gyp:*', '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', '../third_party/zlib/zlib.gyp:*', - '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', '../webkit/tools/test_shell/test_shell.gyp:*', '../webkit/webkit.gyp:*', 'util/build_util.gyp:*', |