diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-25 13:27:25 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-25 13:27:25 +0000 |
commit | a89043ab38c1a93bcce2951099c470e84e82a0c9 (patch) | |
tree | 9ec165f35137673a77e76b08411373d41573834a /build | |
parent | 62a5d6c481524a13ffd8421b3c9a5fe5278041a5 (diff) | |
download | chromium_src-a89043ab38c1a93bcce2951099c470e84e82a0c9.zip chromium_src-a89043ab38c1a93bcce2951099c470e84e82a0c9.tar.gz chromium_src-a89043ab38c1a93bcce2951099c470e84e82a0c9.tar.bz2 |
Capture Mozilla's codesighs, for use in executable sizing.
Vanilla code, no changes, except for the addition of:
* LICENSE, copied from elsewhere in the Mozilla tree;
* README.chromium, documenting what's going on.
* codesighs.gyp, for building with the rest of Chromium.
Review URL: http://codereview.chromium.org/93155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14522 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 cb3e454..05524b9 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -28,6 +28,7 @@ '../skia/skia.gyp:*', '../testing/gtest.gyp:*', '../third_party/bzip2/bzip2.gyp:*', + '../third_party/codesighs/codesighs.gyp:*', '../third_party/ffmpeg/ffmpeg.gyp:*', '../third_party/icu38/icu38.gyp:*', '../third_party/libjpeg/libjpeg.gyp:*', |