The Mandriva Linux distribution has not existed for many years. Remove build
instructions as well as an entire article about msttcorefonts referencing
dead links.
No-Try: True
Change-Id: Ia0040dec2548e695b80ae490b5e6b0801d5708fd
Reviewed-on: https://chromium-review.googlesource.com/873412
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531154}
Also update the "Notes for other distros" in the build instructions.
All usages of gconf has been removed, and we depend on gsettings, not
dconf directly.
This is the final step in switching from gconf to gsettings.
Bug: 768027
Change-Id: I4430c261ac2c9691838e7dfe9c0d7c6842fa535f
Reviewed-on: https://chromium-review.googlesource.com/831106
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Tim Brown <timbrown@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524503}
This CL points to an updated method for installing the fonts needed by
LayoutTests on Fedora. It also adds ixorg-x11-server-Xvfb to the list of
required packages, as Blink's run-webkit-tests tool requires xvfb.
Bug:
Change-Id: I8bf9a1539066880ca0ea450786847a5126f9cefb
Reviewed-on: https://chromium-review.googlesource.com/764861
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#516016}
This patch updates the linux and mac build instructions
to mention jumbo builds: how to enable it, and where to
find more information.
Bug: 713137
Change-Id: I95f060660ecdb071b9102c9bba2f45259b08fd77
Reviewed-on: https://chromium-review.googlesource.com/706155
Reviewed-by: Daniel Bratell <bratell@opera.com>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507387}
This CL
- Enables jessie support in install-build-deps.sh
- Adds a note in linux_build_instructions.md about adding the
'contrib' component in sources.list.
- Fixes a bug in package_exists where if a ppa is added, a package is
installed from it, and then the ppa is removed, and the package is
removed but not purged, package_exists would still return true for
the package.
R=dpranke@chromium.org
Review-Url: https://codereview.chromium.org/2556133003
Cr-Commit-Position: refs/heads/master@{#437198}
The tips on faster Linux builds got merged into the general Linux build
instructions. But there were a couple of links to the now-deleted old tips
page.
I've added a named anchor inside the merged instructions and redirected one
link there. The other link was a self-link and I removed it.
BUG=
Review-Url: https://codereview.chromium.org/2554803003
Cr-Commit-Position: refs/heads/master@{#437141}
This change folds the notes on building on the different Linux distros
into the main Linux build instructions. It also moves the "faster
builds" information into the same page, adds one note for
Debian Android builds.
R=thomasanderson@chromium.org
BUG=670518
Review-Url: https://codereview.chromium.org/2544793004
Cr-Commit-Position: refs/heads/master@{#435835}
- Standardize on fenced code blocks, add 'shell' where appropriate.
- Add '$' to shell commands where missing.
- Add `code` marks to more identifiers.
- Minor stylistic/grammatical suggestions.
R=dpranke@chromium.org, teresam@google.com
Review-Url: https://codereview.chromium.org/2536723008
Cr-Commit-Position: refs/heads/master@{#435508}
We have lots of inconsistencies between the different platforms in the
public instructions, and between the public instructions and the internal
instructions.
This CL (along with an internal one) should clean everything up.
TBR=teresam@google.com, sdy@chromium.org
NOTRY=true
Review-Url: https://codereview.chromium.org/2526563003
Cr-Commit-Position: refs/heads/master@{#435138}
BUG=
TEST=built Chromium for Linux with/without sysroot
TEST=build Chromium for ChromeOS and Android with sysroot
Review-Url: https://codereview.chromium.org/2410793003
Cr-Commit-Position: refs/heads/master@{#427870}
Removes redundant instructions from the platform-specific plages and the main "get the code" page on the sites page. The platform pages should have only non-redundant platform-specific information.
When I did this the Linux page was basically empty with a link the the prerequistes page, so I consolidated these two pages, leaving a placeholder in the old prerequisites page for now to avoid breaking links.
There was a lot of out-of-date information removed.
Review-Url: https://codereview.chromium.org/2014753002
Cr-Commit-Position: refs/heads/master@{#396071}
This removes most references to the GYP build from files in docs starting with "linux_".
Review URL: https://codereview.chromium.org/1877013002
Cr-Commit-Position: refs/heads/master@{#386526}
There's no pointers to what GN is or how to set it up from this document
despite there being references to using it. This change adds the
GN Quick Start Guide to the Advanced Features section.
Review URL: https://codereview.chromium.org/1806213002
Cr-Commit-Position: refs/heads/master@{#381666}
- Removed links to old wiki pages
- Fixed broken table in test_descriptions.md
- Fixed tables that don't have heading
- Fix codeblock in common_build_tasks.md
Review URL: https://codereview.chromium.org/1473953002
Cr-Commit-Position: refs/heads/master@{#361773}
Initial migration of wiki content over to src/docs
There will be a follow-up CL to ensure docs are following chromium’s style guide, links are fixed, etc. The file auditing was becoming too much for a single change and per Nico’s suggestion, it seems to be better to do
+ Bulk import with initial prune.
+ Follow-up CLs to clean up the documentation.
So that each CL has its own purpose.
BUG=none
Review URL: https://codereview.chromium.org/1309473002
Cr-Commit-Position: refs/heads/master@{#345186}