| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 'cflags': [ | 823 'cflags': [ |
| 824 '-msse2', | 824 '-msse2', |
| 825 ], | 825 ], |
| 826 }], | 826 }], |
| 827 ], | 827 ], |
| 828 'sources': [ | 828 'sources': [ |
| 829 'host/differ_block_sse2.cc', | 829 'host/differ_block_sse2.cc', |
| 830 ], | 830 ], |
| 831 }, # end of target differ_block_sse2 | 831 }, # end of target differ_block_sse2 |
| 832 | 832 |
| 833 { | |
| 834 'target_name': 'chromotocol_test_client', | |
| 835 'type': 'executable', | |
| 836 'variables': { 'enable_wexit_time_destructors': 1, }, | |
| 837 'dependencies': [ | |
| 838 'remoting_base', | |
| 839 'remoting_protocol', | |
| 840 ], | |
| 841 'sources': [ | |
| 842 'protocol/protocol_test_client.cc', | |
| 843 '../base/test/mock_chrome_application_mac.mm', | |
| 844 '../base/test/mock_chrome_application_mac.h', | |
| 845 ], | |
| 846 }, # end of target 'chromotocol_test_client' | |
| 847 | |
| 848 # Remoting unit tests | 833 # Remoting unit tests |
| 849 { | 834 { |
| 850 'target_name': 'remoting_unittests', | 835 'target_name': 'remoting_unittests', |
| 851 'type': 'executable', | 836 'type': 'executable', |
| 852 'dependencies': [ | 837 'dependencies': [ |
| 853 'remoting_base', | 838 'remoting_base', |
| 854 'remoting_client', | 839 'remoting_client', |
| 855 'remoting_host', | 840 'remoting_host', |
| 856 'remoting_jingle_glue', | 841 'remoting_jingle_glue', |
| 857 'remoting_protocol', | 842 'remoting_protocol', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 '../base/allocator/allocator.gyp:allocator', | 917 '../base/allocator/allocator.gyp:allocator', |
| 933 ], | 918 ], |
| 934 }, | 919 }, |
| 935 ], | 920 ], |
| 936 ], | 921 ], |
| 937 }], | 922 }], |
| 938 ], # end of 'conditions' | 923 ], # end of 'conditions' |
| 939 }, # end of target 'remoting_unittests' | 924 }, # end of target 'remoting_unittests' |
| 940 ], # end of targets | 925 ], # end of targets |
| 941 } | 926 } |
| OLD | NEW |