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

Side by Side Diff: remoting/remoting_test.gypi

Issue 2149983003: Refactoring Elevated Host Communication Channel into its own class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@process_helper
Patch Set: Merging upstream changes. 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'include_dirs': [ 392 'include_dirs': [
393 '../breakpad/src', 393 '../breakpad/src',
394 ], 394 ],
395 'link_settings': { 395 'link_settings': {
396 'libraries': [ 396 'libraries': [
397 '-lrpcrt4.lib', 397 '-lrpcrt4.lib',
398 '-lwtsapi32.lib', 398 '-lwtsapi32.lib',
399 ], 399 ],
400 }, 400 },
401 'sources': [ 401 'sources': [
402 'host/win/elevated_native_messaging_host.cc',
403 'host/win/elevated_native_messaging_host.h',
402 'host/win/launch_native_messaging_host_process.cc', 404 'host/win/launch_native_messaging_host_process.cc',
403 'host/win/launch_native_messaging_host_process.h', 405 'host/win/launch_native_messaging_host_process.h',
404 ], 406 ],
405 }], 407 }],
406 [ 'chromeos==0', { 408 [ 'chromeos==0', {
407 'sources!': [ 409 'sources!': [
408 'host/chromeos/aura_desktop_capturer_unittest.cc', 410 'host/chromeos/aura_desktop_capturer_unittest.cc',
409 'host/clipboard_aura_unittest.cc', 411 'host/clipboard_aura_unittest.cc',
410 ], 412 ],
411 }, { # chromeos==1 413 }, { # chromeos==1
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 '../build/isolate.gypi', 634 '../build/isolate.gypi',
633 ], 635 ],
634 'sources': [ 636 'sources': [
635 'remoting_unittests.isolate', 637 'remoting_unittests.isolate',
636 ], 638 ],
637 }, 639 },
638 ], 640 ],
639 }], 641 }],
640 ] # end of 'conditions' 642 ] # end of 'conditions'
641 } 643 }
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