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

Side by Side Diff: media/media.gyp

Issue 3461019: FBTF: Move virtual methods to implementation files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Win+chromeos+mac fixes Created 10 years, 3 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
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.h', 76 'base/factory.h',
77 'base/filter_host.h', 77 'base/filter_host.h',
78 'base/filters.cc',
78 'base/filters.h', 79 'base/filters.h',
79 'base/media.h', 80 'base/media.h',
80 'base/media_format.cc', 81 'base/media_format.cc',
81 'base/media_format.h', 82 'base/media_format.h',
82 'base/media_posix.cc', 83 'base/media_posix.cc',
83 'base/media_switches.cc', 84 'base/media_switches.cc',
84 'base/media_switches.h', 85 'base/media_switches.h',
85 'base/media_win.cc', 86 'base/media_win.cc',
86 'base/pipeline.h', 87 'base/pipeline.h',
87 'base/pipeline_impl.cc', 88 'base/pipeline_impl.cc',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 ], 636 ],
636 }], 637 }],
637 ], 638 ],
638 } 639 }
639 640
640 # Local Variables: 641 # Local Variables:
641 # tab-width:2 642 # tab-width:2
642 # indent-tabs-mode:nil 643 # indent-tabs-mode:nil
643 # End: 644 # End:
644 # vim: set expandtab tabstop=2 shiftwidth=2: 645 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698