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

Side by Side Diff: remoting/chromoting.gyp

Issue 2722010: Cleanup some chromoting code (Closed)
Patch Set: Created 10 years, 6 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
« no previous file with comments | « no previous file | remoting/host/chromoting_host.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'defines': [ 7 'defines': [
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', # Root of Chrome checkout 10 '..', # Root of Chrome checkout
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 { 158 {
159 'target_name': 'chromoting_host', 159 'target_name': 'chromoting_host',
160 'type': '<(library)', 160 'type': '<(library)',
161 'dependencies': [ 161 'dependencies': [
162 'chromoting_base', 162 'chromoting_base',
163 'chromoting_jingle_glue', 163 'chromoting_jingle_glue',
164 ], 164 ],
165 'sources': [ 165 'sources': [
166 'host/capturer.cc', 166 'host/capturer.cc',
167 'host/capturer.h', 167 'host/capturer.h',
168 'host/chromoting_host.cc',
169 'host/chromoting_host.h',
168 'host/client_connection.cc', 170 'host/client_connection.cc',
169 'host/client_connection.h', 171 'host/client_connection.h',
170 'host/differ.h', 172 'host/differ.h',
171 'host/differ.cc', 173 'host/differ.cc',
172 'host/differ_block.h', 174 'host/differ_block.h',
173 'host/differ_block.cc', 175 'host/differ_block.cc',
174 'host/encoder.h', 176 'host/encoder.h',
175 'host/encoder_verbatim.cc', 177 'host/encoder_verbatim.cc',
176 'host/encoder_verbatim.h', 178 'host/encoder_verbatim.h',
177 # TODO(hclam): Enable VP8 in the build. 179 # TODO(hclam): Enable VP8 in the build.
178 #'host/encoder_vp8.cc', 180 #'host/encoder_vp8.cc',
179 #'host/encoder_vp8.h', 181 #'host/encoder_vp8.h',
180 'host/event_executor.h', 182 'host/event_executor.h',
181 'host/session_manager.cc', 183 'host/session_manager.cc',
182 'host/session_manager.h', 184 'host/session_manager.h',
183 'host/simple_host.cc',
184 'host/simple_host.h',
185 'host/heartbeat_sender.cc', 185 'host/heartbeat_sender.cc',
186 'host/heartbeat_sender.h', 186 'host/heartbeat_sender.h',
187 ], 187 ],
188 'conditions': [ 188 'conditions': [
189 ['OS=="win"', { 189 ['OS=="win"', {
190 'sources': [ 190 'sources': [
191 'host/capturer_gdi.cc', 191 'host/capturer_gdi.cc',
192 'host/capturer_gdi.h', 192 'host/capturer_gdi.h',
193 'host/event_executor_win.cc', 193 'host/event_executor_win.cc',
194 'host/event_executor_win.h', 194 'host/event_executor_win.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 ], # end of 'conditions' 381 ], # end of 'conditions'
382 }, # end of target 'chromoting_unittests' 382 }, # end of target 'chromoting_unittests'
383 ], # end of targets 383 ], # end of targets
384 } 384 }
385 385
386 # Local Variables: 386 # Local Variables:
387 # tab-width:2 387 # tab-width:2
388 # indent-tabs-mode:nil 388 # indent-tabs-mode:nil
389 # End: 389 # End:
390 # vim: set expandtab tabstop=2 shiftwidth=2: 390 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | remoting/host/chromoting_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698