We usually want to run the compile from the top directory, so here's a snippet
to allow you to do it. Probably needs some customization on the targets etc but
it's a start.
BUG=None
TEST=eval in emacs and M-x chromium-compile
Change-Id: I144db9f9e67a69643672b89f9719d1e4bd216830
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2954680
Reviewed-by: Benoit L <lizeb@chromium.org>
Commit-Queue: Junichi Uekawa <uekawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892445}
Blink's code no longer follows WebKit's style so the entire section about
different line limits and indentation can be removed.
R=drott
Change-Id: If06ba22acf674d0746d698ce9b7516e6f688d739
Reviewed-on: https://chromium-review.googlesource.com/845621
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Reviewed-by: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526449}
This includes spelling mistakes like:
accomodate->accommodate
ommited->omitted
unuseable->unusable
dependant->dependent
enviroment->environment
preceed->precede
occurrance->occurrence
occurrances->occurrences
intergrated->integrated
altough->although
appriopriate->appropriate
corresponing->corresponding
dependecies->dependencies
leniant->lenient
overriden->overridden
persisten->persistent
specifyinhg->specifying
As well as capitalization changes like:
javascript->JavaScript
Webkit->WebKit
linux->Linux
A couple other minor things:
the the -> the
trybot -> try bot
etc.
Review-Url: https://codereview.chromium.org/2551513002
Cr-Commit-Position: refs/heads/master@{#436046}
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}