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

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

Issue 1563183008: Added capability on Windows to get the physical dimensions of your attached monitors. Also added th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build and applied guid brace warning fix 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
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/win/physical_size.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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/dpi.cc', 309 'win/dpi.cc',
310 'win/dpi.h', 310 'win/dpi.h',
311 'win/hwnd_util.cc', 311 'win/hwnd_util.cc',
312 'win/hwnd_util.h', 312 'win/hwnd_util.h',
313 "win/physical_size.cc",
314 "win/physical_size.h",
313 'win/scoped_set_map_mode.h', 315 'win/scoped_set_map_mode.h',
314 'win/singleton_hwnd.cc', 316 'win/singleton_hwnd.cc',
315 'win/singleton_hwnd.h', 317 'win/singleton_hwnd.h',
316 'win/singleton_hwnd_observer.cc', 318 'win/singleton_hwnd_observer.cc',
317 'win/singleton_hwnd_observer.h', 319 'win/singleton_hwnd_observer.h',
318 'win/window_impl.cc', 320 'win/window_impl.cc',
319 'win/window_impl.h', 321 'win/window_impl.h',
320 ], 322 ],
321 'includes': [ 323 'includes': [
322 '../../build/android/increase_size_for_speed.gypi', 324 '../../build/android/increase_size_for_speed.gypi',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 ], 574 ],
573 'variables': { 575 'variables': {
574 'jni_gen_package': 'ui/gfx', 576 'jni_gen_package': 'ui/gfx',
575 }, 577 },
576 'includes': [ '../../build/jni_generator.gypi' ], 578 'includes': [ '../../build/jni_generator.gypi' ],
577 }, 579 },
578 ], 580 ],
579 }], 581 }],
580 ], 582 ],
581 } 583 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/win/physical_size.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698