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

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

Issue 1639623003: ScreenWin Testability and Restructuring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync + VS2015 Friendly - struct -> class to maintain immutability Created 4 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/display.h ('k') | ui/gfx/screen_win.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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'transform_util.cc', 301 'transform_util.cc',
302 'transform_util.h', 302 'transform_util.h',
303 'ui_gfx_exports.cc', 303 'ui_gfx_exports.cc',
304 'utf16_indexing.cc', 304 'utf16_indexing.cc',
305 'utf16_indexing.h', 305 'utf16_indexing.h',
306 'vsync_provider.h', 306 'vsync_provider.h',
307 'win/direct_manipulation.cc', 307 'win/direct_manipulation.cc',
308 'win/direct_manipulation.h', 308 'win/direct_manipulation.h',
309 'win/direct_write.cc', 309 'win/direct_write.cc',
310 'win/direct_write.h', 310 'win/direct_write.h',
311 'win/display_info.cc',
312 'win/display_info.h',
311 'win/dpi.cc', 313 'win/dpi.cc',
312 'win/dpi.h', 314 'win/dpi.h',
313 'win/hwnd_util.cc', 315 'win/hwnd_util.cc',
314 'win/hwnd_util.h', 316 'win/hwnd_util.h',
315 "win/physical_size.cc", 317 "win/physical_size.cc",
316 "win/physical_size.h", 318 "win/physical_size.h",
317 'win/scoped_set_map_mode.h', 319 'win/scoped_set_map_mode.h',
320 'win/screen_win_display.cc',
321 'win/screen_win_display.h',
318 'win/singleton_hwnd.cc', 322 'win/singleton_hwnd.cc',
319 'win/singleton_hwnd.h', 323 'win/singleton_hwnd.h',
320 'win/singleton_hwnd_observer.cc', 324 'win/singleton_hwnd_observer.cc',
321 'win/singleton_hwnd_observer.h', 325 'win/singleton_hwnd_observer.h',
322 'win/window_impl.cc', 326 'win/window_impl.cc',
323 'win/window_impl.h', 327 'win/window_impl.h',
324 ], 328 ],
325 'includes': [ 329 'includes': [
326 '../../build/android/increase_size_for_speed.gypi', 330 '../../build/android/increase_size_for_speed.gypi',
327 ], 331 ],
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'hard_dependency': 1, 522 'hard_dependency': 1,
519 }, 523 },
520 { 524 {
521 'target_name': 'gfx_test_support', 525 'target_name': 'gfx_test_support',
522 'type': 'static_library', 526 'type': 'static_library',
523 'sources': [ 527 'sources': [
524 'image/image_unittest_util.cc', 528 'image/image_unittest_util.cc',
525 'image/image_unittest_util.h', 529 'image/image_unittest_util.h',
526 'image/image_unittest_util_ios.mm', 530 'image/image_unittest_util_ios.mm',
527 'image/image_unittest_util_mac.mm', 531 'image/image_unittest_util_mac.mm',
532 'test/display_util.h',
528 'test/fontconfig_util_linux.cc', 533 'test/fontconfig_util_linux.cc',
529 'test/fontconfig_util_linux.h', 534 'test/fontconfig_util_linux.h',
530 'test/gfx_util.cc', 535 'test/gfx_util.cc',
531 'test/gfx_util.h', 536 'test/gfx_util.h',
532 'test/test_screen.cc', 537 'test/test_screen.cc',
533 'test/test_screen.h', 538 'test/test_screen.h',
534 'test/ui_cocoa_test_helper.h', 539 'test/ui_cocoa_test_helper.h',
535 'test/ui_cocoa_test_helper.mm', 540 'test/ui_cocoa_test_helper.mm',
536 ], 541 ],
537 'dependencies': [ 542 'dependencies': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 581 ],
577 'variables': { 582 'variables': {
578 'jni_gen_package': 'ui/gfx', 583 'jni_gen_package': 'ui/gfx',
579 }, 584 },
580 'includes': [ '../../build/jni_generator.gypi' ], 585 'includes': [ '../../build/jni_generator.gypi' ],
581 }, 586 },
582 ], 587 ],
583 }], 588 }],
584 ], 589 ],
585 } 590 }
OLDNEW
« no previous file with comments | « ui/gfx/display.h ('k') | ui/gfx/screen_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698