Chromium Code Reviews| Index: components/cronet/tools/dummy.py |
| diff --git a/components/cronet/tools/dummy.py b/components/cronet/tools/dummy.py |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..a216b12be50a83d8a5163f6ed46f0ece0df9b0de |
| --- /dev/null |
| +++ b/components/cronet/tools/dummy.py |
| @@ -0,0 +1,7 @@ |
| +#!/usr/bin/python |
| +# Copyright 2017 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. |
| + |
| +"""Provides empty action to expose static framwork output from subdirectory. |
| +""" |