| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 }, # end of target 'remoting_host' | 381 }, # end of target 'remoting_host' |
| 382 | 382 |
| 383 { | 383 { |
| 384 'target_name': 'remoting_native_messaging_base', | 384 'target_name': 'remoting_native_messaging_base', |
| 385 'type': 'static_library', | 385 'type': 'static_library', |
| 386 'variables': { 'enable_wexit_time_destructors': 1, }, | 386 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 387 'dependencies': [ | 387 'dependencies': [ |
| 388 '../base/base.gyp:base', | 388 '../base/base.gyp:base', |
| 389 ], | 389 ], |
| 390 'sources': [ | 390 'sources': [ |
| 391 'host/native_messaging/native_messaging_channel.cc', | 391 'host/native_messaging/pipe_messaging_channel.cc', |
| 392 'host/native_messaging/native_messaging_channel.h', | 392 'host/native_messaging/pipe_messaging_channel.h', |
| 393 'host/native_messaging/native_messaging_reader.cc', | 393 'host/native_messaging/native_messaging_reader.cc', |
| 394 'host/native_messaging/native_messaging_reader.h', | 394 'host/native_messaging/native_messaging_reader.h', |
| 395 'host/native_messaging/native_messaging_writer.cc', | 395 'host/native_messaging/native_messaging_writer.cc', |
| 396 'host/native_messaging/native_messaging_writer.h', | 396 'host/native_messaging/native_messaging_writer.h', |
| 397 ], | 397 ], |
| 398 }, # end of target 'remoting_native_messaging_base' | 398 }, # end of target 'remoting_native_messaging_base' |
| 399 | 399 |
| 400 { | 400 { |
| 401 'target_name': 'remoting_me2me_host_static', | 401 'target_name': 'remoting_me2me_host_static', |
| 402 'type': 'static_library', | 402 'type': 'static_library', |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 887 }], # mac_breakpad==1 | 887 }], # mac_breakpad==1 |
| 888 ], # conditions | 888 ], # conditions |
| 889 }], # OS=mac | 889 }], # OS=mac |
| 890 ], | 890 ], |
| 891 }, # end of target 'remoting_it2me_native_messaging_host' | 891 }, # end of target 'remoting_it2me_native_messaging_host' |
| 892 ], # end of 'targets' | 892 ], # end of 'targets' |
| 893 }], # OS!="win" | 893 }], # OS!="win" |
| 894 | 894 |
| 895 ], # end of 'conditions' | 895 ], # end of 'conditions' |
| 896 } | 896 } |
| OLD | NEW |