0
Files
src/docs
brucedawson c218634e11 Update Windows build instructions for VS 2015
Now that VS 2015 is the only supported compiler this updates the Windows
build instructions to remove all references to VS 2013.

This also adds back the step numbers for steps 3 and 4, which improves
the structure and resolves the dangling references to these steps.

The recommend .sln file to load was changed from all.sln to chrome.sln.

The block indenting for installing VS 2015 was removed. The original
goal was, I believe, to indent that section *and* the Google employees
section. This never happened and the indenting never shows up reasonably
so I'm removing it.

I tested the changes by viewing them at http://dillinger.io/

BUG=440500

Review URL: https://codereview.chromium.org/1879233009

Cr-Commit-Position: refs/heads/master@{#387652}
2016-04-15 18:28:45 +00:00
..
2016-02-24 09:29:19 +00:00
2016-04-13 21:14:33 +00:00
2015-12-20 00:55:33 +00:00
2015-12-24 00:24:59 +00:00

Chromium docs

This directory contains chromium project documentation in Markdown. It is automatically rendered by Gitiles.

Style guide

Markdown documents must follow the style guide.

Previewing changes

You can preview your local changes using md_browser:

# in chromium checkout
python tools/md_browser/md_browser.py

To review someone else's changes, apply them locally first:

# in chromium checkout
git cl patch <CL number or URL>
python tools/md_browser/md_browser.py