Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: tools/android/android_tools.gyp

Issue 1358243006: Port custom_tabs_client from GYP to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698