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

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

Issue 1283913002: Improve scroll performance on Windows 10 with high precision touchpads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comment Created 5 years, 4 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
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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'text_utils_ios.mm', 289 'text_utils_ios.mm',
290 'text_utils_skia.cc', 290 'text_utils_skia.cc',
291 'transform.cc', 291 'transform.cc',
292 'transform.h', 292 'transform.h',
293 'transform_util.cc', 293 'transform_util.cc',
294 'transform_util.h', 294 'transform_util.h',
295 'ui_gfx_exports.cc', 295 'ui_gfx_exports.cc',
296 'utf16_indexing.cc', 296 'utf16_indexing.cc',
297 'utf16_indexing.h', 297 'utf16_indexing.h',
298 'vsync_provider.h', 298 'vsync_provider.h',
299 'win/direct_manipulation.cc',
300 'win/direct_manipulation.h',
299 'win/direct_write.cc', 301 'win/direct_write.cc',
300 'win/direct_write.h', 302 'win/direct_write.h',
301 'win/dpi.cc', 303 'win/dpi.cc',
302 'win/dpi.h', 304 'win/dpi.h',
303 'win/hwnd_util.cc', 305 'win/hwnd_util.cc',
304 'win/hwnd_util.h', 306 'win/hwnd_util.h',
305 'win/metro_mode.cc', 307 'win/metro_mode.cc',
306 'win/metro_mode.h', 308 'win/metro_mode.h',
307 'win/scoped_set_map_mode.h', 309 'win/scoped_set_map_mode.h',
308 'win/singleton_hwnd.cc', 310 'win/singleton_hwnd.cc',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 ], 552 ],
551 'variables': { 553 'variables': {
552 'jni_gen_package': 'ui/gfx', 554 'jni_gen_package': 'ui/gfx',
553 }, 555 },
554 'includes': [ '../../build/jni_generator.gypi' ], 556 'includes': [ '../../build/jni_generator.gypi' ],
555 }, 557 },
556 ], 558 ],
557 }], 559 }],
558 ], 560 ],
559 } 561 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698