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

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

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/geometry/scroll_offset_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('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 (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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'geometry/rect_base.h', 44 'geometry/rect_base.h',
45 'geometry/rect_base_impl.h', 45 'geometry/rect_base_impl.h',
46 'geometry/rect_conversions.cc', 46 'geometry/rect_conversions.cc',
47 'geometry/rect_conversions.h', 47 'geometry/rect_conversions.h',
48 'geometry/rect_f.cc', 48 'geometry/rect_f.cc',
49 'geometry/rect_f.h', 49 'geometry/rect_f.h',
50 'geometry/r_tree.h', 50 'geometry/r_tree.h',
51 'geometry/r_tree_base.cc', 51 'geometry/r_tree_base.cc',
52 'geometry/r_tree_base.h', 52 'geometry/r_tree_base.h',
53 'geometry/safe_integer_conversions.h', 53 'geometry/safe_integer_conversions.h',
54 'geometry/scroll_offset.cc',
55 'geometry/scroll_offset.h',
54 'geometry/size.cc', 56 'geometry/size.cc',
55 'geometry/size.h', 57 'geometry/size.h',
56 'geometry/size_base.h', 58 'geometry/size_base.h',
57 'geometry/size_conversions.cc', 59 'geometry/size_conversions.cc',
58 'geometry/size_conversions.h', 60 'geometry/size_conversions.h',
59 'geometry/size_f.cc', 61 'geometry/size_f.cc',
60 'geometry/size_f.h', 62 'geometry/size_f.h',
61 'geometry/vector2d.cc', 63 'geometry/vector2d.cc',
62 'geometry/vector2d.h', 64 'geometry/vector2d.h',
63 'geometry/vector2d_conversions.cc', 65 'geometry/vector2d_conversions.cc',
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 ], 479 ],
478 'variables': { 480 'variables': {
479 'jni_gen_package': 'ui/gfx', 481 'jni_gen_package': 'ui/gfx',
480 }, 482 },
481 'includes': [ '../../build/jni_generator.gypi' ], 483 'includes': [ '../../build/jni_generator.gypi' ],
482 }, 484 },
483 ], 485 ],
484 }], 486 }],
485 ], 487 ],
486 } 488 }
OLDNEW
« no previous file with comments | « ui/gfx/geometry/scroll_offset_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698