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

Side by Side Diff: webkit/tools/test_shell/test_shell.gyp

Issue 151097: Enable some skia unittests on linux and mac. (Closed)
Patch Set: Created 11 years, 5 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 | « skia/ext/image_operations_unittest.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'image_decoder_unittest.h', 526 'image_decoder_unittest.h',
527 ], 527 ],
528 'sources': [ 528 'sources': [
529 '../../../skia/ext/skia_utils_mac_unittest.mm', 529 '../../../skia/ext/skia_utils_mac_unittest.mm',
530 ], 530 ],
531 }], 531 }],
532 ['OS=="win"', { 532 ['OS=="win"', {
533 'msvs_disabled_warnings': [ 4800 ], 533 'msvs_disabled_warnings': [ 4800 ],
534 }, { # else: OS!=win 534 }, { # else: OS!=win
535 'sources!': [ 535 'sources!': [
536 '../../../skia/ext/image_operations_unittest.cc',
537 '../../../skia/ext/skia_utils_unittest.cc',
538 '../../../skia/ext/vector_canvas_unittest.cc', 536 '../../../skia/ext/vector_canvas_unittest.cc',
539 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', 537 '../webcore_unit_tests/UniscribeHelper_unittest.cpp',
540 '../webcore_unit_tests/TransparencyWin_unittest.cpp', 538 '../webcore_unit_tests/TransparencyWin_unittest.cpp',
541 ], 539 ],
542 }], 540 }],
543 ], 541 ],
544 }, 542 },
545 ], 543 ],
546 'conditions': [ 544 'conditions': [
547 ['OS=="linux"', { 545 ['OS=="linux"', {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'link_settings': { 626 'link_settings': {
629 'libraries': [ 627 'libraries': [
630 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 628 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
631 ], 629 ],
632 }, 630 },
633 }, 631 },
634 ] 632 ]
635 }], 633 }],
636 ], 634 ],
637 } 635 }
OLDNEW
« no previous file with comments | « skia/ext/image_operations_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698