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

Side by Side Diff: media/media.gyp

Issue 56132: Removed player.cc from media project in media.gyp. (Closed)
Patch Set: Created 11 years, 8 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 | « no previous file | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'filters/file_data_source.cc', 79 'filters/file_data_source.cc',
80 'filters/file_data_source.cc', 80 'filters/file_data_source.cc',
81 'filters/file_data_source.h', 81 'filters/file_data_source.h',
82 'filters/file_data_source.h', 82 'filters/file_data_source.h',
83 'filters/null_audio_renderer.cc', 83 'filters/null_audio_renderer.cc',
84 'filters/null_audio_renderer.h', 84 'filters/null_audio_renderer.h',
85 'filters/test_video_decoder.h', 85 'filters/test_video_decoder.h',
86 'filters/test_video_renderer.h', 86 'filters/test_video_renderer.h',
87 'filters/video_renderer_base.cc', 87 'filters/video_renderer_base.cc',
88 'filters/video_renderer_base.h', 88 'filters/video_renderer_base.h',
89 'player/player.cc',
90 ], 89 ],
91 'include_dirs': [ 90 'include_dirs': [
92 '../third_party/ffmpeg/include', 91 '../third_party/ffmpeg/include',
93 ], 92 ],
94 'direct_dependent_settings': { 93 'direct_dependent_settings': {
95 'include_dirs': [ 94 'include_dirs': [
96 '..', 95 '..',
97 '../third_party/ffmpeg/include', 96 '../third_party/ffmpeg/include',
98 ], 97 ],
99 }, 98 },
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '../base/base.gyp:base', 186 '../base/base.gyp:base',
188 ], 187 ],
189 'sources': [ 188 'sources': [
190 'player/player.cc', 189 'player/player.cc',
191 ], 190 ],
192 }, 191 },
193 ], 192 ],
194 }], 193 }],
195 ], 194 ],
196 } 195 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698