| 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 # Intermediate target grouping the android tools needed to run native | 7 # Intermediate target grouping the android tools needed to run native |
| 8 # unittests and instrumentation test apks. | 8 # unittests and instrumentation test apks. |
| 9 { | 9 { |
| 10 # GN: //tools/android:android_tools | 10 # GN: //tools/android:android_tools |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 ], | 43 ], |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 'target_name': 'ps_ext', | 46 'target_name': 'ps_ext', |
| 47 'type': 'none', | 47 'type': 'none', |
| 48 'dependencies': [ | 48 'dependencies': [ |
| 49 'ps_ext/ps_ext.gyp:ps_ext', | 49 'ps_ext/ps_ext.gyp:ps_ext', |
| 50 ], | 50 ], |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 # GN: //tools/android:customtabs_benchmark |
| 53 'target_name': 'customtabs_benchmark', | 54 'target_name': 'customtabs_benchmark', |
| 54 'type': 'none', | 55 'type': 'none', |
| 55 'dependencies': [ | 56 'dependencies': [ |
| 56 'customtabs_benchmark/customtabs_benchmark.gyp:customtabs_benchmark_apk'
, | 57 'customtabs_benchmark/customtabs_benchmark.gyp:customtabs_benchmark_apk'
, |
| 57 ], | 58 ], |
| 58 }, | 59 }, |
| 59 ], | 60 ], |
| 60 } | 61 } |
| OLD | NEW |