| 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 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1243 'target_name': 'remoting_host', | 1243 'target_name': 'remoting_host', |
| 1244 'type': 'static_library', | 1244 'type': 'static_library', |
| 1245 'variables': { 'enable_wexit_time_destructors': 1, }, | 1245 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1246 'dependencies': [ | 1246 'dependencies': [ |
| 1247 'remoting_base', | 1247 'remoting_base', |
| 1248 'remoting_jingle_glue', | 1248 'remoting_jingle_glue', |
| 1249 'remoting_protocol', | 1249 'remoting_protocol', |
| 1250 'differ_block', | 1250 'differ_block', |
| 1251 '../crypto/crypto.gyp:crypto', | 1251 '../crypto/crypto.gyp:crypto', |
| 1252 ], | 1252 ], |
| 1253 'defines': [ |
| 1254 'VERSION=<(version_full)', |
| 1255 ], |
| 1253 'sources': [ | 1256 'sources': [ |
| 1254 'host/audio_capturer.cc', | 1257 'host/audio_capturer.cc', |
| 1255 'host/audio_capturer.h', | 1258 'host/audio_capturer.h', |
| 1256 'host/audio_capturer_linux.cc', | 1259 'host/audio_capturer_linux.cc', |
| 1257 'host/audio_capturer_linux.h', | 1260 'host/audio_capturer_linux.h', |
| 1258 'host/audio_capturer_mac.cc', | 1261 'host/audio_capturer_mac.cc', |
| 1259 'host/audio_capturer_win.cc', | 1262 'host/audio_capturer_win.cc', |
| 1260 'host/audio_capturer_win.h', | 1263 'host/audio_capturer_win.h', |
| 1261 'host/audio_scheduler.cc', | 1264 'host/audio_scheduler.cc', |
| 1262 'host/audio_scheduler.h', | 1265 'host/audio_scheduler.h', |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1793 '../base/base.gyp:base', | 1796 '../base/base.gyp:base', |
| 1794 '../base/base.gyp:base_i18n', | 1797 '../base/base.gyp:base_i18n', |
| 1795 '../base/base.gyp:test_support_base', | 1798 '../base/base.gyp:test_support_base', |
| 1796 '../media/media.gyp:media', | 1799 '../media/media.gyp:media', |
| 1797 '../net/net.gyp:net_test_support', | 1800 '../net/net.gyp:net_test_support', |
| 1798 '../ppapi/ppapi.gyp:ppapi_cpp', | 1801 '../ppapi/ppapi.gyp:ppapi_cpp', |
| 1799 '../testing/gmock.gyp:gmock', | 1802 '../testing/gmock.gyp:gmock', |
| 1800 '../testing/gtest.gyp:gtest', | 1803 '../testing/gtest.gyp:gtest', |
| 1801 '../ui/ui.gyp:ui', | 1804 '../ui/ui.gyp:ui', |
| 1802 ], | 1805 ], |
| 1806 'defines': [ |
| 1807 'VERSION=<(version_full)', |
| 1808 ], |
| 1803 'include_dirs': [ | 1809 'include_dirs': [ |
| 1804 '../testing/gmock/include', | 1810 '../testing/gmock/include', |
| 1805 ], | 1811 ], |
| 1806 'sources': [ | 1812 'sources': [ |
| 1807 'base/auth_token_util_unittest.cc', | 1813 'base/auth_token_util_unittest.cc', |
| 1808 'base/auto_thread_task_runner_unittest.cc', | 1814 'base/auto_thread_task_runner_unittest.cc', |
| 1809 'base/breakpad_win_unittest.cc', | 1815 'base/breakpad_win_unittest.cc', |
| 1810 'base/compound_buffer_unittest.cc', | 1816 'base/compound_buffer_unittest.cc', |
| 1811 'base/compressor_zlib_unittest.cc', | 1817 'base/compressor_zlib_unittest.cc', |
| 1812 'base/decompressor_zlib_unittest.cc', | 1818 'base/decompressor_zlib_unittest.cc', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1916 '../base/allocator/allocator.gyp:allocator', | 1922 '../base/allocator/allocator.gyp:allocator', |
| 1917 ], | 1923 ], |
| 1918 }, | 1924 }, |
| 1919 ], | 1925 ], |
| 1920 ], | 1926 ], |
| 1921 }], | 1927 }], |
| 1922 ], # end of 'conditions' | 1928 ], # end of 'conditions' |
| 1923 }, # end of target 'remoting_unittests' | 1929 }, # end of target 'remoting_unittests' |
| 1924 ], # end of targets | 1930 ], # end of targets |
| 1925 } | 1931 } |
| OLD | NEW |