| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/16123028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206159 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will simplify the addition of a tool to check licenses for the purpose of
the Android WebView build.
See also http://codereview.chromium.org/10827099
Also adds other missing fields to these README.chromium files as required by
presubmit checks and fixes a regex used to enforce this.
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10821103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(no material change, just allow removing checklicenses.py exceptions)
Updated via:
cd /tmp
git clone git://anongit.freedesktop.org/git/libva
cd ~/src/chromium/src/third_party/libva
for f in $(find va/ -type f); do cp /tmp/libva/$f $f; done
TBR=thestig@chromium.org
BUG=126466
TEST=SUCCESS according to: ./tools/checklicenses/checklicenses.py third_party/libva
Review URL: https://chromiumcodereview.appspot.com/10694038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145243 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=126466
TEST=checklicenses on the file passed
Review URL: https://chromiumcodereview.appspot.com/10381090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136364 0039d316-1c4b-4281-b951-d872f2087c98
|
|
BUG=126466
TEST=checklicenses passes with the new exception (pending getting upstream to conform)
Review URL: https://chromiumcodereview.appspot.com/10375035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135647 0039d316-1c4b-4281-b951-d872f2087c98
|