|
Move linux sysroots from chrome/installer/linux to build/linux
The sysroot are generally useful (for example when
cross compiling) and not limited to use in the installer
or official releases.
Another reason to move this is that it would allow other
projects to more easily share chromium's build setup
without depending on chrome/.
Also, rename the install script to simply install-sysroot.
This way the script can keep the same name and support
multiple different debian releases without needing
to duplicate the script (e.g. when we switch to jessie).
BUG= 504446
TEST=cross build chromium for arm and ia32
Committed: https://crrev.com/8208b4d81396c11e1f8ca8f6ffe52b9fcea87d05
Cr-Commit-Position: refs/heads/master@{#336843}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+8 lines, -1918 lines) |
Patch |
|
M |
.gitignore
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
build/config/sysroot.gni
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
A + |
build/linux/OWNERS
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/install-sysroot.py
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/packagelist.trusty.arm
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/packagelist.wheezy.amd64
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/packagelist.wheezy.arm
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/packagelist.wheezy.i386
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/sysroot-creator.sh
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/sysroot-creator-test.sh
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/sysroot-creator-trusty.sh
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py
|
View
|
1
|
1 chunk |
+0 lines, -194 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/packagelist.trusty.arm
|
View
|
|
1 chunk |
+0 lines, -158 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/packagelist.wheezy.amd64
|
View
|
1
|
1 chunk |
+0 lines, -157 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/packagelist.wheezy.arm
|
View
|
1
|
1 chunk |
+0 lines, -156 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/packagelist.wheezy.i386
|
View
|
1
|
1 chunk |
+0 lines, -157 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/sysroot-creator.sh
|
View
|
1
|
1 chunk |
+0 lines, -700 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/sysroot-creator-test.sh
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/sysroot-creator-trusty.sh
|
View
|
1
|
1 chunk |
+0 lines, -182 lines |
0 comments
|
Download
|
|
D |
chrome/installer/linux/sysroot_scripts/sysroot-creator-wheezy.sh
|
View
|
1
|
1 chunk |
+0 lines, -177 lines |
0 comments
|
Download
|
|
M |
native_client_sdk/src/build_tools/build_sdk.py
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
tools/copyright_scanner/copyright_scanner.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 32 (12 generated)
|