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

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

Issue 1907783002: Delete //gpu/blink/ and WebGraphicsContext3DImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm-webgraphicscontext3dimpl: noflush Created 4 years, 8 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_cast_android.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 {
11 # GN version: //media/blink 11 # GN version: //media/blink
12 'target_name': 'media_blink', 12 'target_name': 'media_blink',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../cc/cc.gyp:cc', 16 '../../cc/cc.gyp:cc',
17 '../../cc/blink/cc_blink.gyp:cc_blink', 17 '../../cc/blink/cc_blink.gyp:cc_blink',
18 '../../gpu/blink/gpu_blink.gyp:gpu_blink',
19 '../../gpu/gpu.gyp:gpu', 18 '../../gpu/gpu.gyp:gpu',
20 '../../ui/gfx/gfx.gyp:gfx_geometry', 19 '../../ui/gfx/gfx.gyp:gfx_geometry',
21 '../../net/net.gyp:net', 20 '../../net/net.gyp:net',
22 '../../skia/skia.gyp:skia', 21 '../../skia/skia.gyp:skia',
23 '../../third_party/WebKit/public/blink.gyp:blink', 22 '../../third_party/WebKit/public/blink.gyp:blink',
24 '../media.gyp:media', 23 '../media.gyp:media',
25 '../media.gyp:shared_memory_support', 24 '../media.gyp:shared_memory_support',
26 '../../url/url.gyp:url_lib', 25 '../../url/url.gyp:url_lib',
27 ], 26 ],
28 'defines': [ 27 'defines': [
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/DEPS ('k') | media/blink/webmediaplayer_cast_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698