Chromium Code Reviews| Index: tools/dartium/export_overrides.py |
| diff --git a/tools/dartium/export_overrides.py b/tools/dartium/export_overrides.py |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..0c046bff8d7c68e7a6db374155d5309e9a4b94d9 |
| --- /dev/null |
| +++ b/tools/dartium/export_overrides.py |
| @@ -0,0 +1,6 @@ |
| +#!/usr/bin/env python |
| +# |
| +# Copyright 2012 Google Inc. All Rights Reserved. |
| + |
| +# TODO(vsm): Remove this file once we remove the reference from |
| +# dartium.deps/DEPS. |
|
ricow1
2014/04/22 16:17:53
can we remove this?
vsm
2014/04/24 17:13:12
Done.
|