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

Side by Side Diff: media/media.gyp

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.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 | Annotate | Revision Log
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'base/media.h', 84 'base/media.h',
85 'base/media_format.cc', 85 'base/media_format.cc',
86 'base/media_format.h', 86 'base/media_format.h',
87 'base/media_posix.cc', 87 'base/media_posix.cc',
88 'base/media_switches.cc', 88 'base/media_switches.cc',
89 'base/media_switches.h', 89 'base/media_switches.h',
90 'base/media_win.cc', 90 'base/media_win.cc',
91 'base/pipeline.h', 91 'base/pipeline.h',
92 'base/pipeline_impl.cc', 92 'base/pipeline_impl.cc',
93 'base/pipeline_impl.h', 93 'base/pipeline_impl.h',
94 'base/pts_heap.cc',
94 'base/pts_heap.h', 95 'base/pts_heap.h',
95 'base/seekable_buffer.cc', 96 'base/seekable_buffer.cc',
96 'base/seekable_buffer.h', 97 'base/seekable_buffer.h',
97 'base/synchronizer.cc', 98 'base/synchronizer.cc',
98 'base/synchronizer.h', 99 'base/synchronizer.h',
99 'base/video_frame.cc', 100 'base/video_frame.cc',
100 'base/video_frame.h', 101 'base/video_frame.h',
101 'base/yuv_convert.cc', 102 'base/yuv_convert.cc',
102 'base/yuv_convert.h', 103 'base/yuv_convert.h',
103 'base/yuv_row_win.cc', 104 'base/yuv_row_win.cc',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 577 ],
577 }], 578 }],
578 ], 579 ],
579 } 580 }
580 581
581 # Local Variables: 582 # Local Variables:
582 # tab-width:2 583 # tab-width:2
583 # indent-tabs-mode:nil 584 # indent-tabs-mode:nil
584 # End: 585 # End:
585 # vim: set expandtab tabstop=2 shiftwidth=2: 586 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698