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

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

Issue 876873003: Add float version of gfx::Range (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 2 Created 5 years, 10 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/BUILD.gn ('k') | ui/gfx/range/range.h » ('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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'platform_font_ios.h', 233 'platform_font_ios.h',
234 'platform_font_ios.mm', 234 'platform_font_ios.mm',
235 'platform_font_linux.cc', 235 'platform_font_linux.cc',
236 'platform_font_linux.h', 236 'platform_font_linux.h',
237 'platform_font_mac.h', 237 'platform_font_mac.h',
238 'platform_font_mac.mm', 238 'platform_font_mac.mm',
239 'platform_font_win.cc', 239 'platform_font_win.cc',
240 'platform_font_win.h', 240 'platform_font_win.h',
241 'range/range.cc', 241 'range/range.cc',
242 'range/range.h', 242 'range/range.h',
243 'range/range_f.cc',
244 'range/range_f.h',
243 'range/range_mac.mm', 245 'range/range_mac.mm',
244 'range/range_win.cc', 246 'range/range_win.cc',
245 'render_text.cc', 247 'render_text.cc',
246 'render_text.h', 248 'render_text.h',
247 'render_text_harfbuzz.cc', 249 'render_text_harfbuzz.cc',
248 'render_text_harfbuzz.h', 250 'render_text_harfbuzz.h',
249 'render_text_mac.cc', 251 'render_text_mac.cc',
250 'render_text_mac.h', 252 'render_text_mac.h',
251 'scoped_canvas.h', 253 'scoped_canvas.h',
252 'scoped_cg_context_save_gstate_mac.h', 254 'scoped_cg_context_save_gstate_mac.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 ], 478 ],
477 'variables': { 479 'variables': {
478 'jni_gen_package': 'ui/gfx', 480 'jni_gen_package': 'ui/gfx',
479 }, 481 },
480 'includes': [ '../../build/jni_generator.gypi' ], 482 'includes': [ '../../build/jni_generator.gypi' ],
481 }, 483 },
482 ], 484 ],
483 }], 485 }],
484 ], 486 ],
485 } 487 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/range/range.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698