DescriptionMove cr build configuration outside output folders
This patch moves the cr config files from:
chromium_checkout/
.cr/
config.py (global client config)
src/
out/
Release/
.cr/
config.py (build config for out/Release)
To:
chromium_checkout/
.cr/
client/
config.py (global client config)
builds/
out/
Release/
config.py (build config for out/Release)
By doing this, we will avoid the situation when clobber deletes the
build config (see the associated tracking bug below).
Note that cr will automatically migrate existing config files to the new
directory structure.
BUG=493023
Committed: https://crrev.com/3fb5c2d9a5922fd6bc4a0905f1eea9713fb2d0c6
Cr-Commit-Position: refs/heads/master@{#332613}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Address skyostil's comments #Messages
Total messages: 10 (4 generated)
|