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 756643006: Remote assistance on Chrome OS Part IX - Input injection on Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Ozone_input_injection
Patch Set: Address feedback (wez) Created 6 years 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_srcs.gypi ('k') | ui/events/keycodes/dom4/keycode_converter.h » ('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 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 }], 248 }],
249 [ 'chromeos==0', { 249 [ 'chromeos==0', {
250 'sources!': [ 250 'sources!': [
251 'client/plugin/normalizing_input_filter_cros_unittest.cc', 251 'client/plugin/normalizing_input_filter_cros_unittest.cc',
252 'host/chromeos/aura_desktop_capturer_unittest.cc', 252 'host/chromeos/aura_desktop_capturer_unittest.cc',
253 'host/clipboard_aura_unittest.cc', 253 'host/clipboard_aura_unittest.cc',
254 ], 254 ],
255 }, { # chromeos==1 255 }, { # chromeos==1
256 'sources!': [ 256 'sources!': [
257 'host/linux/x_server_clipboard_unittest.cc', 257 'host/linux/x_server_clipboard_unittest.cc',
258 'host/local_input_monitor_unittest.cc',
258 ], 259 ],
259 }], 260 }],
260 [ 'use_ozone==1', { 261 [ 'use_ozone==1', {
261 'sources!': [ 262 'sources!': [
262 'host/local_input_monitor_unittest.cc', 263 'host/local_input_monitor_unittest.cc',
263 ], 264 ],
264 }], 265 }],
265 ['enable_remoting_host == 0', { 266 ['enable_remoting_host == 0', {
266 'dependencies!': [ 267 'dependencies!': [
267 'remoting_host', 268 'remoting_host',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'dependencies': [ 444 'dependencies': [
444 '../base/allocator/allocator.gyp:allocator', 445 '../base/allocator/allocator.gyp:allocator',
445 ], 446 ],
446 }], 447 }],
447 ], # end of 'conditions' 448 ], # end of 'conditions'
448 }, # end of target 'remoting_perftests' 449 }, # end of target 'remoting_perftests'
449 ] 450 ]
450 }] 451 }]
451 ] 452 ]
452 } 453 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_srcs.gypi ('k') | ui/events/keycodes/dom4/keycode_converter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698