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

Side by Side Diff: remoting/remoting_test.gypi

Issue 2152953002: Refactoring Native Messaging Host process launching code into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback. Created 4 years, 4 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_win.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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 ], 387 ],
388 'include_dirs': [ 388 'include_dirs': [
389 '../breakpad/src', 389 '../breakpad/src',
390 ], 390 ],
391 'link_settings': { 391 'link_settings': {
392 'libraries': [ 392 'libraries': [
393 '-lrpcrt4.lib', 393 '-lrpcrt4.lib',
394 '-lwtsapi32.lib', 394 '-lwtsapi32.lib',
395 ], 395 ],
396 }, 396 },
397 'sources': [
398 'host/win/launch_native_messaging_host_process.cc',
399 'host/win/launch_native_messaging_host_process.h',
400 ],
397 }], 401 }],
398 [ 'chromeos==0', { 402 [ 'chromeos==0', {
399 'sources!': [ 403 'sources!': [
400 'host/chromeos/aura_desktop_capturer_unittest.cc', 404 'host/chromeos/aura_desktop_capturer_unittest.cc',
401 'host/clipboard_aura_unittest.cc', 405 'host/clipboard_aura_unittest.cc',
402 ], 406 ],
403 }, { # chromeos==1 407 }, { # chromeos==1
404 'sources!': [ 408 'sources!': [
405 'host/linux/x_server_clipboard_unittest.cc', 409 'host/linux/x_server_clipboard_unittest.cc',
406 'host/local_input_monitor_unittest.cc', 410 'host/local_input_monitor_unittest.cc',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 '../build/isolate.gypi', 628 '../build/isolate.gypi',
625 ], 629 ],
626 'sources': [ 630 'sources': [
627 'remoting_unittests.isolate', 631 'remoting_unittests.isolate',
628 ], 632 ],
629 }, 633 },
630 ], 634 ],
631 }], 635 }],
632 ] # end of 'conditions' 636 ] # end of 'conditions'
633 } 637 }
OLDNEW
« no previous file with comments | « remoting/remoting_host_win.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698