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

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

Issue 684133002: [Android] Fix gn build for instrumentation tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years, 1 month 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
« no previous file with comments | « tools/android/common/adb_connection.cc ('k') | tools/android/common/net.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': {
7 'chromium_code': 1,
8 },
6 'targets': [ 9 'targets': [
7 { 10 {
11 # GN version: //tools/android/common
8 'target_name': 'android_tools_common', 12 'target_name': 'android_tools_common',
9 'type': 'static_library', 13 'type': 'static_library',
10 'toolsets': ['host', 'target'], 14 'toolsets': ['host', 'target'],
11 'include_dirs': [ 15 'include_dirs': [
12 '..', 16 '..',
13 '../../..', 17 '../../..',
14 ], 18 ],
15 'sources': [ 19 'sources': [
16 'adb_connection.cc', 20 'adb_connection.cc',
17 'adb_connection.h', 21 'adb_connection.h',
18 'daemon.cc', 22 'daemon.cc',
19 'daemon.h', 23 'daemon.h',
20 'net.cc', 24 'net.cc',
21 'net.h', 25 'net.h',
22 ], 26 ],
23 }, 27 },
24 ], 28 ],
25 } 29 }
26 30
OLDNEW
« no previous file with comments | « tools/android/common/adb_connection.cc ('k') | tools/android/common/net.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698