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

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

Issue 644813004: Move the ShouldUseDirectWrite function from sandbox_win.cc/.h to ui/gfx/win/dpi.cc/.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review comments from sky 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/BUILD.gn ('k') | ui/gfx/switches.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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'text_utils_ios.mm', 296 'text_utils_ios.mm',
297 'text_utils_skia.cc', 297 'text_utils_skia.cc',
298 'transform.cc', 298 'transform.cc',
299 'transform.h', 299 'transform.h',
300 'transform_util.cc', 300 'transform_util.cc',
301 'transform_util.h', 301 'transform_util.h',
302 'ui_gfx_exports.cc', 302 'ui_gfx_exports.cc',
303 'utf16_indexing.cc', 303 'utf16_indexing.cc',
304 'utf16_indexing.h', 304 'utf16_indexing.h',
305 'vsync_provider.h', 305 'vsync_provider.h',
306 'win/direct_write.cc',
307 'win/direct_write.h',
306 'win/dpi.cc', 308 'win/dpi.cc',
307 'win/dpi.h', 309 'win/dpi.h',
308 'win/hwnd_util.cc', 310 'win/hwnd_util.cc',
309 'win/hwnd_util.h', 311 'win/hwnd_util.h',
310 'win/scoped_set_map_mode.h', 312 'win/scoped_set_map_mode.h',
311 'win/singleton_hwnd.cc', 313 'win/singleton_hwnd.cc',
312 'win/singleton_hwnd.h', 314 'win/singleton_hwnd.h',
313 'win/window_impl.cc', 315 'win/window_impl.cc',
314 'win/window_impl.h', 316 'win/window_impl.h',
315 ], 317 ],
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 ], 488 ],
487 'variables': { 489 'variables': {
488 'jni_gen_package': 'ui/gfx', 490 'jni_gen_package': 'ui/gfx',
489 }, 491 },
490 'includes': [ '../../build/jni_generator.gypi' ], 492 'includes': [ '../../build/jni_generator.gypi' ],
491 }, 493 },
492 ], 494 ],
493 }], 495 }],
494 ], 496 ],
495 } 497 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698