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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 'base/decompressor.h', | 330 'base/decompressor.h', |
331 'base/decompressor_verbatim.cc', | 331 'base/decompressor_verbatim.cc', |
332 'base/decompressor_verbatim.h', | 332 'base/decompressor_verbatim.h', |
333 'base/decompressor_zlib.cc', | 333 'base/decompressor_zlib.cc', |
334 'base/decompressor_zlib.h', | 334 'base/decompressor_zlib.h', |
335 'base/encoder.h', | 335 'base/encoder.h', |
336 'base/encoder_vp8.cc', | 336 'base/encoder_vp8.cc', |
337 'base/encoder_vp8.h', | 337 'base/encoder_vp8.h', |
338 'base/encoder_row_based.cc', | 338 'base/encoder_row_based.cc', |
339 'base/encoder_row_based.h', | 339 'base/encoder_row_based.h', |
340 'base/plugin_message_loop_proxy.cc', | |
341 'base/plugin_message_loop_proxy.h', | |
342 'base/rate_counter.cc', | 340 'base/rate_counter.cc', |
343 'base/rate_counter.h', | 341 'base/rate_counter.h', |
344 'base/running_average.cc', | 342 'base/running_average.cc', |
345 'base/running_average.h', | 343 'base/running_average.h', |
346 'base/task_thread_proxy.cc', | 344 'base/task_thread_proxy.cc', |
347 'base/task_thread_proxy.h', | 345 'base/task_thread_proxy.h', |
348 'base/tracer.cc', | 346 'base/tracer.cc', |
349 'base/tracer.h', | 347 'base/tracer.h', |
350 'base/util.cc', | 348 'base/util.cc', |
351 'base/util.h', | 349 'base/util.h', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 '../base/allocator/allocator.gyp:allocator', | 813 '../base/allocator/allocator.gyp:allocator', |
816 ], | 814 ], |
817 }, | 815 }, |
818 ], | 816 ], |
819 ], | 817 ], |
820 }], | 818 }], |
821 ], # end of 'conditions' | 819 ], # end of 'conditions' |
822 }, # end of target 'remoting_unittests' | 820 }, # end of target 'remoting_unittests' |
823 ], # end of targets | 821 ], # end of targets |
824 } | 822 } |
OLD | NEW |