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

Side by Side Diff: media/blink/media_blink.gyp

Issue 1427433012: Simple LRU class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '../../ui/gfx/gfx.gyp:gfx_geometry', 111 '../../ui/gfx/gfx.gyp:gfx_geometry',
112 '../../ui/gfx/gfx.gyp:gfx_test_support', 112 '../../ui/gfx/gfx.gyp:gfx_test_support',
113 '../../url/url.gyp:url_lib', 113 '../../url/url.gyp:url_lib',
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 'buffered_data_source_host_impl_unittest.cc', 116 'buffered_data_source_host_impl_unittest.cc',
117 'buffered_data_source_unittest.cc', 117 'buffered_data_source_unittest.cc',
118 'buffered_resource_loader_unittest.cc', 118 'buffered_resource_loader_unittest.cc',
119 'cache_util_unittest.cc', 119 'cache_util_unittest.cc',
120 'key_system_config_selector_unittest.cc', 120 'key_system_config_selector_unittest.cc',
121 'lru_unittest.cc',
121 'mock_webframeclient.h', 122 'mock_webframeclient.h',
122 'mock_weburlloader.cc', 123 'mock_weburlloader.cc',
123 'mock_weburlloader.h', 124 'mock_weburlloader.h',
124 'run_all_unittests.cc', 125 'run_all_unittests.cc',
126 'test_random.h',
125 'test_response_generator.cc', 127 'test_response_generator.cc',
126 'test_response_generator.h', 128 'test_response_generator.h',
127 'video_frame_compositor_unittest.cc', 129 'video_frame_compositor_unittest.cc',
128 'webaudiosourceprovider_impl_unittest.cc', 130 'webaudiosourceprovider_impl_unittest.cc',
129 ], 131 ],
130 }, 132 },
131 ], 133 ],
132 'conditions': [ 134 'conditions': [
133 ['test_isolation_mode != "noop"', { 135 ['test_isolation_mode != "noop"', {
134 'targets': [ 136 'targets': [
(...skipping 16 matching lines...) Expand all
151 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 153 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
152 ], 154 ],
153 } 155 }
154 ], 156 ],
155 ], 157 ],
156 }, 158 },
157 ], 159 ],
158 }], 160 }],
159 ], 161 ],
160 } 162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698