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

Side by Side Diff: media/media.gyp

Issue 1978973002: Moves video frame callbacks from VideoFrameCompositor to Renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addresses comments Created 4 years, 7 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 | « media/filters/pipeline_controller_unittest.cc ('k') | media/mojo/interfaces/renderer.mojom » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 'target_name': 'media_test_support', 1541 'target_name': 'media_test_support',
1542 'type': 'static_library', 1542 'type': 'static_library',
1543 'dependencies': [ 1543 'dependencies': [
1544 'media', 1544 'media',
1545 'media_features', 1545 'media_features',
1546 'shared_memory_support', 1546 'shared_memory_support',
1547 '../base/base.gyp:base', 1547 '../base/base.gyp:base',
1548 '../skia/skia.gyp:skia', 1548 '../skia/skia.gyp:skia',
1549 '../testing/gmock.gyp:gmock', 1549 '../testing/gmock.gyp:gmock',
1550 '../testing/gtest.gyp:gtest', 1550 '../testing/gtest.gyp:gtest',
1551 '../ui/gfx/gfx.gyp:gfx_test_support',
1551 ], 1552 ],
1552 'sources': [ 1553 'sources': [
1553 'audio/audio_unittest_util.cc', 1554 'audio/audio_unittest_util.cc',
1554 'audio/audio_unittest_util.h', 1555 'audio/audio_unittest_util.h',
1555 'audio/mock_audio_manager.cc', 1556 'audio/mock_audio_manager.cc',
1556 'audio/mock_audio_manager.h', 1557 'audio/mock_audio_manager.h',
1557 'audio/mock_audio_source_callback.cc', 1558 'audio/mock_audio_source_callback.cc',
1558 'audio/mock_audio_source_callback.h', 1559 'audio/mock_audio_source_callback.h',
1559 'audio/test_audio_input_controller_factory.cc', 1560 'audio/test_audio_input_controller_factory.cc',
1560 'audio/test_audio_input_controller_factory.h', 1561 'audio/test_audio_input_controller_factory.h',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
2284 'dependencies': [ 2285 'dependencies': [
2285 '../build/linux/system.gyp:libdrm', 2286 '../build/linux/system.gyp:libdrm',
2286 ] 2287 ]
2287 }], 2288 }],
2288 ], 2289 ],
2289 } 2290 }
2290 ] 2291 ]
2291 }], 2292 }],
2292 ], 2293 ],
2293 } 2294 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_controller_unittest.cc ('k') | media/mojo/interfaces/renderer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698