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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 'sources/': [ | 419 'sources/': [ |
420 ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], | 420 ['include', '^scoped_cg_context_save_gstate_mac\\.h$'], |
421 ], | 421 ], |
422 }], | 422 }], |
423 ], | 423 ], |
424 }, | 424 }, |
425 { | 425 { |
426 'target_name': 'gfx_test_support', | 426 'target_name': 'gfx_test_support', |
427 'type': 'static_library', | 427 'type': 'static_library', |
428 'sources': [ | 428 'sources': [ |
| 429 'image/image_unittest_util.cc', |
| 430 'image/image_unittest_util.h', |
| 431 'image/image_unittest_util_ios.mm', |
| 432 'image/image_unittest_util_mac.mm', |
429 'test/fontconfig_util_linux.cc', | 433 'test/fontconfig_util_linux.cc', |
430 'test/fontconfig_util_linux.h', | 434 'test/fontconfig_util_linux.h', |
431 'test/gfx_util.cc', | 435 'test/gfx_util.cc', |
432 'test/gfx_util.h', | 436 'test/gfx_util.h', |
433 'test/ui_cocoa_test_helper.h', | 437 'test/ui_cocoa_test_helper.h', |
434 'test/ui_cocoa_test_helper.mm', | 438 'test/ui_cocoa_test_helper.mm', |
435 ], | 439 ], |
436 'dependencies': [ | 440 'dependencies': [ |
437 '../../base/base.gyp:base', | 441 '../../base/base.gyp:base', |
438 '../../skia/skia.gyp:skia', | 442 '../../skia/skia.gyp:skia', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 ], | 477 ], |
474 'variables': { | 478 'variables': { |
475 'jni_gen_package': 'ui/gfx', | 479 'jni_gen_package': 'ui/gfx', |
476 }, | 480 }, |
477 'includes': [ '../../build/jni_generator.gypi' ], | 481 'includes': [ '../../build/jni_generator.gypi' ], |
478 }, | 482 }, |
479 ], | 483 ], |
480 }], | 484 }], |
481 ], | 485 ], |
482 } | 486 } |
OLD | NEW |