| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'base/decompressor.h', | 321 'base/decompressor.h', |
| 322 'base/decompressor_verbatim.cc', | 322 'base/decompressor_verbatim.cc', |
| 323 'base/decompressor_verbatim.h', | 323 'base/decompressor_verbatim.h', |
| 324 'base/decompressor_zlib.cc', | 324 'base/decompressor_zlib.cc', |
| 325 'base/decompressor_zlib.h', | 325 'base/decompressor_zlib.h', |
| 326 'base/encoder.h', | 326 'base/encoder.h', |
| 327 'base/encoder_vp8.cc', | 327 'base/encoder_vp8.cc', |
| 328 'base/encoder_vp8.h', | 328 'base/encoder_vp8.h', |
| 329 'base/encoder_row_based.cc', | 329 'base/encoder_row_based.cc', |
| 330 'base/encoder_row_based.h', | 330 'base/encoder_row_based.h', |
| 331 'base/plugin_message_loop_proxy.cc', |
| 332 'base/plugin_message_loop_proxy.h', |
| 331 'base/rate_counter.cc', | 333 'base/rate_counter.cc', |
| 332 'base/rate_counter.h', | 334 'base/rate_counter.h', |
| 333 'base/running_average.cc', | 335 'base/running_average.cc', |
| 334 'base/running_average.h', | 336 'base/running_average.h', |
| 335 'base/task_thread_proxy.cc', | 337 'base/task_thread_proxy.cc', |
| 336 'base/task_thread_proxy.h', | 338 'base/task_thread_proxy.h', |
| 337 'base/tracer.cc', | 339 'base/tracer.cc', |
| 338 'base/tracer.h', | 340 'base/tracer.h', |
| 339 'base/util.cc', | 341 'base/util.cc', |
| 340 'base/util.h', | 342 'base/util.h', |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 '../base/allocator/allocator.gyp:allocator', | 804 '../base/allocator/allocator.gyp:allocator', |
| 803 ], | 805 ], |
| 804 }, | 806 }, |
| 805 ], | 807 ], |
| 806 ], | 808 ], |
| 807 }], | 809 }], |
| 808 ], # end of 'conditions' | 810 ], # end of 'conditions' |
| 809 }, # end of target 'remoting_unittests' | 811 }, # end of target 'remoting_unittests' |
| 810 ], # end of targets | 812 ], # end of targets |
| 811 } | 813 } |
| OLD | NEW |