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

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

Issue 2175553002: Raster PictureLayerTiling with fractional translation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: combined Created 3 years, 8 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/base/scale_translate2d.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 component("base") { 7 component("base") {
8 output_name = "cc_base" 8 output_name = "cc_base"
9 sources = [ 9 sources = [
10 "base_export.h", 10 "base_export.h",
(...skipping 27 matching lines...) Expand all
38 "region.h", 38 "region.h",
39 "render_surface_filters.cc", 39 "render_surface_filters.cc",
40 "render_surface_filters.h", 40 "render_surface_filters.h",
41 "resource_id.h", 41 "resource_id.h",
42 "reverse_spiral_iterator.cc", 42 "reverse_spiral_iterator.cc",
43 "reverse_spiral_iterator.h", 43 "reverse_spiral_iterator.h",
44 "rolling_time_delta_history.cc", 44 "rolling_time_delta_history.cc",
45 "rolling_time_delta_history.h", 45 "rolling_time_delta_history.h",
46 "rtree.cc", 46 "rtree.cc",
47 "rtree.h", 47 "rtree.h",
48 "scale_translate2d.cc",
49 "scale_translate2d.h",
48 "simple_enclosed_region.cc", 50 "simple_enclosed_region.cc",
49 "simple_enclosed_region.h", 51 "simple_enclosed_region.h",
50 "spiral_iterator.cc", 52 "spiral_iterator.cc",
51 "spiral_iterator.h", 53 "spiral_iterator.h",
52 "switches.cc", 54 "switches.cc",
53 "switches.h", 55 "switches.h",
54 "synced_property.h", 56 "synced_property.h",
55 "tiling_data.cc", 57 "tiling_data.cc",
56 "tiling_data.h", 58 "tiling_data.h",
57 "time_util.h", 59 "time_util.h",
58 "unique_notifier.cc", 60 "unique_notifier.cc",
59 "unique_notifier.h", 61 "unique_notifier.h",
60 ] 62 ]
61 63
62 deps = [ 64 deps = [
63 "//base", 65 "//base",
64 "//base/third_party/dynamic_annotations", 66 "//base/third_party/dynamic_annotations",
65 "//skia", 67 "//skia",
66 "//ui/gfx:geometry_skia", 68 "//ui/gfx:geometry_skia",
67 "//ui/gfx/animation", 69 "//ui/gfx/animation",
68 "//ui/gfx/geometry", 70 "//ui/gfx/geometry",
69 ] 71 ]
70 72
71 defines = [ "CC_BASE_IMPLEMENTATION=1" ] 73 defines = [ "CC_BASE_IMPLEMENTATION=1" ]
72 } 74 }
OLDNEW
« no previous file with comments | « no previous file | cc/base/scale_translate2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698