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

Side by Side Diff: media/media.gyp

Issue 289009: qt_faststart for x64 as well. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « 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 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 { 224 {
225 'target_name': 'wav_ola_test', 225 'target_name': 'wav_ola_test',
226 'type': 'executable', 226 'type': 'executable',
227 'dependencies': [ 227 'dependencies': [
228 'media', 228 'media',
229 ], 229 ],
230 'sources': [ 230 'sources': [
231 'tools/wav_ola_test.cc' 231 'tools/wav_ola_test.cc'
232 ], 232 ],
233 }, 233 },
234 {
235 'target_name': 'qt_faststart',
236 'type': 'executable',
237 'sources': [
238 'tools/qt_faststart.c'
239 ],
240 },
234 ], 241 ],
235 'conditions': [ 242 'conditions': [
236 ['target_arch!="x64"', {
237 'targets': [
238 {
239 'target_name': 'qt_faststart',
240 'type': 'executable',
241 'sources': [
242 'tools/qt_faststart.c'
243 ],
244 },
245 ],
246 }],
247 ['OS=="win"', { 243 ['OS=="win"', {
248 'targets': [ 244 'targets': [
249 { 245 {
250 'target_name': 'media_player', 246 'target_name': 'media_player',
251 'type': 'executable', 247 'type': 'executable',
252 'dependencies': [ 248 'dependencies': [
253 'media', 249 'media',
254 '../base/base.gyp:base', 250 '../base/base.gyp:base',
255 ], 251 ],
256 'include_dirs': [ 252 'include_dirs': [
(...skipping 25 matching lines...) Expand all
282 ], 278 ],
283 }], 279 }],
284 ], 280 ],
285 } 281 }
286 282
287 # Local Variables: 283 # Local Variables:
288 # tab-width:2 284 # tab-width:2
289 # indent-tabs-mode:nil 285 # indent-tabs-mode:nil
290 # End: 286 # End:
291 # vim: set expandtab tabstop=2 shiftwidth=2: 287 # vim: set expandtab tabstop=2 shiftwidth=2:
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