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

Side by Side Diff: cc/cc.gyp

Issue 11754003: Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'tiling_data.cc', 273 'tiling_data.cc',
274 'tiling_data.h', 274 'tiling_data.h',
275 'time_source.h', 275 'time_source.h',
276 'timing_function.cc', 276 'timing_function.cc',
277 'timing_function.h', 277 'timing_function.h',
278 'transferable_resource.cc', 278 'transferable_resource.cc',
279 'transferable_resource.h', 279 'transferable_resource.h',
280 'tree_synchronizer.cc', 280 'tree_synchronizer.cc',
281 'tree_synchronizer.h', 281 'tree_synchronizer.h',
282 'util.h', 282 'util.h',
283 'video_frame_provider.h',
283 'video_layer.cc', 284 'video_layer.cc',
284 'video_layer.h', 285 'video_layer.h',
285 'video_layer_impl.cc', 286 'video_layer_impl.cc',
286 'video_layer_impl.h', 287 'video_layer_impl.h',
287 'yuv_video_draw_quad.cc', 288 'yuv_video_draw_quad.cc',
288 'yuv_video_draw_quad.h', 289 'yuv_video_draw_quad.h',
289 ], 290 ],
290 'conditions': [ 291 'conditions': [
291 ['inside_chromium_build==1', { 292 ['inside_chromium_build==1', {
292 'webkit_src_dir': '<(DEPTH)/third_party/WebKit', 293 'webkit_src_dir': '<(DEPTH)/third_party/WebKit',
(...skipping 30 matching lines...) Expand all
323 ], 324 ],
324 'all_dependent_settings': { 325 'all_dependent_settings': {
325 'include_dirs': [ 326 'include_dirs': [
326 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 327 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
327 '<(webkit_src_dir)/Source/Platform/chromium' 328 '<(webkit_src_dir)/Source/Platform/chromium'
328 ] 329 ]
329 } 330 }
330 }, 331 },
331 ], 332 ],
332 } 333 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698