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

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

Issue 818853004: Revert of media: Optimize HW Video to 2D Canvas copy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/DEPS ('k') | media/blink/webmediaplayer_impl.h » ('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)',
11 'dependencies': [ 11 'dependencies': [
12 '../../base/base.gyp:base', 12 '../../base/base.gyp:base',
13 '../../cc/cc.gyp:cc', 13 '../../cc/cc.gyp:cc',
14 '../../cc/blink/cc_blink.gyp:cc_blink', 14 '../../cc/blink/cc_blink.gyp:cc_blink',
15 '../../gpu/blink/gpu_blink.gyp:gpu_blink',
16 '../../ui/gfx/gfx.gyp:gfx_geometry', 15 '../../ui/gfx/gfx.gyp:gfx_geometry',
17 '../../net/net.gyp:net', 16 '../../net/net.gyp:net',
18 '../../third_party/WebKit/public/blink.gyp:blink', 17 '../../third_party/WebKit/public/blink.gyp:blink',
19 '../media.gyp:media', 18 '../media.gyp:media',
20 '../media.gyp:shared_memory_support', 19 '../media.gyp:shared_memory_support',
21 '../../url/url.gyp:url_lib', 20 '../../url/url.gyp:url_lib',
22 ], 21 ],
23 'defines': [ 22 'defines': [
24 'MEDIA_IMPLEMENTATION', 23 'MEDIA_IMPLEMENTATION',
25 ], 24 ],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'mock_weburlloader.h', 112 'mock_weburlloader.h',
114 'run_all_unittests.cc', 113 'run_all_unittests.cc',
115 'test_response_generator.cc', 114 'test_response_generator.cc',
116 'test_response_generator.h', 115 'test_response_generator.h',
117 'video_frame_compositor_unittest.cc', 116 'video_frame_compositor_unittest.cc',
118 'webaudiosourceprovider_impl_unittest.cc', 117 'webaudiosourceprovider_impl_unittest.cc',
119 ], 118 ],
120 }, 119 },
121 ] 120 ]
122 } 121 }
OLDNEW
« no previous file with comments | « media/blink/DEPS ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698