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

Side by Side Diff: remoting/remoting.gyp

Issue 6266023: Revert "Fix crashes in ChromotingHost" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « remoting/protocol/mock_objects.h ('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) 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'base/decoder_vp8_unittest.cc', 462 'base/decoder_vp8_unittest.cc',
463 'base/decompressor_zlib_unittest.cc', 463 'base/decompressor_zlib_unittest.cc',
464 'base/encode_decode_unittest.cc', 464 'base/encode_decode_unittest.cc',
465 'base/encoder_vp8_unittest.cc', 465 'base/encoder_vp8_unittest.cc',
466 'base/encoder_row_based_unittest.cc', 466 'base/encoder_row_based_unittest.cc',
467 'base/mock_objects.h', 467 'base/mock_objects.h',
468 # BUG57351 'client/chromoting_view_unittest.cc', 468 # BUG57351 'client/chromoting_view_unittest.cc',
469 'client/mock_objects.h', 469 'client/mock_objects.h',
470 'host/access_verifier_unittest.cc', 470 'host/access_verifier_unittest.cc',
471 'host/chromoting_host_context_unittest.cc', 471 'host/chromoting_host_context_unittest.cc',
472 'host/chromoting_host_unittest.cc',
473 'host/differ_unittest.cc', 472 'host/differ_unittest.cc',
474 'host/differ_block_unittest.cc', 473 'host/differ_block_unittest.cc',
475 'host/heartbeat_sender_unittest.cc', 474 'host/heartbeat_sender_unittest.cc',
476 'host/host_key_pair_unittest.cc', 475 'host/host_key_pair_unittest.cc',
477 'host/json_host_config_unittest.cc', 476 'host/json_host_config_unittest.cc',
478 'host/mock_objects.h', 477 'host/mock_objects.h',
479 'host/screen_recorder_unittest.cc', 478 'host/screen_recorder_unittest.cc',
480 'host/test_key_pair.h', 479 'host/test_key_pair.h',
481 'jingle_glue/channel_socket_adapter_unittest.cc', 480 'jingle_glue/channel_socket_adapter_unittest.cc',
482 'jingle_glue/jingle_client_unittest.cc', 481 'jingle_glue/jingle_client_unittest.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ], # end of 'conditions' 536 ], # end of 'conditions'
538 }, # end of target 'chromoting_unittests' 537 }, # end of target 'chromoting_unittests'
539 ], # end of targets 538 ], # end of targets
540 } 539 }
541 540
542 # Local Variables: 541 # Local Variables:
543 # tab-width:2 542 # tab-width:2
544 # indent-tabs-mode:nil 543 # indent-tabs-mode:nil
545 # End: 544 # End:
546 # vim: set expandtab tabstop=2 shiftwidth=2: 545 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/protocol/mock_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698