diff options
Diffstat (limited to 'chrome/test/pyautolib/PYAUTO_TESTS')
-rw-r--r-- | chrome/test/pyautolib/PYAUTO_TESTS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/test/pyautolib/PYAUTO_TESTS b/chrome/test/pyautolib/PYAUTO_TESTS new file mode 100644 index 0000000..dd43331 --- /dev/null +++ b/chrome/test/pyautolib/PYAUTO_TESTS @@ -0,0 +1,17 @@ +# Copyright (c) 2010 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'all': [ + ], + + 'win': [ + ], + + 'mac': [ + ], + + 'linux': [ + ], +} |