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

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

Issue 1426933002: Refactor Windows DPI Point, Rect, and Size for Multiple Monitor DPI Awareness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Other Unit Tests - Moved Inner Classes Outside Created 4 years, 11 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'transform_util.cc', 299 'transform_util.cc',
300 'transform_util.h', 300 'transform_util.h',
301 'ui_gfx_exports.cc', 301 'ui_gfx_exports.cc',
302 'utf16_indexing.cc', 302 'utf16_indexing.cc',
303 'utf16_indexing.h', 303 'utf16_indexing.h',
304 'vsync_provider.h', 304 'vsync_provider.h',
305 'win/direct_manipulation.cc', 305 'win/direct_manipulation.cc',
306 'win/direct_manipulation.h', 306 'win/direct_manipulation.h',
307 'win/direct_write.cc', 307 'win/direct_write.cc',
308 'win/direct_write.h', 308 'win/direct_write.h',
309 'win/display_info.cc',
310 'win/display_info.h',
311 'win/display_manager.cc',
312 'win/display_manager.h',
313 'win/display_manager_observer.cc',
314 'win/display_manager_observer.h',
309 'win/dpi.cc', 315 'win/dpi.cc',
310 'win/dpi.h', 316 'win/dpi.h',
311 'win/hwnd_util.cc', 317 'win/hwnd_util.cc',
312 'win/hwnd_util.h', 318 'win/hwnd_util.h',
313 "win/physical_size.cc", 319 "win/physical_size.cc",
314 "win/physical_size.h", 320 "win/physical_size.h",
321 'win/rect_util.cc',
322 'win/rect_util.h',
315 'win/scoped_set_map_mode.h', 323 'win/scoped_set_map_mode.h',
324 'win/screen_win_display.cc',
325 'win/screen_win_display.h',
316 'win/singleton_hwnd.cc', 326 'win/singleton_hwnd.cc',
317 'win/singleton_hwnd.h', 327 'win/singleton_hwnd.h',
318 'win/singleton_hwnd_observer.cc', 328 'win/singleton_hwnd_observer.cc',
319 'win/singleton_hwnd_observer.h', 329 'win/singleton_hwnd_observer.h',
320 'win/window_impl.cc', 330 'win/window_impl.cc',
321 'win/window_impl.h', 331 'win/window_impl.h',
322 ], 332 ],
323 'includes': [ 333 'includes': [
324 '../../build/android/increase_size_for_speed.gypi', 334 '../../build/android/increase_size_for_speed.gypi',
325 ], 335 ],
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 ], 584 ],
575 'variables': { 585 'variables': {
576 'jni_gen_package': 'ui/gfx', 586 'jni_gen_package': 'ui/gfx',
577 }, 587 },
578 'includes': [ '../../build/jni_generator.gypi' ], 588 'includes': [ '../../build/jni_generator.gypi' ],
579 }, 589 },
580 ], 590 ],
581 }], 591 }],
582 ], 592 ],
583 } 593 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698