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

Side by Side Diff: remoting/remoting_test.gypi

Issue 2380373002: Do not build unicode_to_keysym.cc when use_x11 == 0 (Closed)
Patch Set: Created 4 years, 2 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/remoting_host.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 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_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'sources!': [ 385 'sources!': [
386 'host/chromeos/aura_desktop_capturer_unittest.cc', 386 'host/chromeos/aura_desktop_capturer_unittest.cc',
387 'host/clipboard_aura_unittest.cc', 387 'host/clipboard_aura_unittest.cc',
388 ], 388 ],
389 }, { # chromeos==1 389 }, { # chromeos==1
390 'sources!': [ 390 'sources!': [
391 'host/linux/x_server_clipboard_unittest.cc', 391 'host/linux/x_server_clipboard_unittest.cc',
392 'host/local_input_monitor_unittest.cc', 392 'host/local_input_monitor_unittest.cc',
393 ], 393 ],
394 }], 394 }],
395 ['use_x11 == 0', {
396 'sources!' : [
397 'host/linux/unicode_to_keysym_unittest.cc',
398 ]
399 }],
395 [ 'use_ozone==1', { 400 [ 'use_ozone==1', {
396 'sources!': [ 401 'sources!': [
397 'host/local_input_monitor_unittest.cc', 402 'host/local_input_monitor_unittest.cc',
398 ], 403 ],
399 }], 404 }],
400 ['enable_remoting_host == 0', { 405 ['enable_remoting_host == 0', {
401 'dependencies!': [ 406 'dependencies!': [
402 'remoting_host', 407 'remoting_host',
403 'remoting_host_setup_base', 408 'remoting_host_setup_base',
404 'remoting_it2me_host_static', 409 'remoting_it2me_host_static',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 '../build/isolate.gypi', 619 '../build/isolate.gypi',
615 ], 620 ],
616 'sources': [ 621 'sources': [
617 'remoting_unittests.isolate', 622 'remoting_unittests.isolate',
618 ], 623 ],
619 }, 624 },
620 ], 625 ],
621 }], 626 }],
622 ] # end of 'conditions' 627 ] # end of 'conditions'
623 } 628 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698