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

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

Issue 176713005: Remove X11 and GTK dependencies from host_forwarder (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Remove X11 dependency Created 6 years, 9 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 | Annotate | Revision Log
« base/base.gypi ('K') | « base/base.gypi ('k') | no next file » | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'forwarder2', 8 'target_name': 'forwarder2',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'sources': [ 70 'sources': [
71 'command.cc', 71 'command.cc',
72 'common.cc', 72 'common.cc',
73 'daemon.cc', 73 'daemon.cc',
74 'forwarder.cc', 74 'forwarder.cc',
75 'forwarders_manager.cc', 75 'forwarders_manager.cc',
76 'host_controller.cc', 76 'host_controller.cc',
77 'host_forwarder_main.cc', 77 'host_forwarder_main.cc',
78 'pipe_notifier.cc', 78 'pipe_notifier.cc',
79 'socket.cc', 79 'socket.cc',
80 # TODO(pliard): Remove this. This is needed to avoid undefined
81 # references at link time.
82 '../../../base/message_loop/message_pump_glib.cc',
83 '../../../base/message_loop/message_pump_gtk.cc',
84 ], 80 ],
85 }, 81 },
86 ], 82 ],
87 } 83 }
OLDNEW
« base/base.gypi ('K') | « base/base.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698