| Index: utils/dartdoc/dartdoc.gyp
|
| diff --git a/utils/dartdoc/dartdoc.gyp b/utils/dartdoc/dartdoc.gyp
|
| index 73c4fa42fd5835aaceade0afb699c873fb93ae92..ae1a48d00a7ae0760ada116f13a1d7cf2c0addbc 100644
|
| --- a/utils/dartdoc/dartdoc.gyp
|
| +++ b/utils/dartdoc/dartdoc.gyp
|
| @@ -9,7 +9,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../../runtime/dart-runtime.gyp:dart',
|
| - '../../pkg/pkg.gyp:pkg_packages',
|
| ],
|
| 'actions': [
|
| {
|
| @@ -26,7 +25,6 @@
|
| 'action': [
|
| '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
|
| '--snapshot=<(SHARED_INTERMEDIATE_DIR)/dartdoc.dart.snapshot',
|
| - '--package-root=<(PRODUCT_DIR)/packages/',
|
| '../../third_party/pkg/dartdoc/bin/dartdoc.dart',
|
| ],
|
| },
|
|
|