| OLD | NEW |
| 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 Loading... |
| 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', |
| 313 'win/display_manager.cc', |
| 314 'win/display_manager.h', |
| 315 'win/display_manager_observer.h', |
| 311 'win/dpi.cc', | 316 'win/dpi.cc', |
| 312 'win/dpi.h', | 317 'win/dpi.h', |
| 313 'win/hwnd_util.cc', | 318 'win/hwnd_util.cc', |
| 314 'win/hwnd_util.h', | 319 'win/hwnd_util.h', |
| 315 "win/physical_size.cc", | 320 "win/physical_size.cc", |
| 316 "win/physical_size.h", | 321 "win/physical_size.h", |
| 317 'win/scoped_set_map_mode.h', | 322 'win/scoped_set_map_mode.h', |
| 323 'win/screen_win_display.cc', |
| 324 'win/screen_win_display.h', |
| 318 'win/singleton_hwnd.cc', | 325 'win/singleton_hwnd.cc', |
| 319 'win/singleton_hwnd.h', | 326 'win/singleton_hwnd.h', |
| 320 'win/singleton_hwnd_observer.cc', | 327 'win/singleton_hwnd_observer.cc', |
| 321 'win/singleton_hwnd_observer.h', | 328 'win/singleton_hwnd_observer.h', |
| 322 'win/window_impl.cc', | 329 'win/window_impl.cc', |
| 323 'win/window_impl.h', | 330 'win/window_impl.h', |
| 324 ], | 331 ], |
| 325 'includes': [ | 332 'includes': [ |
| 326 '../../build/android/increase_size_for_speed.gypi', | 333 '../../build/android/increase_size_for_speed.gypi', |
| 327 ], | 334 ], |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 'hard_dependency': 1, | 525 'hard_dependency': 1, |
| 519 }, | 526 }, |
| 520 { | 527 { |
| 521 'target_name': 'gfx_test_support', | 528 'target_name': 'gfx_test_support', |
| 522 'type': 'static_library', | 529 'type': 'static_library', |
| 523 'sources': [ | 530 'sources': [ |
| 524 'image/image_unittest_util.cc', | 531 'image/image_unittest_util.cc', |
| 525 'image/image_unittest_util.h', | 532 'image/image_unittest_util.h', |
| 526 'image/image_unittest_util_ios.mm', | 533 'image/image_unittest_util_ios.mm', |
| 527 'image/image_unittest_util_mac.mm', | 534 'image/image_unittest_util_mac.mm', |
| 535 'test/display_util.h', |
| 528 'test/fontconfig_util_linux.cc', | 536 'test/fontconfig_util_linux.cc', |
| 529 'test/fontconfig_util_linux.h', | 537 'test/fontconfig_util_linux.h', |
| 530 'test/gfx_util.cc', | 538 'test/gfx_util.cc', |
| 531 'test/gfx_util.h', | 539 'test/gfx_util.h', |
| 532 'test/test_screen.cc', | 540 'test/test_screen.cc', |
| 533 'test/test_screen.h', | 541 'test/test_screen.h', |
| 534 'test/ui_cocoa_test_helper.h', | 542 'test/ui_cocoa_test_helper.h', |
| 535 'test/ui_cocoa_test_helper.mm', | 543 'test/ui_cocoa_test_helper.mm', |
| 536 ], | 544 ], |
| 537 'dependencies': [ | 545 'dependencies': [ |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 ], | 584 ], |
| 577 'variables': { | 585 'variables': { |
| 578 'jni_gen_package': 'ui/gfx', | 586 'jni_gen_package': 'ui/gfx', |
| 579 }, | 587 }, |
| 580 'includes': [ '../../build/jni_generator.gypi' ], | 588 'includes': [ '../../build/jni_generator.gypi' ], |
| 581 }, | 589 }, |
| 582 ], | 590 ], |
| 583 }], | 591 }], |
| 584 ], | 592 ], |
| 585 } | 593 } |
| OLD | NEW |