| Index: utils/apidoc/apidoc.gyp
|
| ===================================================================
|
| --- utils/apidoc/apidoc.gyp (revision 21245)
|
| +++ utils/apidoc/apidoc.gyp (working copy)
|
| @@ -59,7 +59,7 @@
|
| # the output directory.
|
| 'inputs': [
|
| '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
|
| - '<(PRODUCT_DIR)/dart2js.snapshot',
|
| + '<(SHARED_INTERMEDIATE_DIR)/utils_wrapper.dart.snapshot',
|
| '<!@(["python", "../../tools/list_files.py", "\\.(css|ico|js|json|png|sh|txt|yaml|py)$", ".", "../../sdk/lib/_internal/dartdoc"])',
|
| '<!@(["python", "../../tools/list_files.py", "\\.dart$", ".", "../../sdk/lib", "../../runtime/lib", "../../runtime/bin"])',
|
| '../../sdk/bin/dart',
|
|
|