| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/pipe_messaging_channel.cc', | 432 'host/native_messaging/pipe_messaging_channel.cc', |
| 433 'host/native_messaging/pipe_messaging_channel.h', | 433 'host/native_messaging/pipe_messaging_channel.h', |
| 434 'host/native_messaging/native_messaging_pipe.cc', |
| 435 'host/native_messaging/native_messaging_pipe.h', |
| 434 'host/native_messaging/native_messaging_reader.cc', | 436 'host/native_messaging/native_messaging_reader.cc', |
| 435 'host/native_messaging/native_messaging_reader.h', | 437 'host/native_messaging/native_messaging_reader.h', |
| 436 'host/native_messaging/native_messaging_writer.cc', | 438 'host/native_messaging/native_messaging_writer.cc', |
| 437 'host/native_messaging/native_messaging_writer.h', | 439 'host/native_messaging/native_messaging_writer.h', |
| 438 ], | 440 ], |
| 439 }, # end of target 'remoting_native_messaging_base' | 441 }, # end of target 'remoting_native_messaging_base' |
| 440 | 442 |
| 441 { | 443 { |
| 442 'target_name': 'remoting_host_setup_base', | 444 'target_name': 'remoting_host_setup_base', |
| 443 'type': 'static_library', | 445 'type': 'static_library', |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 }], # mac_breakpad==1 | 943 }], # mac_breakpad==1 |
| 942 ], # conditions | 944 ], # conditions |
| 943 }], # OS=mac | 945 }], # OS=mac |
| 944 ], | 946 ], |
| 945 }, # end of target 'remoting_it2me_native_messaging_host' | 947 }, # end of target 'remoting_it2me_native_messaging_host' |
| 946 ], # end of 'targets' | 948 ], # end of 'targets' |
| 947 }], # # end of OS!="win" and enable_it2me_host==1 | 949 }], # # end of OS!="win" and enable_it2me_host==1 |
| 948 | 950 |
| 949 ], # end of 'conditions' | 951 ], # end of 'conditions' |
| 950 } | 952 } |
| OLD | NEW |