- 08 Oct, 2013 1 commit
-
-
sbc@chromium.org authored
The script would previously attempt to run the x86_32 version of ninja on 32-bit arches such as mips and arm rather than display the error message. This error showed up an ARM builder: /mnt/data/b/depot_tools/ninja: line 25: /mnt/data/b/depot_tools/ninja-linux32: cannot execute binary file Review URL: https://codereview.chromium.org/26490004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@227549 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Sep, 2013 1 commit
-
-
thakis@chromium.org authored
See the bug for how these were built. The linux binaries were built by thestig@chromium.org. The windows binary was built by scottmg@chromium.org. The mac binary was built by thakis@chromium.org This will hopefully fix http://crbug.com/247311 BUG=289947, 247311 Review URL: https://codereview.chromium.org/23523059/ git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@222974 0039d316-1c4b-4281-b951-d872f2087c98
-
- 04 Jun, 2013 1 commit
-
-
thakis@chromium.org authored
See the bug for how these were built. The linux binaries were built by thestig@chromium.org. The windows binary was built by scottmg@chromium.org. The mac binary was built by thakis@chromium.org This contains fixes for http://crbug.com/245034 and http://crbug.com/242397 BUG=242397,245034,246734 TBR=scottmg git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@204049 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 May, 2013 1 commit
-
-
thakis@chromium.org authored
On mac, I ran: git checkout v1.3.3 ./bootstrap.py CXX=path/to/chromiums/clang++ ./configure --with-gtest=path/to/gtest ./ninja ninja_test ./ninja_test # all passed strip ninja Empty build perf is ~7% slower (https://github.com/martine/ninja/issues/544), but this allows us to enable deps mode by default which will make empty builds twice as fast. Mac binary size grew by ~16kB. The linux binaries were built by thestig@chromium.org. The windows binary was built by scottmg@chromium.org. New stuff since 1.1: - NINJA_STATUS now allows %e, for elapsed time. - "pool" feature - "compdb" tool for writing clang compilation databases - faster deps mode (needs to be explicitly enabled in gyp, not done yet) BUG=241628 Review URL: https://codereview.chromium.org/15490003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@201143 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Dec, 2012 2 commits
-
-
thakis@chromium.org authored
See https://bugs.webkit.org/show_bug.cgi?id=104523 Review URL: https://chromiumcodereview.appspot.com/11485007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@172427 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Use case rather than inconsistently using [ and [[. Review URL: https://chromiumcodereview.appspot.com/11522008 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@172343 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Dec, 2012 1 commit
-
-
tony@chromium.org authored
I compiled this on the WebKit Linux 32 bot and verified that it runs. Review URL: https://codereview.chromium.org/11511007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@172191 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Nov, 2012 1 commit
-
-
thakis@chromium.org authored
TEST=`~/src/depot_tools/ninja --version` works when depot_tools isn't in PATH Review URL: https://chromiumcodereview.appspot.com/11366044 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@165510 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Jun, 2012 1 commit
-
-
scottmg@chromium.org authored
(ninja.bat is now ninja.exe.) TBR=maruel@google.com Review URL: https://chromiumcodereview.appspot.com/10653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@143627 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 May, 2012 1 commit
-
-
rsleevi@chromium.org authored
BUG=none TEST=it works Review URL: https://chromiumcodereview.appspot.com/10310053 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@135873 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Apr, 2012 1 commit
-
-
scottmg@chromium.org authored
Shell through to the .bat to make sure the environment is correctly set up. Not sure if there's a better uname to check? Review URL: https://chromiumcodereview.appspot.com/10024045 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@132252 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Jan, 2012 1 commit
-
-
thakis@chromium.org authored
Review URL: http://codereview.chromium.org/9214014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117754 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Jan, 2012 1 commit
-
-
evan@chromium.org authored
The shell script currently just assumes Linux, but can be fixed to run the Mac binary when appropriate. Review URL: http://codereview.chromium.org/9212017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@117723 0039d316-1c4b-4281-b951-d872f2087c98
-