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

Side by Side Diff: ui/gfx/gfx_geometry.gypi

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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/gfx.gyp ('k') | ui/gfx/gfx_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'defines': [
7 'GFX_IMPLEMENTATION',
8 ],
9 'sources': [
10 'geometry/box_f.cc',
11 'geometry/box_f.h',
12 'geometry/cubic_bezier.cc',
13 'geometry/cubic_bezier.h',
14 'geometry/dip_util.cc',
15 'geometry/dip_util.h',
16 'geometry/insets.cc',
17 'geometry/insets.h',
18 'geometry/insets_f.cc',
19 'geometry/insets_f.h',
20 'geometry/matrix3_f.cc',
21 'geometry/matrix3_f.h',
22 'geometry/point.cc',
23 'geometry/point.h',
24 'geometry/point3_f.cc',
25 'geometry/point3_f.h',
26 'geometry/point_conversions.cc',
27 'geometry/point_conversions.h',
28 'geometry/point_f.cc',
29 'geometry/point_f.h',
30 'geometry/quad_f.cc',
31 'geometry/quad_f.h',
32 'geometry/rect.cc',
33 'geometry/rect.h',
34 'geometry/rect_conversions.cc',
35 'geometry/rect_conversions.h',
36 'geometry/rect_f.cc',
37 'geometry/rect_f.h',
38 'geometry/safe_integer_conversions.h',
39 'geometry/scroll_offset.cc',
40 'geometry/scroll_offset.h',
41 'geometry/size.cc',
42 'geometry/size.h',
43 'geometry/size_conversions.cc',
44 'geometry/size_conversions.h',
45 'geometry/size_f.cc',
46 'geometry/size_f.h',
47 'geometry/vector2d.cc',
48 'geometry/vector2d.h',
49 'geometry/vector2d_conversions.cc',
50 'geometry/vector2d_conversions.h',
51 'geometry/vector2d_f.cc',
52 'geometry/vector2d_f.h',
53 'geometry/vector3d_f.cc',
54 'geometry/vector3d_f.h',
55 ],
56 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/gfx_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698