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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 642343003: gfx: De-templatize the gfx::Point and gfx::PointF classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: inlines-point: rebase 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/geometry/point_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 14 matching lines...) Expand all
25 'geometry/insets.h', 25 'geometry/insets.h',
26 'geometry/insets_base.h', 26 'geometry/insets_base.h',
27 'geometry/insets_f.cc', 27 'geometry/insets_f.cc',
28 'geometry/insets_f.h', 28 'geometry/insets_f.h',
29 'geometry/matrix3_f.cc', 29 'geometry/matrix3_f.cc',
30 'geometry/matrix3_f.h', 30 'geometry/matrix3_f.h',
31 'geometry/point.cc', 31 'geometry/point.cc',
32 'geometry/point.h', 32 'geometry/point.h',
33 'geometry/point3_f.cc', 33 'geometry/point3_f.cc',
34 'geometry/point3_f.h', 34 'geometry/point3_f.h',
35 'geometry/point_base.h',
36 'geometry/point_conversions.cc', 35 'geometry/point_conversions.cc',
37 'geometry/point_conversions.h', 36 'geometry/point_conversions.h',
38 'geometry/point_f.cc', 37 'geometry/point_f.cc',
39 'geometry/point_f.h', 38 'geometry/point_f.h',
40 'geometry/quad_f.cc', 39 'geometry/quad_f.cc',
41 'geometry/quad_f.h', 40 'geometry/quad_f.h',
42 'geometry/rect.cc', 41 'geometry/rect.cc',
43 'geometry/rect.h', 42 'geometry/rect.h',
44 'geometry/rect_conversions.cc', 43 'geometry/rect_conversions.cc',
45 'geometry/rect_conversions.h', 44 'geometry/rect_conversions.h',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 ], 483 ],
485 'variables': { 484 'variables': {
486 'jni_gen_package': 'ui/gfx', 485 'jni_gen_package': 'ui/gfx',
487 }, 486 },
488 'includes': [ '../../build/jni_generator.gypi' ], 487 'includes': [ '../../build/jni_generator.gypi' ],
489 }, 488 },
490 ], 489 ],
491 }], 490 }],
492 ], 491 ],
493 } 492 }
OLDNEW
« no previous file with comments | « ui/gfx/geometry/point_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698