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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1214113009: Update TestVideoRenderer with video decoding capabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Minor changes on naming and comments" Created 5 years, 5 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 | « remoting/BUILD.gn ('k') | remoting/test/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_common', 9 'target_name': 'remoting_test_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'signaling/push_notification_subscriber_unittest.cc', 352 'signaling/push_notification_subscriber_unittest.cc',
353 'signaling/server_log_entry_unittest.cc', 353 'signaling/server_log_entry_unittest.cc',
354 'signaling/server_log_entry_unittest.h', 354 'signaling/server_log_entry_unittest.h',
355 'signaling/xmpp_login_handler_unittest.cc', 355 'signaling/xmpp_login_handler_unittest.cc',
356 'signaling/xmpp_stream_parser_unittest.cc', 356 'signaling/xmpp_stream_parser_unittest.cc',
357 'signaling/xmpp_signal_strategy_unittest.cc', 357 'signaling/xmpp_signal_strategy_unittest.cc',
358 'test/access_token_fetcher_unittest.cc', 358 'test/access_token_fetcher_unittest.cc',
359 'test/app_remoting_test_driver_environment_unittest.cc', 359 'test/app_remoting_test_driver_environment_unittest.cc',
360 'test/remote_host_info_fetcher_unittest.cc', 360 'test/remote_host_info_fetcher_unittest.cc',
361 'test/test_chromoting_client_unittest.cc', 361 'test/test_chromoting_client_unittest.cc',
362 'test/test_video_renderer_unittest.cc',
362 ], 363 ],
363 'conditions': [ 364 'conditions': [
364 [ 'OS=="win"', { 365 [ 'OS=="win"', {
365 'defines': [ 366 'defines': [
366 '_ATL_NO_EXCEPTIONS', 367 '_ATL_NO_EXCEPTIONS',
367 ], 368 ],
368 'include_dirs': [ 369 'include_dirs': [
369 '../breakpad/src', 370 '../breakpad/src',
370 ], 371 ],
371 'link_settings': { 372 'link_settings': {
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'dependencies': [ 608 'dependencies': [
608 'remoting_nacl.gyp:remoting_client_plugin_nacl', 609 'remoting_nacl.gyp:remoting_client_plugin_nacl',
609 'remoting_webapp_browser_test_main_html', 610 'remoting_webapp_browser_test_main_html',
610 ], 611 ],
611 'includes': [ 'remoting_webapp.gypi', ], 612 'includes': [ 'remoting_webapp.gypi', ],
612 }, # end of target 'remoting_webapp_browser_test' 613 }, # end of target 'remoting_webapp_browser_test'
613 ] 614 ]
614 }] 615 }]
615 ] # end of 'conditions' 616 ] # end of 'conditions'
616 } 617 }
OLDNEW
« no previous file with comments | « remoting/BUILD.gn ('k') | remoting/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698