| Index: dart/utils/apidoc/apidoc.gyp
|
| diff --git a/dart/utils/apidoc/apidoc.gyp b/dart/utils/apidoc/apidoc.gyp
|
| index b7ed9e5a3244677787258a78ba83302e8fa50803..0b5668174eff41d9dacbef0d98763a87f1c0c0e8 100644
|
| --- a/dart/utils/apidoc/apidoc.gyp
|
| +++ b/dart/utils/apidoc/apidoc.gyp
|
| @@ -11,13 +11,18 @@
|
| '../../frog/dart-frog.gyp:frog',
|
| '../../runtime/dart-runtime.gyp:dart',
|
| ],
|
| + 'includes': [
|
| + '../../corelib/src/corelib_sources.gypi',
|
| + ],
|
| 'actions': [
|
| {
|
| 'action_name': 'run_apidoc',
|
| 'inputs': [
|
| '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
|
| '<(PRODUCT_DIR)/frog/bin/frog',
|
| - '<!@(["python", "../../tools/list_files.py", "\\.(css|dart|ico|js|json|png|sh|txt|yaml|py)$", ".", "../../lib/dartdoc"])',
|
| + '<!@(["python", "../../tools/list_files.py", "\\.(css|ico|js|json|png|sh|txt|yaml|py)$", ".", "../../lib/dartdoc"])',
|
| + '<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../lib", "../../runtime/lib", "../../runtime/bin"])',
|
| + '<@(_sources)',
|
| ],
|
| 'outputs': [
|
| '<(PRODUCT_DIR)/api_docs/index.html',
|
|
|