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 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
9 }, | 9 }, |
10 'targets': [ | 10 'targets': [ |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'base/buffers.cc', | 66 'base/buffers.cc', |
67 'base/buffers.h', | 67 'base/buffers.h', |
68 'base/callback.h', | 68 'base/callback.h', |
69 'base/clock.h', | 69 'base/clock.h', |
70 'base/clock_impl.cc', | 70 'base/clock_impl.cc', |
71 'base/clock_impl.h', | 71 'base/clock_impl.h', |
72 'base/data_buffer.cc', | 72 'base/data_buffer.cc', |
73 'base/data_buffer.h', | 73 'base/data_buffer.h', |
74 'base/djb2.cc', | 74 'base/djb2.cc', |
75 'base/djb2.h', | 75 'base/djb2.h', |
| 76 'base/factory.cc', |
76 'base/factory.h', | 77 'base/factory.h', |
77 'base/filter_host.h', | 78 'base/filter_host.h', |
78 'base/filters.cc', | 79 'base/filters.cc', |
79 'base/filters.h', | 80 'base/filters.h', |
80 'base/media.h', | 81 'base/media.h', |
81 'base/media_format.cc', | 82 'base/media_format.cc', |
82 'base/media_format.h', | 83 'base/media_format.h', |
83 'base/media_posix.cc', | 84 'base/media_posix.cc', |
84 'base/media_switches.cc', | 85 'base/media_switches.cc', |
85 'base/media_switches.h', | 86 'base/media_switches.h', |
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 ], | 637 ], |
637 }], | 638 }], |
638 ], | 639 ], |
639 } | 640 } |
640 | 641 |
641 # Local Variables: | 642 # Local Variables: |
642 # tab-width:2 | 643 # tab-width:2 |
643 # indent-tabs-mode:nil | 644 # indent-tabs-mode:nil |
644 # End: | 645 # End: |
645 # vim: set expandtab tabstop=2 shiftwidth=2: | 646 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |