| 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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 'base/encoder_vp8.cc', | 1036 'base/encoder_vp8.cc', |
| 1037 'base/encoder_vp8.h', | 1037 'base/encoder_vp8.h', |
| 1038 'base/encoder_row_based.cc', | 1038 'base/encoder_row_based.cc', |
| 1039 'base/encoder_row_based.h', | 1039 'base/encoder_row_based.h', |
| 1040 'base/plugin_message_loop_proxy.cc', | 1040 'base/plugin_message_loop_proxy.cc', |
| 1041 'base/plugin_message_loop_proxy.h', | 1041 'base/plugin_message_loop_proxy.h', |
| 1042 'base/rate_counter.cc', | 1042 'base/rate_counter.cc', |
| 1043 'base/rate_counter.h', | 1043 'base/rate_counter.h', |
| 1044 'base/running_average.cc', | 1044 'base/running_average.cc', |
| 1045 'base/running_average.h', | 1045 'base/running_average.h', |
| 1046 'base/scoped_thread_proxy.cc', | |
| 1047 'base/scoped_thread_proxy.h', | |
| 1048 'base/util.cc', | 1046 'base/util.cc', |
| 1049 'base/util.h', | 1047 'base/util.h', |
| 1050 ], | 1048 ], |
| 1051 }, # end of target 'remoting_base' | 1049 }, # end of target 'remoting_base' |
| 1052 | 1050 |
| 1053 { | 1051 { |
| 1054 'target_name': 'remoting_host', | 1052 'target_name': 'remoting_host', |
| 1055 'type': 'static_library', | 1053 'type': 'static_library', |
| 1056 'variables': { 'enable_wexit_time_destructors': 1, }, | 1054 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1057 'dependencies': [ | 1055 'dependencies': [ |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 '../base/allocator/allocator.gyp:allocator', | 1706 '../base/allocator/allocator.gyp:allocator', |
| 1709 ], | 1707 ], |
| 1710 }, | 1708 }, |
| 1711 ], | 1709 ], |
| 1712 ], | 1710 ], |
| 1713 }], | 1711 }], |
| 1714 ], # end of 'conditions' | 1712 ], # end of 'conditions' |
| 1715 }, # end of target 'remoting_unittests' | 1713 }, # end of target 'remoting_unittests' |
| 1716 ], # end of targets | 1714 ], # end of targets |
| 1717 } | 1715 } |
| OLD | NEW |