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

Side by Side Diff: tools/android/forwarder2/forwarder.gyp

Issue 11269036: Support HTTP test-server based net unit tests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert changes in net_unittests_disabled Created 8 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 | Annotate | Revision Log
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': 'forwarder2', 8 'target_name': 'forwarder2',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'toolsets': ['host'], 53 'toolsets': ['host'],
54 'dependencies': [ 54 'dependencies': [
55 '../../../base/base.gyp:base', 55 '../../../base/base.gyp:base',
56 '../common/common.gyp:android_tools_common', 56 '../common/common.gyp:android_tools_common',
57 ], 57 ],
58 'include_dirs': [ 58 'include_dirs': [
59 '../../..', 59 '../../..',
60 ], 60 ],
61 'sources': [ 61 'sources': [
62 'command.cc', 62 'command.cc',
63 'daemon.cc',
63 'forwarder.cc', 64 'forwarder.cc',
64 'host_controller.cc', 65 'host_controller.cc',
65 'host_forwarder_main.cc', 66 'host_forwarder_main.cc',
66 'pipe_notifier.cc', 67 'pipe_notifier.cc',
67 'socket.cc', 68 'socket.cc',
68 'thread.cc', 69 'thread.cc',
69 ], 70 ],
70 }, 71 },
71 ], 72 ],
72 } 73 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698