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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 'type': 'static_library', | 475 'type': 'static_library', |
476 'sources': [ | 476 'sources': [ |
477 'image/image_unittest_util.cc', | 477 'image/image_unittest_util.cc', |
478 'image/image_unittest_util.h', | 478 'image/image_unittest_util.h', |
479 'image/image_unittest_util_ios.mm', | 479 'image/image_unittest_util_ios.mm', |
480 'image/image_unittest_util_mac.mm', | 480 'image/image_unittest_util_mac.mm', |
481 'test/fontconfig_util_linux.cc', | 481 'test/fontconfig_util_linux.cc', |
482 'test/fontconfig_util_linux.h', | 482 'test/fontconfig_util_linux.h', |
483 'test/gfx_util.cc', | 483 'test/gfx_util.cc', |
484 'test/gfx_util.h', | 484 'test/gfx_util.h', |
| 485 'test/test_screen.h', |
| 486 'test/test_screen.cc', |
485 'test/ui_cocoa_test_helper.h', | 487 'test/ui_cocoa_test_helper.h', |
486 'test/ui_cocoa_test_helper.mm', | 488 'test/ui_cocoa_test_helper.mm', |
487 ], | 489 ], |
488 'dependencies': [ | 490 'dependencies': [ |
489 '../../base/base.gyp:base', | 491 '../../base/base.gyp:base', |
490 '../../skia/skia.gyp:skia', | 492 '../../skia/skia.gyp:skia', |
491 '../../testing/gtest.gyp:gtest', | 493 '../../testing/gtest.gyp:gtest', |
492 ], | 494 ], |
493 'conditions': [ | 495 'conditions': [ |
494 ['OS == "mac"', { | 496 ['OS == "mac"', { |
(...skipping 30 matching lines...) Expand all Loading... |
525 ], | 527 ], |
526 'variables': { | 528 'variables': { |
527 'jni_gen_package': 'ui/gfx', | 529 'jni_gen_package': 'ui/gfx', |
528 }, | 530 }, |
529 'includes': [ '../../build/jni_generator.gypi' ], | 531 'includes': [ '../../build/jni_generator.gypi' ], |
530 }, | 532 }, |
531 ], | 533 ], |
532 }], | 534 }], |
533 ], | 535 ], |
534 } | 536 } |
OLD | NEW |