Chromium Code Reviews| Index: dart.gyp |
| diff --git a/dart.gyp b/dart.gyp |
| index b942371e3114f344a89941bcb0f1226b95e2e66b..f513625d48f0109ac869a6f9ab140a83a9336254 100644 |
| --- a/dart.gyp |
| +++ b/dart.gyp |
| @@ -35,6 +35,13 @@ |
| ], |
| }, |
| { |
| + 'target_name': 'fuchsia_test', |
| + 'type': 'none', |
| + 'dependencies': [ |
| + 'runtime/dart-runtime.gyp:fuchsia_test', |
| + ], |
| + }, |
| + { |
| # This is the target that is built on the VM build bots. It |
| # must depend on anything that is required by the VM test |
| # suites. |