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

Side by Side Diff: cc/paint/BUILD.gn

Issue 2842333003: cc: Update discardable image metadata generation to get PaintImages. (Closed)
Patch Set: win Created 3 years, 7 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/paint/discardable_image_map.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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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("//cc/cc.gni") 5 import("//cc/cc.gni")
6 6
7 cc_component("paint") { 7 cc_component("paint") {
8 output_name = "cc_paint" 8 output_name = "cc_paint"
9 sources = [ 9 sources = [
10 "clip_display_item.cc", 10 "clip_display_item.cc",
11 "clip_display_item.h", 11 "clip_display_item.h",
12 "clip_path_display_item.cc", 12 "clip_path_display_item.cc",
13 "clip_path_display_item.h", 13 "clip_path_display_item.h",
14 "compositing_display_item.cc", 14 "compositing_display_item.cc",
15 "compositing_display_item.h", 15 "compositing_display_item.h",
16 "discardable_image_map.cc", 16 "discardable_image_map.cc",
17 "discardable_image_map.h", 17 "discardable_image_map.h",
18 "discardable_image_store.cc",
19 "discardable_image_store.h",
18 "display_item.h", 20 "display_item.h",
19 "display_item_list.cc", 21 "display_item_list.cc",
20 "display_item_list.h", 22 "display_item_list.h",
21 "draw_image.cc", 23 "draw_image.cc",
22 "draw_image.h", 24 "draw_image.h",
23 "drawing_display_item.cc", 25 "drawing_display_item.cc",
24 "drawing_display_item.h", 26 "drawing_display_item.h",
25 "filter_display_item.cc", 27 "filter_display_item.cc",
26 "filter_display_item.h", 28 "filter_display_item.h",
27 "float_clip_display_item.cc", 29 "float_clip_display_item.cc",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "//skia", 64 "//skia",
63 "//ui/gfx:color_space", 65 "//ui/gfx:color_space",
64 "//ui/gfx:geometry_skia", 66 "//ui/gfx:geometry_skia",
65 "//ui/gfx/geometry", 67 "//ui/gfx/geometry",
66 ] 68 ]
67 69
68 deps = [ 70 deps = [
69 "//base", 71 "//base",
70 ] 72 ]
71 } 73 }
OLDNEW
« no previous file with comments | « no previous file | cc/paint/discardable_image_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698