OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # TODO(thakis): Remove this file after https://codereview.chromium.org/139743016 | 5 # TODO(thakis): Remove this file after https://codereview.chromium.org/139743016 |
6 # has been in the tree for a while. | 6 # has been in the tree for a while. |
7 { | 7 { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'temporary_android_dummy_target', | 10 'target_name': 'temporary_android_dummy_target', |
11 'dependencies': [ | 11 'dependencies': [ |
12 'all.gyp:*', | 12 'all.gyp:*', |
13 ], | 13 ], |
| 14 'type': 'none', |
14 }, | 15 }, |
15 ], | 16 ], |
16 } | 17 } |
OLD | NEW |