| Index: tools/testing/dart/browser_perf_testing/pubspec.yaml
 | 
| diff --git a/tools/testing/dart/browser_perf_testing/pubspec.yaml b/tools/testing/dart/browser_perf_testing/pubspec.yaml
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..b033e13cce13e653a45a81caa8fc06e1801328e0
 | 
| --- /dev/null
 | 
| +++ b/tools/testing/dart/browser_perf_testing/pubspec.yaml
 | 
| @@ -0,0 +1,10 @@
 | 
| +name: browser_perf_testing
 | 
| +version: 0.0.1
 | 
| +author: Dart Team <misc@dartlang.org>
 | 
| +description: Framework for running performance benchmarks in the browser with our testing framework. 
 | 
| +homepage: http://www.dartlang.org
 | 
| +dependencies:
 | 
| +  path: any
 | 
| +  args: any
 | 
| +dev_dependencies:
 | 
| +environment:
 | 
| 
 |