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', |