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

Side by Side Diff: media/media.gyp

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail 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
« no previous file with comments | « media/base/callback.cc ('k') | net/disk_cache/disk_format.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'audio/simple_sources.cc', 60 'audio/simple_sources.cc',
61 'audio/simple_sources.h', 61 'audio/simple_sources.h',
62 'audio/win/audio_manager_win.h', 62 'audio/win/audio_manager_win.h',
63 'audio/win/audio_manager_win.cc', 63 'audio/win/audio_manager_win.cc',
64 'audio/win/wavein_input_win.cc', 64 'audio/win/wavein_input_win.cc',
65 'audio/win/wavein_input_win.h', 65 'audio/win/wavein_input_win.h',
66 'audio/win/waveout_output_win.cc', 66 'audio/win/waveout_output_win.cc',
67 'audio/win/waveout_output_win.h', 67 'audio/win/waveout_output_win.h',
68 'base/buffers.cc', 68 'base/buffers.cc',
69 'base/buffers.h', 69 'base/buffers.h',
70 'base/callback.cc',
70 'base/callback.h', 71 'base/callback.h',
71 'base/clock.h', 72 'base/clock.h',
72 'base/clock_impl.cc', 73 'base/clock_impl.cc',
73 'base/clock_impl.h', 74 'base/clock_impl.h',
74 'base/data_buffer.cc', 75 'base/data_buffer.cc',
75 'base/data_buffer.h', 76 'base/data_buffer.h',
76 'base/djb2.cc', 77 'base/djb2.cc',
77 'base/djb2.h', 78 'base/djb2.h',
78 'base/factory.cc', 79 'base/factory.cc',
79 'base/factory.h', 80 'base/factory.h',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 ], 576 ],
576 }], 577 }],
577 ], 578 ],
578 } 579 }
579 580
580 # Local Variables: 581 # Local Variables:
581 # tab-width:2 582 # tab-width:2
582 # indent-tabs-mode:nil 583 # indent-tabs-mode:nil
583 # End: 584 # End:
584 # vim: set expandtab tabstop=2 shiftwidth=2: 585 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « media/base/callback.cc ('k') | net/disk_cache/disk_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698