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 'type': 'none', | |
12 'dependencies': [ | 11 'dependencies': [ |
13 'all.gyp:*', | 12 'all.gyp:*', |
14 ], | 13 ], |
15 }, | 14 }, |
16 ], | 15 ], |
17 } | 16 } |
OLD | NEW |