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 /third_party/codesighs/README.chromium | |
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 'third_party/codesighs/README.chromium')
-rw-r--r-- | third_party/codesighs/README.chromium | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/codesighs/README.chromium b/third_party/codesighs/README.chromium new file mode 100644 index 0000000..36d4079 --- /dev/null +++ b/third_party/codesighs/README.chromium @@ -0,0 +1,13 @@ +This is Chromium's copy of the Mozilla codesighs tool. + +Originally obtained from Mozilla's Mercurial repository +on 17 April 2009: + +http://hg.mozilla.org/mozilla-central/tools/codesighs + +The LICENSE from http://hg.mozilla.org/mozilla-central has been copied +here. + +There are no local changes to the code itself. + +A codesighs.gyp file has been added for building with Chromium. |