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

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

Issue 590873002: Move image_unittest_util* into gfx_test_support target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/chrome_tests_unit.gypi ('k') | ui/gfx/gfx_tests.gyp » ('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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698