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 'remoting_audio': 0, | 10 'remoting_audio': 0, |
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1084 'base/decompressor.h', | 1084 'base/decompressor.h', |
1085 'base/decompressor_verbatim.cc', | 1085 'base/decompressor_verbatim.cc', |
1086 'base/decompressor_verbatim.h', | 1086 'base/decompressor_verbatim.h', |
1087 'base/decompressor_zlib.cc', | 1087 'base/decompressor_zlib.cc', |
1088 'base/decompressor_zlib.h', | 1088 'base/decompressor_zlib.h', |
1089 'base/encoder.h', | 1089 'base/encoder.h', |
1090 'base/encoder_vp8.cc', | 1090 'base/encoder_vp8.cc', |
1091 'base/encoder_vp8.h', | 1091 'base/encoder_vp8.h', |
1092 'base/encoder_row_based.cc', | 1092 'base/encoder_row_based.cc', |
1093 'base/encoder_row_based.h', | 1093 'base/encoder_row_based.h', |
1094 'base/plugin_message_loop_proxy.cc', | 1094 'base/plugin_thread_task_runner.cc', |
1095 'base/plugin_message_loop_proxy.h', | 1095 'base/plugin_thread_task_runner.h', |
1096 'base/rate_counter.cc', | 1096 'base/rate_counter.cc', |
1097 'base/rate_counter.h', | 1097 'base/rate_counter.h', |
1098 'base/running_average.cc', | 1098 'base/running_average.cc', |
1099 'base/running_average.h', | 1099 'base/running_average.h', |
1100 'base/util.cc', | 1100 'base/util.cc', |
1101 'base/util.h', | 1101 'base/util.h', |
1102 ], | 1102 ], |
1103 }, # end of target 'remoting_base' | 1103 }, # end of target 'remoting_base' |
1104 | 1104 |
1105 { | 1105 { |
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1790 '../base/allocator/allocator.gyp:allocator', | 1790 '../base/allocator/allocator.gyp:allocator', |
1791 ], | 1791 ], |
1792 }, | 1792 }, |
1793 ], | 1793 ], |
1794 ], | 1794 ], |
1795 }], | 1795 }], |
1796 ], # end of 'conditions' | 1796 ], # end of 'conditions' |
1797 }, # end of target 'remoting_unittests' | 1797 }, # end of target 'remoting_unittests' |
1798 ], # end of targets | 1798 ], # end of targets |
1799 } | 1799 } |
OLD | NEW |