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

Side by Side Diff: remoting/remoting.gyp

Issue 6386019: Remove obsolete files from 'sources'. This causes needless work on incrementa... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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
« no previous file with comments | « net/net.gyp ('k') | skia/skia.gyp » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'protocol/buffered_socket_writer.h', 364 'protocol/buffered_socket_writer.h',
365 'protocol/client_control_sender.cc', 365 'protocol/client_control_sender.cc',
366 'protocol/client_control_Sender.h', 366 'protocol/client_control_Sender.h',
367 'protocol/client_message_dispatcher.cc', 367 'protocol/client_message_dispatcher.cc',
368 'protocol/client_message_dispatcher.h', 368 'protocol/client_message_dispatcher.h',
369 'protocol/client_stub.h', 369 'protocol/client_stub.h',
370 'protocol/connection_to_client.cc', 370 'protocol/connection_to_client.cc',
371 'protocol/connection_to_client.h', 371 'protocol/connection_to_client.h',
372 'protocol/connection_to_host.cc', 372 'protocol/connection_to_host.cc',
373 'protocol/connection_to_host.h', 373 'protocol/connection_to_host.h',
374 'protocol/host_control_message_handler.h',
375 'protocol/host_control_sender.cc', 374 'protocol/host_control_sender.cc',
376 'protocol/host_control_sender.h', 375 'protocol/host_control_sender.h',
377 'protocol/host_event_message_handler.h',
378 'protocol/host_message_dispatcher.cc', 376 'protocol/host_message_dispatcher.cc',
379 'protocol/host_message_dispatcher.h', 377 'protocol/host_message_dispatcher.h',
380 'protocol/host_stub.h', 378 'protocol/host_stub.h',
381 'protocol/input_sender.cc', 379 'protocol/input_sender.cc',
382 'protocol/input_sender.h', 380 'protocol/input_sender.h',
383 'protocol/jingle_connection_to_host.cc', 381 'protocol/jingle_connection_to_host.cc',
384 'protocol/jingle_connection_to_host.h', 382 'protocol/jingle_connection_to_host.h',
385 'protocol/jingle_session.cc', 383 'protocol/jingle_session.cc',
386 'protocol/jingle_session.h', 384 'protocol/jingle_session.h',
387 'protocol/jingle_session_manager.cc', 385 'protocol/jingle_session_manager.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ], # end of 'conditions' 535 ], # end of 'conditions'
538 }, # end of target 'chromoting_unittests' 536 }, # end of target 'chromoting_unittests'
539 ], # end of targets 537 ], # end of targets
540 } 538 }
541 539
542 # Local Variables: 540 # Local Variables:
543 # tab-width:2 541 # tab-width:2
544 # indent-tabs-mode:nil 542 # indent-tabs-mode:nil
545 # End: 543 # End:
546 # vim: set expandtab tabstop=2 shiftwidth=2: 544 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698