Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1730)

Unified Diff: chrome/common/extensions/docs/README.txt

Issue 9618033: Updated docs to explain "intents" section in extension manifest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More review issues Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/manifest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/README.txt
diff --git a/chrome/common/extensions/docs/README.txt b/chrome/common/extensions/docs/README.txt
index 310e4e3be9d0306f8c5b36d4a238fb4a2eaf48a4..d471b987e9284f861a905be4823408977782b17f 100644
--- a/chrome/common/extensions/docs/README.txt
+++ b/chrome/common/extensions/docs/README.txt
@@ -21,10 +21,13 @@ and make a copy of /template/page_shell.html and copy it to /<page>.html.
*I want to edit or add a purely static page:
=>Follow the same steps for editing static content for an API page.
-IN ALL CASES. When you have finished, run build/build.bat (on windows) or
-build/build.py (on mac/linux). This may generate new files or changes to the
+IN ALL CASES. When you have finished, run ./build/build.bat (on windows) or
+./build/build.py (on mac/linux). This may generate new files or changes to the
/*.html pages. Include any new or changed files in the changelist you create.
+When submitting changes for review, please host the contents of your version
+of chrome/common/extensions/docs on a web server accessible to your reviewer.
+
--------------------------------------------------------------------------------
Building
« no previous file with comments | « no previous file | chrome/common/extensions/docs/manifest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698