| 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 'variables': { | 6 'variables': { |
| 7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 | 10 |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 'host/setup/pin_validator.h', | 553 'host/setup/pin_validator.h', |
| 554 'host/setup/win/auth_code_getter.cc', | 554 'host/setup/win/auth_code_getter.cc', |
| 555 'host/setup/win/auth_code_getter.h', | 555 'host/setup/win/auth_code_getter.h', |
| 556 ], | 556 ], |
| 557 'conditions': [ | 557 'conditions': [ |
| 558 ['OS=="win"', { | 558 ['OS=="win"', { |
| 559 'dependencies': [ | 559 'dependencies': [ |
| 560 '../google_update/google_update.gyp:google_update', | 560 '../google_update/google_update.gyp:google_update', |
| 561 'remoting_controller_idl', | 561 'remoting_controller_idl', |
| 562 ], | 562 ], |
| 563 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 564 'msvs_disabled_warnings': [4267, ], |
| 563 }], | 565 }], |
| 564 ], | 566 ], |
| 565 }, # end of target 'remoting_host_setup_base' | 567 }, # end of target 'remoting_host_setup_base' |
| 566 | 568 |
| 567 { | 569 { |
| 568 'target_name': 'remoting_host_plugin', | 570 'target_name': 'remoting_host_plugin', |
| 569 'type': 'loadable_module', | 571 'type': 'loadable_module', |
| 570 'variables': { 'enable_wexit_time_destructors': 1, }, | 572 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 571 'product_extension': '<(host_plugin_extension)', | 573 'product_extension': '<(host_plugin_extension)', |
| 572 'product_prefix': '<(host_plugin_prefix)', | 574 'product_prefix': '<(host_plugin_prefix)', |
| (...skipping 1903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2476 '../base/allocator/allocator.gyp:allocator', | 2478 '../base/allocator/allocator.gyp:allocator', |
| 2477 ], | 2479 ], |
| 2478 }, | 2480 }, |
| 2479 ], | 2481 ], |
| 2480 ], | 2482 ], |
| 2481 }], # end of 'toolkit_uses_gtk == 1' | 2483 }], # end of 'toolkit_uses_gtk == 1' |
| 2482 ], # end of 'conditions' | 2484 ], # end of 'conditions' |
| 2483 }, # end of target 'remoting_unittests' | 2485 }, # end of target 'remoting_unittests' |
| 2484 ], # end of targets | 2486 ], # end of targets |
| 2485 } | 2487 } |
| OLD | NEW |