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

Side by Side Diff: ui/surface/surface.gyp

Issue 12090109: Tab Capture: Backing store readbacks to YV12 VideoFrames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for review. Created 7 years, 10 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 }], 52 }],
53 ], 53 ],
54 }, 54 },
55 'targets': [ 55 'targets': [
56 { 56 {
57 'target_name': 'surface', 57 'target_name': 'surface',
58 'type': '<(component)', 58 'type': '<(component)',
59 'dependencies': [ 59 'dependencies': [
60 '<(DEPTH)/base/base.gyp:base', 60 '<(DEPTH)/base/base.gyp:base',
61 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 61 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
62 '<(DEPTH)/media/media.gyp:media',
62 '<(DEPTH)/skia/skia.gyp:skia', 63 '<(DEPTH)/skia/skia.gyp:skia',
63 '<(DEPTH)/ui/gl/gl.gyp:gl', 64 '<(DEPTH)/ui/gl/gl.gyp:gl',
64 '<(DEPTH)/ui/ui.gyp:ui', 65 '<(DEPTH)/ui/ui.gyp:ui',
65 ], 66 ],
66 'sources': [ 67 'sources': [
67 'accelerated_surface_mac.cc', 68 'accelerated_surface_mac.cc',
68 'accelerated_surface_mac.h', 69 'accelerated_surface_mac.h',
69 'accelerated_surface_transformer_win.cc', 70 'accelerated_surface_transformer_win.cc',
70 'accelerated_surface_transformer_win.h', 71 'accelerated_surface_transformer_win.h',
71 'accelerated_surface_transformer_win.hlsl', 72 'accelerated_surface_transformer_win.hlsl',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'surface', 106 'surface',
106 ], 107 ],
107 'sources': [ 108 'sources': [
108 'accelerated_surface_transformer_win_unittest.cc', 109 'accelerated_surface_transformer_win_unittest.cc',
109 ], 110 ],
110 }, 111 },
111 ], 112 ],
112 }], 113 }],
113 ], 114 ],
114 } 115 }
OLDNEW
« ui/surface/accelerated_surface_win.cc ('K') | « ui/surface/accelerated_surface_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698