Chromium Code Reviews| Index: runtime/bin/bin.gypi | 
| diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi | 
| index 3905ad774f6a5437fa99cb828d10f15d2cec851d..2d04720edbed53f604d6858caa68f404de559ff2 100644 | 
| --- a/runtime/bin/bin.gypi | 
| +++ b/runtime/bin/bin.gypi | 
| @@ -1058,6 +1058,20 @@ | 
| ] | 
| }, | 
| { | 
| + 'target_name': 'fuchsia_test', | 
| + 'type': 'executable', | 
| + 'dependencies': [ | 
| + 'libdart_nosnapshot', | 
| + ], | 
| + 'include_dirs': [ | 
| + '..', | 
| + '../include', | 
| + ], | 
| + 'sources': [ | 
| + 'fuchsia_test.cc', | 
| + ], | 
| + }, | 
| + { | 
| # dart binary with a snapshot of corelibs built in. | 
| 'target_name': 'dart', | 
| 'type': 'executable', |