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

Side by Side Diff: remoting/remoting_host.gypi

Issue 558403002: Remote Assistance on Chrome OS Part II - Native Messaging renaming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on ToT Created 6 years, 3 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/host/setup/me2me_native_messaging_host_unittest.cc ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 }, # end of target 'remoting_host' 422 }, # end of target 'remoting_host'
423 423
424 { 424 {
425 'target_name': 'remoting_native_messaging_base', 425 'target_name': 'remoting_native_messaging_base',
426 'type': 'static_library', 426 'type': 'static_library',
427 'variables': { 'enable_wexit_time_destructors': 1, }, 427 'variables': { 'enable_wexit_time_destructors': 1, },
428 'dependencies': [ 428 'dependencies': [
429 '../base/base.gyp:base', 429 '../base/base.gyp:base',
430 ], 430 ],
431 'sources': [ 431 'sources': [
432 'host/native_messaging/native_messaging_channel.cc', 432 'host/native_messaging/pipe_messaging_channel.cc',
433 'host/native_messaging/native_messaging_channel.h', 433 'host/native_messaging/pipe_messaging_channel.h',
434 'host/native_messaging/native_messaging_reader.cc', 434 'host/native_messaging/native_messaging_reader.cc',
435 'host/native_messaging/native_messaging_reader.h', 435 'host/native_messaging/native_messaging_reader.h',
436 'host/native_messaging/native_messaging_writer.cc', 436 'host/native_messaging/native_messaging_writer.cc',
437 'host/native_messaging/native_messaging_writer.h', 437 'host/native_messaging/native_messaging_writer.h',
438 ], 438 ],
439 }, # end of target 'remoting_native_messaging_base' 439 }, # end of target 'remoting_native_messaging_base'
440 440
441 { 441 {
442 'target_name': 'remoting_host_setup_base', 442 'target_name': 'remoting_host_setup_base',
443 'type': 'static_library', 443 'type': 'static_library',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 }], # mac_breakpad==1 941 }], # mac_breakpad==1
942 ], # conditions 942 ], # conditions
943 }], # OS=mac 943 }], # OS=mac
944 ], 944 ],
945 }, # end of target 'remoting_it2me_native_messaging_host' 945 }, # end of target 'remoting_it2me_native_messaging_host'
946 ], # end of 'targets' 946 ], # end of 'targets'
947 }], # # end of OS!="win" and enable_it2me_host==1 947 }], # # end of OS!="win" and enable_it2me_host==1
948 948
949 ], # end of 'conditions' 949 ], # end of 'conditions'
950 } 950 }
OLDNEW
« no previous file with comments | « remoting/host/setup/me2me_native_messaging_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698