| 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 a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 'base/decompressor.h', | 319 'base/decompressor.h', |
| 320 'base/decompressor_verbatim.cc', | 320 'base/decompressor_verbatim.cc', |
| 321 'base/decompressor_verbatim.h', | 321 'base/decompressor_verbatim.h', |
| 322 'base/decompressor_zlib.cc', | 322 'base/decompressor_zlib.cc', |
| 323 'base/decompressor_zlib.h', | 323 'base/decompressor_zlib.h', |
| 324 'base/encoder.h', | 324 'base/encoder.h', |
| 325 'base/encoder_vp8.cc', | 325 'base/encoder_vp8.cc', |
| 326 'base/encoder_vp8.h', | 326 'base/encoder_vp8.h', |
| 327 'base/encoder_row_based.cc', | 327 'base/encoder_row_based.cc', |
| 328 'base/encoder_row_based.h', | 328 'base/encoder_row_based.h', |
| 329 'base/plugin_message_loop_proxy.cc', |
| 330 'base/plugin_message_loop_proxy.h', |
| 329 'base/rate_counter.cc', | 331 'base/rate_counter.cc', |
| 330 'base/rate_counter.h', | 332 'base/rate_counter.h', |
| 331 'base/running_average.cc', | 333 'base/running_average.cc', |
| 332 'base/running_average.h', | 334 'base/running_average.h', |
| 333 'base/task_thread_proxy.cc', | 335 'base/task_thread_proxy.cc', |
| 334 'base/task_thread_proxy.h', | 336 'base/task_thread_proxy.h', |
| 335 'base/tracer.cc', | 337 'base/tracer.cc', |
| 336 'base/tracer.h', | 338 'base/tracer.h', |
| 337 'base/types.h', | 339 'base/types.h', |
| 338 'base/util.cc', | 340 'base/util.cc', |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 ['target_arch=="arm"', { | 825 ['target_arch=="arm"', { |
| 824 'sources!': [ | 826 'sources!': [ |
| 825 'base/decoder_vp8_unittest.cc', | 827 'base/decoder_vp8_unittest.cc', |
| 826 'base/encoder_vp8_unittest.cc', | 828 'base/encoder_vp8_unittest.cc', |
| 827 ], | 829 ], |
| 828 }], | 830 }], |
| 829 ], # end of 'conditions' | 831 ], # end of 'conditions' |
| 830 }, # end of target 'remoting_unittests' | 832 }, # end of target 'remoting_unittests' |
| 831 ], # end of targets | 833 ], # end of targets |
| 832 } | 834 } |
| OLD | NEW |