| 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 'sources': [ | 547 'sources': [ |
| 548 'image/image_unittest_util.cc', | 548 'image/image_unittest_util.cc', |
| 549 'image/image_unittest_util.h', | 549 'image/image_unittest_util.h', |
| 550 'image/image_unittest_util_ios.mm', | 550 'image/image_unittest_util_ios.mm', |
| 551 'image/image_unittest_util_mac.mm', | 551 'image/image_unittest_util_mac.mm', |
| 552 'test/display_util.h', | 552 'test/display_util.h', |
| 553 'test/fontconfig_util_linux.cc', | 553 'test/fontconfig_util_linux.cc', |
| 554 'test/fontconfig_util_linux.h', | 554 'test/fontconfig_util_linux.h', |
| 555 'test/gfx_util.cc', | 555 'test/gfx_util.cc', |
| 556 'test/gfx_util.h', | 556 'test/gfx_util.h', |
| 557 'test/test_screen.cc', | |
| 558 'test/test_screen.h', | |
| 559 'test/ui_cocoa_test_helper.h', | 557 'test/ui_cocoa_test_helper.h', |
| 560 'test/ui_cocoa_test_helper.mm', | 558 'test/ui_cocoa_test_helper.mm', |
| 561 ], | 559 ], |
| 562 'dependencies': [ | 560 'dependencies': [ |
| 563 '../../base/base.gyp:base', | 561 '../../base/base.gyp:base', |
| 564 '../../skia/skia.gyp:skia', | 562 '../../skia/skia.gyp:skia', |
| 565 '../../testing/gtest.gyp:gtest', | 563 '../../testing/gtest.gyp:gtest', |
| 566 'gfx', | 564 'gfx', |
| 567 'gfx_geometry', | 565 'gfx_geometry', |
| 568 ], | 566 ], |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 ], | 599 ], |
| 602 'variables': { | 600 'variables': { |
| 603 'jni_gen_package': 'ui/gfx', | 601 'jni_gen_package': 'ui/gfx', |
| 604 }, | 602 }, |
| 605 'includes': [ '../../build/jni_generator.gypi' ], | 603 'includes': [ '../../build/jni_generator.gypi' ], |
| 606 }, | 604 }, |
| 607 ], | 605 ], |
| 608 }], | 606 }], |
| 609 ], | 607 ], |
| 610 } | 608 } |
| OLD | NEW |