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

Side by Side Diff: cc/cc.gyp

Issue 11274017: Added support for YUV videos to the software compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cosmetics. Created 8 years, 2 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 'cc_source_files': [ 7 'cc_source_files': [
8 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_deque.h', 9 'scoped_ptr_deque.h',
10 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'thread_task.h', 159 'thread_task.h',
160 'tile_draw_quad.cc', 160 'tile_draw_quad.cc',
161 'tile_draw_quad.h', 161 'tile_draw_quad.h',
162 'tiled_layer_impl.cc', 162 'tiled_layer_impl.cc',
163 'tiled_layer_impl.h', 163 'tiled_layer_impl.h',
164 'time_source.h', 164 'time_source.h',
165 'timer.cc', 165 'timer.cc',
166 'timer.h', 166 'timer.h',
167 'timing_function.cc', 167 'timing_function.cc',
168 'timing_function.h', 168 'timing_function.h',
169 'video_frame_draw_quad.h',
170 'video_frame_draw_quad.cc',
169 'video_layer_impl.cc', 171 'video_layer_impl.cc',
170 'video_layer_impl.h', 172 'video_layer_impl.h',
171 'yuv_video_draw_quad.cc', 173 'yuv_video_draw_quad.cc',
172 'yuv_video_draw_quad.h', 174 'yuv_video_draw_quad.h',
173 'canvas_layer_updater.cc', 175 'canvas_layer_updater.cc',
174 'canvas_layer_updater.h', 176 'canvas_layer_updater.h',
175 'content_layer.cc', 177 'content_layer.cc',
176 'content_layer.h', 178 'content_layer.h',
177 'content_layer_client.h', 179 'content_layer_client.h',
178 'delegated_renderer_layer.cc', 180 'delegated_renderer_layer.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 { 231 {
230 'target_name': 'cc', 232 'target_name': 'cc',
231 'type': 'static_library', 233 'type': 'static_library',
232 'includes': [ 234 'includes': [
233 'cc.gypi', 235 'cc.gypi',
234 ], 236 ],
235 'dependencies': [ 237 'dependencies': [
236 '<(DEPTH)/base/base.gyp:base', 238 '<(DEPTH)/base/base.gyp:base',
237 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 239 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
238 '<(DEPTH)/skia/skia.gyp:skia', 240 '<(DEPTH)/skia/skia.gyp:skia',
241 '<(DEPTH)/media/media.gyp:media',
239 '<(DEPTH)/ui/gl/gl.gyp:gl', 242 '<(DEPTH)/ui/gl/gl.gyp:gl',
240 '<(DEPTH)/ui/ui.gyp:ui', 243 '<(DEPTH)/ui/ui.gyp:ui',
241 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf', 244 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf',
242 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo rm_geometry', 245 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo rm_geometry',
243 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support' , 246 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support' ,
244 ], 247 ],
245 'defines': [ 248 'defines': [
246 # http://crbug.com/154052 249 # http://crbug.com/154052
247 'WEBKIT_GLUE_IMPLEMENTATION=1', 250 'WEBKIT_GLUE_IMPLEMENTATION=1',
248 ], 251 ],
(...skipping 27 matching lines...) Expand all
276 'stubs/int_rect.h', 279 'stubs/int_rect.h',
277 'stubs/int_size.h', 280 'stubs/int_size.h',
278 'stubs/not_implemented.h', 281 'stubs/not_implemented.h',
279 'stubs/skia_utils.h', 282 'stubs/skia_utils.h',
280 'stubs/tiling_data.h', 283 'stubs/tiling_data.h',
281 'stubs/unit_bezier.h', 284 'stubs/unit_bezier.h',
282 ], 285 ],
283 }, 286 },
284 ], 287 ],
285 } 288 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/cc_tests.gyp » ('j') | cc/video_frame_draw_quad.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698