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

Unified Diff: chrome/chrome.gyp

Issue 159607: Extension docs build script, gyp target and PRESUBMIT.PY check (Closed)
Patch Set: remove build step on mac Created 11 years, 5 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/common_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 56a34c6975e39e4692575976ecd8c9a8e2e81606..364be7ff33503b9d322c6a24bf783c64cbf75e5b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -4409,6 +4409,25 @@
],
},
{
+ # TODO(rafaelw): Reenable build extension_docs on Mac.
+ 'target_name': 'extension_docs',
+ 'type': 'none',
+ 'dependencies': [
+ '../webkit/tools/test_shell/test_shell.gyp:test_shell',
+ ],
+ 'actions': [
+ {
+ 'inputs': [ '<!@(python common/extensions/docs/build/build.py --list-inputs)'],
+ 'outputs': ['<!@(python common/extensions/docs/build/build.py --list-outputs)'],
+ 'action_name': 'build_extension_docs',
+ 'action': [ 'python',
+ 'common/extensions/docs/build/build.py',
+ '--product-dir',
+ '<(PRODUCT_DIR)'],
+ },
+ ],
+ },
+ {
'target_name': 'perf_tests',
'type': 'executable',
'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F',
« no previous file with comments | « no previous file | chrome/common/common_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698