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

Side by Side Diff: media/media.gyp

Issue 1762753002: Move test_random.h into media/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing #include Created 4 years, 9 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/blink/test_random.h ('k') | 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) 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 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 'base/mock_demuxer_host.cc', 1603 'base/mock_demuxer_host.cc',
1604 'base/mock_demuxer_host.h', 1604 'base/mock_demuxer_host.h',
1605 'base/mock_filters.cc', 1605 'base/mock_filters.cc',
1606 'base/mock_filters.h', 1606 'base/mock_filters.h',
1607 'base/mock_media_log.cc', 1607 'base/mock_media_log.cc',
1608 'base/mock_media_log.h', 1608 'base/mock_media_log.h',
1609 'base/test_data_util.cc', 1609 'base/test_data_util.cc',
1610 'base/test_data_util.h', 1610 'base/test_data_util.h',
1611 'base/test_helpers.cc', 1611 'base/test_helpers.cc',
1612 'base/test_helpers.h', 1612 'base/test_helpers.h',
1613 'base/test_random.h',
1613 'renderers/mock_gpu_memory_buffer_video_frame_pool.cc', 1614 'renderers/mock_gpu_memory_buffer_video_frame_pool.cc',
1614 'renderers/mock_gpu_memory_buffer_video_frame_pool.h', 1615 'renderers/mock_gpu_memory_buffer_video_frame_pool.h',
1615 'renderers/mock_gpu_video_accelerator_factories.cc', 1616 'renderers/mock_gpu_video_accelerator_factories.cc',
1616 'renderers/mock_gpu_video_accelerator_factories.h', 1617 'renderers/mock_gpu_video_accelerator_factories.h',
1617 'video/mock_video_decode_accelerator.cc', 1618 'video/mock_video_decode_accelerator.cc',
1618 'video/mock_video_decode_accelerator.h', 1619 'video/mock_video_decode_accelerator.h',
1619 ], 1620 ],
1620 }, 1621 },
1621 { 1622 {
1622 # Minimal target for NaCl and other renderer side media clients which 1623 # Minimal target for NaCl and other renderer side media clients which
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 'dependencies': [ 2107 'dependencies': [
2107 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2108 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2108 ], 2109 ],
2109 }], 2110 }],
2110 ], 2111 ],
2111 }, 2112 },
2112 ], 2113 ],
2113 }], 2114 }],
2114 ], 2115 ],
2115 } 2116 }
OLDNEW
« no previous file with comments | « media/blink/test_random.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698