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

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: Rebase. Created 8 years, 1 month 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
« no previous file with comments | « cc/DEPS ('k') | cc/cc_tests.gyp » ('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 (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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 { 229 {
230 'target_name': 'cc', 230 'target_name': 'cc',
231 'type': 'static_library', 231 'type': 'static_library',
232 'includes': [ 232 'includes': [
233 'cc.gypi', 233 'cc.gypi',
234 ], 234 ],
235 'dependencies': [ 235 'dependencies': [
236 '<(DEPTH)/base/base.gyp:base', 236 '<(DEPTH)/base/base.gyp:base',
237 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 237 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
238 '<(DEPTH)/skia/skia.gyp:skia', 238 '<(DEPTH)/skia/skia.gyp:skia',
239 '<(DEPTH)/media/media.gyp:media',
239 '<(DEPTH)/ui/gl/gl.gyp:gl', 240 '<(DEPTH)/ui/gl/gl.gyp:gl',
240 '<(DEPTH)/ui/ui.gyp:ui', 241 '<(DEPTH)/ui/ui.gyp:ui',
241 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf', 242 '<(webkit_src_dir)/Source/WTF/WTF.gyp/WTF.gyp:wtf',
242 '<(webkit_src_dir)/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_platfo rm_geometry', 243 '<(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' , 244 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit_wtf_support' ,
244 ], 245 ],
245 'defines': [ 246 'defines': [
246 # http://crbug.com/154052 247 # http://crbug.com/154052
247 'WEBKIT_GLUE_IMPLEMENTATION=1', 248 'WEBKIT_GLUE_IMPLEMENTATION=1',
248 ], 249 ],
(...skipping 27 matching lines...) Expand all
276 'stubs/int_rect.h', 277 'stubs/int_rect.h',
277 'stubs/int_size.h', 278 'stubs/int_size.h',
278 'stubs/not_implemented.h', 279 'stubs/not_implemented.h',
279 'stubs/skia_utils.h', 280 'stubs/skia_utils.h',
280 'stubs/tiling_data.h', 281 'stubs/tiling_data.h',
281 'stubs/unit_bezier.h', 282 'stubs/unit_bezier.h',
282 ], 283 ],
283 }, 284 },
284 ], 285 ],
285 } 286 }
OLDNEW
« no previous file with comments | « cc/DEPS ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698