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

Side by Side Diff: remoting/remoting.gyp

Issue 3555004: Resubmit - Roll DEPS to include changes to FFmpeg build system (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: resubmit 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
« no previous file with comments | « DEPS ('k') | tools/generate_stubs/generate_stubs.py » ('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 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 ], 447 ],
448 'sources': [ 448 'sources': [
449 'host/capturer_linux_unittest.cc', 449 'host/capturer_linux_unittest.cc',
450 ], 450 ],
451 }], 451 }],
452 ['OS=="mac"', { 452 ['OS=="mac"', {
453 'sources': [ 453 'sources': [
454 'host/capturer_mac_unittest.cc', 454 'host/capturer_mac_unittest.cc',
455 ], 455 ],
456 }], 456 }],
457 ['target_arch=="arm"', {
458 'sources!': [
459 'base/decoder_vp8_unittest.cc',
460 'base/encoder_vp8_unittest.cc',
461 ],
462 }],
457 ], # end of 'conditions' 463 ], # end of 'conditions'
458 }, # end of target 'chromoting_unittests' 464 }, # end of target 'chromoting_unittests'
459 ], # end of targets 465 ], # end of targets
460 } 466 }
461 467
462 # Local Variables: 468 # Local Variables:
463 # tab-width:2 469 # tab-width:2
464 # indent-tabs-mode:nil 470 # indent-tabs-mode:nil
465 # End: 471 # End:
466 # vim: set expandtab tabstop=2 shiftwidth=2: 472 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | tools/generate_stubs/generate_stubs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698