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

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

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/events.gyp ('k') | ui/message_center/BUILD.gn » ('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 17 matching lines...) Expand all
28 "quad_f.cc", 28 "quad_f.cc",
29 "quad_f.h", 29 "quad_f.h",
30 "rect.cc", 30 "rect.cc",
31 "rect.h", 31 "rect.h",
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",
39 "r_tree_base.cc",
40 "r_tree_base.h",
38 "safe_integer_conversions.h", 41 "safe_integer_conversions.h",
39 "size.cc", 42 "size.cc",
40 "size.h", 43 "size.h",
41 "size_base.h", 44 "size_base.h",
42 "size_conversions.cc", 45 "size_conversions.cc",
43 "size_conversions.h", 46 "size_conversions.h",
44 "size_f.cc", 47 "size_f.cc",
45 "size_f.h", 48 "size_f.h",
46 "vector2d.cc", 49 "vector2d.cc",
47 "vector2d.h", 50 "vector2d.h",
48 "vector2d_conversions.cc", 51 "vector2d_conversions.cc",
49 "vector2d_conversions.h", 52 "vector2d_conversions.h",
50 "vector2d_f.cc", 53 "vector2d_f.cc",
51 "vector2d_f.h", 54 "vector2d_f.h",
52 "vector3d_f.cc", 55 "vector3d_f.cc",
53 "vector3d_f.h", 56 "vector3d_f.h",
54 ] 57 ]
55 58
56 defines = [ "GFX_IMPLEMENTATION" ] 59 defines = [ "GFX_IMPLEMENTATION" ]
57 60
58 deps = [ 61 deps = [
59 "//base", 62 "//base",
60 "//ui/gfx:gfx_export", 63 "//ui/gfx:gfx_export",
61 ] 64 ]
62 } 65 }
OLDNEW
« no previous file with comments | « ui/events/events.gyp ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698