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

Side by Side Diff: cc/cc.gyp

Issue 1362663002: cc: Remove PicturePile and PicturePileImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and update Created 5 years, 3 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/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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'playback/drawing_display_item.cc', 361 'playback/drawing_display_item.cc',
362 'playback/drawing_display_item.h', 362 'playback/drawing_display_item.h',
363 'playback/filter_display_item.cc', 363 'playback/filter_display_item.cc',
364 'playback/filter_display_item.h', 364 'playback/filter_display_item.h',
365 'playback/float_clip_display_item.cc', 365 'playback/float_clip_display_item.cc',
366 'playback/float_clip_display_item.h', 366 'playback/float_clip_display_item.h',
367 'playback/largest_display_item.cc', 367 'playback/largest_display_item.cc',
368 'playback/largest_display_item.h', 368 'playback/largest_display_item.h',
369 'playback/picture.cc', 369 'playback/picture.cc',
370 'playback/picture.h', 370 'playback/picture.h',
371 'playback/picture_pile.cc',
372 'playback/picture_pile.h',
373 'playback/picture_pile_impl.cc',
374 'playback/picture_pile_impl.h',
375 'playback/raster_source.h', 371 'playback/raster_source.h',
376 'playback/raster_source_helper.cc', 372 'playback/raster_source_helper.cc',
377 'playback/raster_source_helper.h', 373 'playback/raster_source_helper.h',
378 'playback/recording_source.h', 374 'playback/recording_source.h',
379 'playback/transform_display_item.cc', 375 'playback/transform_display_item.cc',
380 'playback/transform_display_item.h', 376 'playback/transform_display_item.h',
381 'quads/content_draw_quad_base.cc', 377 'quads/content_draw_quad_base.cc',
382 'quads/content_draw_quad_base.h', 378 'quads/content_draw_quad_base.h',
383 'quads/debug_border_draw_quad.cc', 379 'quads/debug_border_draw_quad.cc',
384 'quads/debug_border_draw_quad.h', 380 'quads/debug_border_draw_quad.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'surfaces/surface_resource_holder.cc', 612 'surfaces/surface_resource_holder.cc',
617 'surfaces/surface_resource_holder.h', 613 'surfaces/surface_resource_holder.h',
618 'surfaces/surfaces_export.h', 614 'surfaces/surfaces_export.h',
619 ], 615 ],
620 'includes': [ 616 'includes': [
621 '../build/android/increase_size_for_speed.gypi', 617 '../build/android/increase_size_for_speed.gypi',
622 ], 618 ],
623 }, 619 },
624 ], 620 ],
625 } 621 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698