OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |