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

Side by Side Diff: ui/gfx/geometry/BUILD.gn

Issue 584503005: Make scroll offset type of float in cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: link crbug to TODO Created 6 years, 2 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 | « ui/gfx/BUILD.gn ('k') | ui/gfx/geometry/safe_integer_conversions.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 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 component("geometry") { 5 component("geometry") {
6 sources = [ 6 sources = [
7 "../gfx_export.h", 7 "../gfx_export.h",
8 "box_f.cc", 8 "box_f.cc",
9 "box_f.h", 9 "box_f.h",
10 "cubic_bezier.h", 10 "cubic_bezier.h",
(...skipping 21 matching lines...) Expand all
32 "rect_base.h", 32 "rect_base.h",
33 "rect_base_impl.h", 33 "rect_base_impl.h",
34 "rect_conversions.cc", 34 "rect_conversions.cc",
35 "rect_conversions.h", 35 "rect_conversions.h",
36 "rect_f.cc", 36 "rect_f.cc",
37 "rect_f.h", 37 "rect_f.h",
38 "r_tree.h", 38 "r_tree.h",
39 "r_tree_base.cc", 39 "r_tree_base.cc",
40 "r_tree_base.h", 40 "r_tree_base.h",
41 "safe_integer_conversions.h", 41 "safe_integer_conversions.h",
42 "scroll_offset.cc",
43 "scroll_offset.h",
42 "size.cc", 44 "size.cc",
43 "size.h", 45 "size.h",
44 "size_base.h", 46 "size_base.h",
45 "size_conversions.cc", 47 "size_conversions.cc",
46 "size_conversions.h", 48 "size_conversions.h",
47 "size_f.cc", 49 "size_f.cc",
48 "size_f.h", 50 "size_f.h",
49 "vector2d.cc", 51 "vector2d.cc",
50 "vector2d.h", 52 "vector2d.h",
51 "vector2d_conversions.cc", 53 "vector2d_conversions.cc",
52 "vector2d_conversions.h", 54 "vector2d_conversions.h",
53 "vector2d_f.cc", 55 "vector2d_f.cc",
54 "vector2d_f.h", 56 "vector2d_f.h",
55 "vector3d_f.cc", 57 "vector3d_f.cc",
56 "vector3d_f.h", 58 "vector3d_f.h",
57 ] 59 ]
58 60
59 defines = [ "GFX_IMPLEMENTATION" ] 61 defines = [ "GFX_IMPLEMENTATION" ]
60 62
61 deps = [ 63 deps = [
62 "//base", 64 "//base",
63 "//ui/gfx:gfx_export", 65 "//ui/gfx:gfx_export",
64 ] 66 ]
65 } 67 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/geometry/safe_integer_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698