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

Side by Side Diff: cc/cc.gyp

Issue 942403002: Add a compositing display item which replaces transparency display item (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward decls and imports oh my Created 5 years, 10 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/blink/web_display_item_list_impl.cc ('k') | cc/resources/compositing_display_item.h » ('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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'resources/bitmap_content_layer_updater.cc', 363 'resources/bitmap_content_layer_updater.cc',
364 'resources/bitmap_content_layer_updater.h', 364 'resources/bitmap_content_layer_updater.h',
365 'resources/bitmap_skpicture_content_layer_updater.cc', 365 'resources/bitmap_skpicture_content_layer_updater.cc',
366 'resources/bitmap_skpicture_content_layer_updater.h', 366 'resources/bitmap_skpicture_content_layer_updater.h',
367 'resources/bitmap_tile_task_worker_pool.cc', 367 'resources/bitmap_tile_task_worker_pool.cc',
368 'resources/bitmap_tile_task_worker_pool.h', 368 'resources/bitmap_tile_task_worker_pool.h',
369 'resources/clip_display_item.cc', 369 'resources/clip_display_item.cc',
370 'resources/clip_display_item.h', 370 'resources/clip_display_item.h',
371 'resources/clip_path_display_item.cc', 371 'resources/clip_path_display_item.cc',
372 'resources/clip_path_display_item.h', 372 'resources/clip_path_display_item.h',
373 'resources/compositing_display_item.cc',
374 'resources/compositing_display_item.h',
373 'resources/content_layer_updater.cc', 375 'resources/content_layer_updater.cc',
374 'resources/content_layer_updater.h', 376 'resources/content_layer_updater.h',
375 'resources/display_item.cc', 377 'resources/display_item.cc',
376 'resources/display_item.h', 378 'resources/display_item.h',
377 'resources/display_item_list.cc', 379 'resources/display_item_list.cc',
378 'resources/display_item_list.h', 380 'resources/display_item_list.h',
379 'resources/display_list_raster_source.cc', 381 'resources/display_list_raster_source.cc',
380 'resources/display_list_raster_source.h', 382 'resources/display_list_raster_source.h',
381 'resources/display_list_recording_source.cc', 383 'resources/display_list_recording_source.cc',
382 'resources/display_list_recording_source.h', 384 'resources/display_list_recording_source.h',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'surfaces/surface_resource_holder.cc', 610 'surfaces/surface_resource_holder.cc',
609 'surfaces/surface_resource_holder.h', 611 'surfaces/surface_resource_holder.h',
610 'surfaces/surfaces_export.h', 612 'surfaces/surfaces_export.h',
611 ], 613 ],
612 'includes': [ 614 'includes': [
613 '../build/android/increase_size_for_speed.gypi', 615 '../build/android/increase_size_for_speed.gypi',
614 ], 616 ],
615 }, 617 },
616 ], 618 ],
617 } 619 }
OLDNEW
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/resources/compositing_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698