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

Side by Side Diff: cc/cc.gyp

Issue 1405883002: cc: Remove the base RasterSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge more Created 5 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/rasterize_and_record_benchmark_impl.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 (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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'playback/display_list_recording_source.h', 362 'playback/display_list_recording_source.h',
363 'playback/draw_image.h', 363 'playback/draw_image.h',
364 'playback/drawing_display_item.cc', 364 'playback/drawing_display_item.cc',
365 'playback/drawing_display_item.h', 365 'playback/drawing_display_item.h',
366 'playback/filter_display_item.cc', 366 'playback/filter_display_item.cc',
367 'playback/filter_display_item.h', 367 'playback/filter_display_item.h',
368 'playback/float_clip_display_item.cc', 368 'playback/float_clip_display_item.cc',
369 'playback/float_clip_display_item.h', 369 'playback/float_clip_display_item.h',
370 'playback/largest_display_item.cc', 370 'playback/largest_display_item.cc',
371 'playback/largest_display_item.h', 371 'playback/largest_display_item.h',
372 'playback/raster_source.h',
373 'playback/raster_source_helper.cc',
374 'playback/raster_source_helper.h',
375 'playback/transform_display_item.cc', 372 'playback/transform_display_item.cc',
376 'playback/transform_display_item.h', 373 'playback/transform_display_item.h',
377 'proto/gfx_conversions.cc', 374 'proto/gfx_conversions.cc',
378 'proto/gfx_conversions.h', 375 'proto/gfx_conversions.h',
379 'quads/content_draw_quad_base.cc', 376 'quads/content_draw_quad_base.cc',
380 'quads/content_draw_quad_base.h', 377 'quads/content_draw_quad_base.h',
381 'quads/debug_border_draw_quad.cc', 378 'quads/debug_border_draw_quad.cc',
382 'quads/debug_border_draw_quad.h', 379 'quads/debug_border_draw_quad.h',
383 'quads/draw_polygon.cc', 380 'quads/draw_polygon.cc',
384 'quads/draw_polygon.h', 381 'quads/draw_polygon.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'surfaces/surface_resource_holder.cc', 643 'surfaces/surface_resource_holder.cc',
647 'surfaces/surface_resource_holder.h', 644 'surfaces/surface_resource_holder.h',
648 'surfaces/surfaces_export.h', 645 'surfaces/surfaces_export.h',
649 ], 646 ],
650 'includes': [ 647 'includes': [
651 '../build/android/increase_size_for_speed.gypi', 648 '../build/android/increase_size_for_speed.gypi',
652 ], 649 ],
653 }, 650 },
654 ], 651 ],
655 } 652 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698