| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'test_shell_windows_resource_files': [ | 7 'test_shell_windows_resource_files': [ |
| 8 'resources/test_shell.rc', | 8 'resources/test_shell.rc', |
| 9 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
| 10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 455 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
| 456 'dependencies': [ | 456 'dependencies': [ |
| 457 'test_shell_pak', | 457 'test_shell_pak', |
| 458 '<(DEPTH)/build/linux/system.gyp:gtk', | 458 '<(DEPTH)/build/linux/system.gyp:gtk', |
| 459 ], | 459 ], |
| 460 'sources!': [ | 460 'sources!': [ |
| 461 # TODO(port) | 461 # TODO(port) |
| 462 '../../../skia/ext/platform_canvas_unittest.cc', | 462 '../../../skia/ext/platform_canvas_unittest.cc', |
| 463 ], | 463 ], |
| 464 }], | 464 }], |
| 465 ['chromeos==1', { |
| 466 'sources': [ |
| 467 '../../chromeos/fileapi/file_access_permissions_unittest.cc', |
| 468 ], |
| 469 }], |
| 465 ['OS=="mac"', { | 470 ['OS=="mac"', { |
| 466 # mac tests load the resources from the built test_shell beside the | 471 # mac tests load the resources from the built test_shell beside the |
| 467 # test | 472 # test |
| 468 'dependencies': [ | 473 'dependencies': [ |
| 469 'test_shell', | 474 'test_shell', |
| 470 ], | 475 ], |
| 471 'sources!': [ | 476 'sources!': [ |
| 472 # Disable the image decoder tests because we use CoreGraphics | 477 # Disable the image decoder tests because we use CoreGraphics |
| 473 # code on mac and these tests are for the Skia image-decoders. | 478 # code on mac and these tests are for the Skia image-decoders. |
| 474 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 479 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 735 ], | 740 ], |
| 736 }], | 741 }], |
| 737 ], | 742 ], |
| 738 } | 743 } |
| 739 | 744 |
| 740 # Local Variables: | 745 # Local Variables: |
| 741 # tab-width:2 | 746 # tab-width:2 |
| 742 # indent-tabs-mode:nil | 747 # indent-tabs-mode:nil |
| 743 # End: | 748 # End: |
| 744 # vim: set expandtab tabstop=2 shiftwidth=2: | 749 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |