diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 22:59:27 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-28 22:59:27 +0000 |
commit | d5ffebd24f0fc563e17eaf936ecdf1b1a1c19ec6 (patch) | |
tree | 2ab3d2ba340268bb311fe10cf9a516e98657f95b /build | |
parent | aed596058feb3106012dc2f57764e8d561c84c78 (diff) | |
download | chromium_src-d5ffebd24f0fc563e17eaf936ecdf1b1a1c19ec6.zip chromium_src-d5ffebd24f0fc563e17eaf936ecdf1b1a1c19ec6.tar.gz chromium_src-d5ffebd24f0fc563e17eaf936ecdf1b1a1c19ec6.tar.bz2 |
Adding courgette64 to the list of things built on the official builder.
BUG=72459
TEST=None
Review URL: http://codereview.chromium.org/6598052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76293 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 392b1ec..aef3bae 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -437,6 +437,7 @@ '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', '../chrome_frame/chrome_frame.gyp:npchrome_frame', '../courgette/courgette.gyp:courgette', + '../courgette/courgette.gyp:courgette64', '../third_party/adobe/flash/flash_player.gyp:flash_player', '../webkit/webkit.gyp:test_shell', ], |