Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: media/media.gyp

Issue 3452030: FBTF: Moves code to the headers. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/base/filters.cc ('k') | net/base/host_resolver.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « media/base/filters.cc ('k') | net/base/host_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698