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

Side by Side Diff: media/blink/media_blink.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/lru_unittest.cc ('k') | media/blink/multibuffer_unittest.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 '../media_variables.gypi' 7 '../media_variables.gypi'
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'interval_map_unittest.cc', 136 'interval_map_unittest.cc',
137 'key_system_config_selector_unittest.cc', 137 'key_system_config_selector_unittest.cc',
138 'lru_unittest.cc', 138 'lru_unittest.cc',
139 'mock_webframeclient.h', 139 'mock_webframeclient.h',
140 'mock_weburlloader.cc', 140 'mock_weburlloader.cc',
141 'mock_weburlloader.h', 141 'mock_weburlloader.h',
142 'multibuffer_data_source_unittest.cc', 142 'multibuffer_data_source_unittest.cc',
143 'multibuffer_unittest.cc', 143 'multibuffer_unittest.cc',
144 'resource_multibuffer_data_provider_unittest.cc', 144 'resource_multibuffer_data_provider_unittest.cc',
145 'run_all_unittests.cc', 145 'run_all_unittests.cc',
146 'test_random.h',
147 'test_response_generator.cc', 146 'test_response_generator.cc',
148 'test_response_generator.h', 147 'test_response_generator.h',
149 'url_index_unittest.cc', 148 'url_index_unittest.cc',
150 'video_frame_compositor_unittest.cc', 149 'video_frame_compositor_unittest.cc',
151 'webaudiosourceprovider_impl_unittest.cc', 150 'webaudiosourceprovider_impl_unittest.cc',
152 ], 151 ],
153 }, 152 },
154 ], 153 ],
155 'conditions': [ 154 'conditions': [
156 ['test_isolation_mode != "noop"', { 155 ['test_isolation_mode != "noop"', {
(...skipping 17 matching lines...) Expand all
174 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 173 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
175 ], 174 ],
176 } 175 }
177 ], 176 ],
178 ], 177 ],
179 }, 178 },
180 ], 179 ],
181 }], 180 }],
182 ], 181 ],
183 } 182 }
OLDNEW
« no previous file with comments | « media/blink/lru_unittest.cc ('k') | media/blink/multibuffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698