| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'dependencies': [ | 139 'dependencies': [ |
| 140 'chromoting_base', | 140 'chromoting_base', |
| 141 'chromoting_jingle_glue', | 141 'chromoting_jingle_glue', |
| 142 ], | 142 ], |
| 143 'sources': [ | 143 'sources': [ |
| 144 'host/capturer.cc', | 144 'host/capturer.cc', |
| 145 'host/capturer.h', | 145 'host/capturer.h', |
| 146 'host/chromoting_host.cc', | 146 'host/chromoting_host.cc', |
| 147 'host/chromoting_host.h', | 147 'host/chromoting_host.h', |
| 148 'host/chromoting_host_context.cc', | 148 'host/chromoting_host_context.cc', |
| 149 'host/chromoting_hsot_context.h', | 149 'host/chromoting_host_context.h', |
| 150 'host/client_connection.cc', | 150 'host/client_connection.cc', |
| 151 'host/client_connection.h', | 151 'host/client_connection.h', |
| 152 'host/differ.h', | 152 'host/differ.h', |
| 153 'host/differ.cc', | 153 'host/differ.cc', |
| 154 'host/differ_block.h', | 154 'host/differ_block.h', |
| 155 'host/differ_block.cc', | 155 'host/differ_block.cc', |
| 156 'host/encoder.h', | 156 'host/encoder.h', |
| 157 'host/encoder_verbatim.cc', | 157 'host/encoder_verbatim.cc', |
| 158 'host/encoder_verbatim.h', | 158 'host/encoder_verbatim.h', |
| 159 # TODO(hclam): Enable VP8 in the build. | 159 # TODO(hclam): Enable VP8 in the build. |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 ], # end of 'conditions' | 365 ], # end of 'conditions' |
| 366 }, # end of target 'chromoting_unittests' | 366 }, # end of target 'chromoting_unittests' |
| 367 ], # end of targets | 367 ], # end of targets |
| 368 } | 368 } |
| 369 | 369 |
| 370 # Local Variables: | 370 # Local Variables: |
| 371 # tab-width:2 | 371 # tab-width:2 |
| 372 # indent-tabs-mode:nil | 372 # indent-tabs-mode:nil |
| 373 # End: | 373 # End: |
| 374 # vim: set expandtab tabstop=2 shiftwidth=2: | 374 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |