summaryrefslogtreecommitdiffstats
path: root/tools/cr
Commit message (Expand)AuthorAgeFilesLines
* cr: Default to using the gn generator instead of gypskyostil2016-03-151-1/+1
* cr: Don't pass empty arguments to commandsskyostil2016-03-111-0/+1
* cr: Remove message about 'kill' command not being implemented on Linuxskyostil2016-02-161-2/+3
* cr: Allow passing command line arguments via the run commandskyostil2016-01-261-1/+1
* Fix condition error from crrev.com/1562083002ssid2016-01-081-1/+1
* Fix recognition of "linuxchromeos" directory in crssid2016-01-071-2/+5
* [CR] Support architecture types with gnjkarlin2015-11-031-0/+4
* cr: Enable gn on Androidskyostil2015-09-042-6/+1
* Remove ChromeShell support from cr.newt2015-08-262-28/+1
* [cr] Fix "--builder skip" flags producing "invalid target" errorpetrcermak2015-07-281-0/+3
* [cr] Add 'cr args' commandpetrcermak2015-07-102-1/+38
* Reuse build/clobber.py in crpetrcermak2015-06-221-16/+3
* Fix broken cr clobberpetrcermak2015-06-221-2/+0
* cr: Ensure build directory exists before writing gn argsskyostil2015-06-081-0/+5
* Ignore import errors in cr recursive module loadingpetrcermak2015-06-031-5/+17
* Move cr build configuration outside output folderspetrcermak2015-06-031-7/+62
* Move cr config path handling to client.pypetrcermak2015-05-293-25/+22
* cr: Add skyostil@ and petrcermak@ as ownersskyostil2015-05-271-0/+2
* Add chrome_public and chrome_public_test targets to cr.aberent2015-05-261-0/+27
* Teach cr to set the correct target os for chromeos when generating with gn.plundblad2015-05-191-0/+1
* cr: Pass absolute path to output directory to gnskyostil2015-04-281-8/+3
* cr: Fix gn argument generation in a release buildskyostil2015-04-271-1/+1
* cr: Detect goma for gnskyostil2015-04-231-3/+16
* cr: Make sure gn isn't enabled automaticallyskyostil2015-04-231-0/+4
* cr: Add 'gn' commandskyostil2015-04-171-0/+39
* cr: Add support for GN build file generationskyostil2015-04-175-8/+100
* cr: Add support for run to LinuxChromeOStsergeant2015-02-264-2/+33
* cr: Add support for macskyostil2015-02-032-1/+50
* [cr] Fix README.rouslan2015-01-091-2/+2
* Automatically build instrumentation target when running instrumentation tests...petrcermak2014-11-175-2/+12
* Add support for running instrumentation tests to cr.petrcermak2014-11-065-6/+15
* Add cr clobber command.petrcermak2014-11-041-0/+50
* [cr tool] Allow info command to accept '--out' argument.asanka2014-09-301-0/+1
* [cr tool] Add Linux ChromeOS platformasanka@chromium.org2014-07-311-0/+30
* Removes bulach@ from OWNERS.bulach@chromium.org2014-06-271-1/+0
* Cleanup: Remove the remaining instances of ChromiumTestShell from Telemetry s...r.kasibhatla@samsung.com2014-06-041-1/+1
* [cr tool] Trigger fixup hooks for missing variables, use it to get a better t...iancottrell@chromium.org2014-05-073-8/+19
* [cr tool] Remove default values for CR_URL, they were incorrectly placed and ...iancottrell@chromium.org2014-05-023-12/+0
* [cr tool] Cleanup plugin import system.iancottrell@chromium.org2014-05-0110-61/+75
* Move CHROMIUM_OUT_DIR so it is set for all platforms, not just androidiancottrell@chromium.org2014-05-012-2/+1
* cr: Allow ninja to use more CPUs on many core workstations.kouhei@chromium.org2014-04-251-4/+5
* Unbreak adb in crskyostil@chromium.org2014-04-141-1/+2
* Fixing cr-bash-helpers.sh for zsh.qsr@chromium.org2014-04-031-3/+3
* Prepare the environment before gclient sync so the gyp does the right thingiancottrell@chromium.org2014-04-013-2/+17
* Fix typo GYP_DEF_target_arch v GPP_DEF_target_archanton@chromium.org2014-03-311-1/+1
* Add GOMA_DIR to the set of searched paths, and default it to something sensib...iancottrell@chromium.org2014-03-281-2/+7
* Add support for arm64 as a CR architecture.anton@chromium.org2014-03-251-0/+11
* New style goma support, also magical gyp definesiancottrell@chromium.org2014-03-254-15/+38
* Make targets full Context objects, and them push them on the context stackiancottrell@chromium.org2014-03-255-81/+92
* [cr tool] Make context implicitiancottrell@chromium.org2014-03-2133-371/+348