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

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

Issue 1029763002: Introduce CancelUponDeferral() to buffered media loaders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 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/buffered_resource_loader_unittest.cc ('k') | media/blink/run_all_unittests.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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //media/blink 8 # GN version: //media/blink
9 'target_name': 'media_blink', 9 'target_name': 'media_blink',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'target_name': 'media_blink_unittests', 88 'target_name': 'media_blink_unittests',
89 'type': '<(gtest_target_type)', 89 'type': '<(gtest_target_type)',
90 'dependencies': [ 90 'dependencies': [
91 'media_blink', 91 'media_blink',
92 '../media.gyp:media', 92 '../media.gyp:media',
93 '../media.gyp:media_test_support', 93 '../media.gyp:media_test_support',
94 '../../base/base.gyp:base', 94 '../../base/base.gyp:base',
95 '../../base/base.gyp:test_support_base', 95 '../../base/base.gyp:test_support_base',
96 '../../cc/cc.gyp:cc', 96 '../../cc/cc.gyp:cc',
97 '../../cc/blink/cc_blink.gyp:cc_blink', 97 '../../cc/blink/cc_blink.gyp:cc_blink',
98 '../../gin/gin.gyp:gin',
98 '../../net/net.gyp:net', 99 '../../net/net.gyp:net',
99 '../../testing/gmock.gyp:gmock', 100 '../../testing/gmock.gyp:gmock',
100 '../../testing/gtest.gyp:gtest', 101 '../../testing/gtest.gyp:gtest',
101 '../../third_party/WebKit/public/blink.gyp:blink', 102 '../../third_party/WebKit/public/blink.gyp:blink',
102 '../../ui/gfx/gfx.gyp:gfx', 103 '../../ui/gfx/gfx.gyp:gfx',
103 '../../ui/gfx/gfx.gyp:gfx_geometry', 104 '../../ui/gfx/gfx.gyp:gfx_geometry',
104 '../../ui/gfx/gfx.gyp:gfx_test_support', 105 '../../ui/gfx/gfx.gyp:gfx_test_support',
105 '../../url/url.gyp:url_lib', 106 '../../url/url.gyp:url_lib',
106 ], 107 ],
107 'sources': [ 108 'sources': [
108 'buffered_data_source_host_impl_unittest.cc', 109 'buffered_data_source_host_impl_unittest.cc',
109 'buffered_data_source_unittest.cc', 110 'buffered_data_source_unittest.cc',
110 'buffered_resource_loader_unittest.cc', 111 'buffered_resource_loader_unittest.cc',
111 'cache_util_unittest.cc', 112 'cache_util_unittest.cc',
112 'mock_webframeclient.h', 113 'mock_webframeclient.h',
113 'mock_weburlloader.cc', 114 'mock_weburlloader.cc',
114 'mock_weburlloader.h', 115 'mock_weburlloader.h',
115 'run_all_unittests.cc', 116 'run_all_unittests.cc',
116 'test_response_generator.cc', 117 'test_response_generator.cc',
117 'test_response_generator.h', 118 'test_response_generator.h',
118 'video_frame_compositor_unittest.cc', 119 'video_frame_compositor_unittest.cc',
119 'webaudiosourceprovider_impl_unittest.cc', 120 'webaudiosourceprovider_impl_unittest.cc',
120 ], 121 ],
121 }, 122 },
122 ] 123 ]
123 } 124 }
OLDNEW
« no previous file with comments | « media/blink/buffered_resource_loader_unittest.cc ('k') | media/blink/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698