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

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

Issue 506803004: gfx: Don't template gfx::Rect and gfx::RectF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: inlines: rm-rectbase 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/rect_f.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 23 matching lines...) Expand all
34 'geometry/point3_f.h', 34 'geometry/point3_f.h',
35 'geometry/point_base.h', 35 'geometry/point_base.h',
36 'geometry/point_conversions.cc', 36 'geometry/point_conversions.cc',
37 'geometry/point_conversions.h', 37 'geometry/point_conversions.h',
38 'geometry/point_f.cc', 38 'geometry/point_f.cc',
39 'geometry/point_f.h', 39 'geometry/point_f.h',
40 'geometry/quad_f.cc', 40 'geometry/quad_f.cc',
41 'geometry/quad_f.h', 41 'geometry/quad_f.h',
42 'geometry/rect.cc', 42 'geometry/rect.cc',
43 'geometry/rect.h', 43 'geometry/rect.h',
44 'geometry/rect_base.h',
45 'geometry/rect_base_impl.h',
46 'geometry/rect_conversions.cc', 44 'geometry/rect_conversions.cc',
47 'geometry/rect_conversions.h', 45 'geometry/rect_conversions.h',
48 'geometry/rect_f.cc', 46 'geometry/rect_f.cc',
49 'geometry/rect_f.h', 47 'geometry/rect_f.h',
50 'geometry/r_tree.h', 48 'geometry/r_tree.h',
51 'geometry/r_tree_base.cc', 49 'geometry/r_tree_base.cc',
52 'geometry/r_tree_base.h', 50 'geometry/r_tree_base.h',
53 'geometry/safe_integer_conversions.h', 51 'geometry/safe_integer_conversions.h',
54 'geometry/scroll_offset.cc', 52 'geometry/scroll_offset.cc',
55 'geometry/scroll_offset.h', 53 'geometry/scroll_offset.h',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 484 ],
487 'variables': { 485 'variables': {
488 'jni_gen_package': 'ui/gfx', 486 'jni_gen_package': 'ui/gfx',
489 }, 487 },
490 'includes': [ '../../build/jni_generator.gypi' ], 488 'includes': [ '../../build/jni_generator.gypi' ],
491 }, 489 },
492 ], 490 ],
493 }], 491 }],
494 ], 492 ],
495 } 493 }
OLDNEW
« no previous file with comments | « ui/gfx/geometry/rect_f.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698