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

Side by Side Diff: cc/BUILD.gn

Issue 1799883002: cc: Refactor SkipImageCanvas and create it during playback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | cc/cc.gyp » ('j') | cc/playback/display_list_raster_source.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "playback/drawing_display_item.cc", 302 "playback/drawing_display_item.cc",
303 "playback/drawing_display_item.h", 303 "playback/drawing_display_item.h",
304 "playback/filter_display_item.cc", 304 "playback/filter_display_item.cc",
305 "playback/filter_display_item.h", 305 "playback/filter_display_item.h",
306 "playback/float_clip_display_item.cc", 306 "playback/float_clip_display_item.cc",
307 "playback/float_clip_display_item.h", 307 "playback/float_clip_display_item.h",
308 "playback/image_hijack_canvas.cc", 308 "playback/image_hijack_canvas.cc",
309 "playback/image_hijack_canvas.h", 309 "playback/image_hijack_canvas.h",
310 "playback/largest_display_item.cc", 310 "playback/largest_display_item.cc",
311 "playback/largest_display_item.h", 311 "playback/largest_display_item.h",
312 "playback/skip_image_canvas.cc",
313 "playback/skip_image_canvas.h",
312 "playback/transform_display_item.cc", 314 "playback/transform_display_item.cc",
313 "playback/transform_display_item.h", 315 "playback/transform_display_item.h",
314 "proto/base_conversions.cc", 316 "proto/base_conversions.cc",
315 "proto/base_conversions.h", 317 "proto/base_conversions.h",
316 "proto/cc_conversions.cc", 318 "proto/cc_conversions.cc",
317 "proto/cc_conversions.h", 319 "proto/cc_conversions.h",
318 "proto/gfx_conversions.cc", 320 "proto/gfx_conversions.cc",
319 "proto/gfx_conversions.h", 321 "proto/gfx_conversions.h",
320 "proto/gpu_conversions.cc", 322 "proto/gpu_conversions.cc",
321 "proto/gpu_conversions.h", 323 "proto/gpu_conversions.h",
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 "//ui/gl", 992 "//ui/gl",
991 "//ui/gl:test_support", 993 "//ui/gl:test_support",
992 ] 994 ]
993 995
994 if (is_android) { 996 if (is_android) {
995 isolate_file = "cc_perftests.isolate" 997 isolate_file = "cc_perftests.isolate"
996 } 998 }
997 } 999 }
998 # When adding support for isolates, please have a look at run-time dependencies 1000 # When adding support for isolates, please have a look at run-time dependencies
999 # in the cc_unittests_run target in cc_tests.gyp. 1001 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/playback/display_list_raster_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698