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

Side by Side Diff: remoting/remoting_test.gypi

Issue 721123005: Disable LocalInputMonitorTest on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | 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 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'sources!': [ 249 'sources!': [
250 'client/plugin/normalizing_input_filter_cros_unittest.cc', 250 'client/plugin/normalizing_input_filter_cros_unittest.cc',
251 'host/chromeos/aura_desktop_capturer_unittest.cc', 251 'host/chromeos/aura_desktop_capturer_unittest.cc',
252 'host/clipboard_aura_unittest.cc', 252 'host/clipboard_aura_unittest.cc',
253 ], 253 ],
254 }, { # chromeos==1 254 }, { # chromeos==1
255 'sources!': [ 255 'sources!': [
256 'host/linux/x_server_clipboard_unittest.cc', 256 'host/linux/x_server_clipboard_unittest.cc',
257 ], 257 ],
258 }], 258 }],
259 [ 'use_ozone==1', {
260 'sources!': [
261 'host/local_input_monitor_unittest.cc',
262 ],
263 }],
259 ['enable_remoting_host == 0', { 264 ['enable_remoting_host == 0', {
260 'dependencies!': [ 265 'dependencies!': [
261 'remoting_host', 266 'remoting_host',
262 'remoting_host_setup_base', 267 'remoting_host_setup_base',
263 'remoting_native_messaging_base', 268 'remoting_native_messaging_base',
264 ], 269 ],
265 'sources/': [ 270 'sources/': [
266 ['exclude', '^codec/'], 271 ['exclude', '^codec/'],
267 ['exclude', '^host/'], 272 ['exclude', '^host/'],
268 ['exclude', '^base/resources_unittest\\.cc$'], 273 ['exclude', '^base/resources_unittest\\.cc$'],
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'dependencies': [ 442 'dependencies': [
438 '../base/allocator/allocator.gyp:allocator', 443 '../base/allocator/allocator.gyp:allocator',
439 ], 444 ],
440 }], 445 }],
441 ], # end of 'conditions' 446 ], # end of 'conditions'
442 }, # end of target 'remoting_perftests' 447 }, # end of target 'remoting_perftests'
443 ] 448 ]
444 }] 449 }]
445 ] 450 ]
446 } 451 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698