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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1997533002: Do not build unicode_to_keysym.cc when use_x11 == 0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 years, 7 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'sources!': [ 399 'sources!': [
400 'host/chromeos/aura_desktop_capturer_unittest.cc', 400 'host/chromeos/aura_desktop_capturer_unittest.cc',
401 'host/clipboard_aura_unittest.cc', 401 'host/clipboard_aura_unittest.cc',
402 ], 402 ],
403 }, { # chromeos==1 403 }, { # chromeos==1
404 'sources!': [ 404 'sources!': [
405 'host/linux/x_server_clipboard_unittest.cc', 405 'host/linux/x_server_clipboard_unittest.cc',
406 'host/local_input_monitor_unittest.cc', 406 'host/local_input_monitor_unittest.cc',
407 ], 407 ],
408 }], 408 }],
409 ['use_x11 == 0', {
410 'sources!' : [
411 'host/linux/unicode_to_keysym_unittest.cc',
412 ]
413 }],
409 [ 'use_ozone==1', { 414 [ 'use_ozone==1', {
410 'sources!': [ 415 'sources!': [
411 'host/local_input_monitor_unittest.cc', 416 'host/local_input_monitor_unittest.cc',
412 ], 417 ],
413 }], 418 }],
414 ['enable_remoting_host == 0', { 419 ['enable_remoting_host == 0', {
415 'dependencies!': [ 420 'dependencies!': [
416 'remoting_host', 421 'remoting_host',
417 'remoting_host_setup_base', 422 'remoting_host_setup_base',
418 'remoting_it2me_host_static', 423 'remoting_it2me_host_static',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 '../build/isolate.gypi', 627 '../build/isolate.gypi',
623 ], 628 ],
624 'sources': [ 629 'sources': [
625 'remoting_unittests.isolate', 630 'remoting_unittests.isolate',
626 ], 631 ],
627 }, 632 },
628 ], 633 ],
629 }], 634 }],
630 ] # end of 'conditions' 635 ] # end of 'conditions'
631 } 636 }
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