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

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

Issue 10916112: Forwarder 2 implementation (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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 { 7 {
8 'target_name': 'android_tools_common', 8 'target_name': 'android_tools_common',
9 'type': '<(library)', 9 'type': '<(library)',
10 'toolsets': ['host', 'target'],
10 'include_dirs': [ 11 'include_dirs': [
11 '..', 12 '..',
12 '../../..', 13 '../../..',
13 ], 14 ],
14 'sources': [ 15 'sources': [
15 'adb_connection.cc', 16 'adb_connection.cc',
16 'adb_connection.h', 17 'adb_connection.h',
17 'daemon.cc', 18 'daemon.cc',
18 'daemon.h', 19 'daemon.h',
19 'net.cc', 20 'net.cc',
20 'net.h', 21 'net.h',
21 ], 22 ],
22 }, 23 },
23 ], 24 ],
24 } 25 }
25 26
OLDNEW
« no previous file with comments | « tools/android/common/adb_connection.cc ('k') | tools/android/forwarder2/device_forwarder_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698