| OLD | NEW |
| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 'sources!': [ | 514 'sources!': [ |
| 515 'plugin_tests.cc', | 515 'plugin_tests.cc', |
| 516 | 516 |
| 517 # Disable the image decoder tests because we use CoreGraphics | 517 # Disable the image decoder tests because we use CoreGraphics |
| 518 # code on mac and these tests are for the Skia image-decoders. | 518 # code on mac and these tests are for the Skia image-decoders. |
| 519 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | 519 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', |
| 520 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | 520 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', |
| 521 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', | 521 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', |
| 522 'image_decoder_unittest.cc', | 522 'image_decoder_unittest.cc', |
| 523 'image_decoder_unittest.h', | 523 'image_decoder_unittest.h', |
| 524 ] | 524 ], |
| 525 'sources': [ |
| 526 '../../../skia/ext/skia_utils_mac_unittest.mm', |
| 527 ], |
| 525 }], | 528 }], |
| 526 ['OS=="win"', { | 529 ['OS=="win"', { |
| 527 'msvs_disabled_warnings': [ 4800 ], | 530 'msvs_disabled_warnings': [ 4800 ], |
| 528 }, { # else: OS!=win | 531 }, { # else: OS!=win |
| 529 'sources!': [ | 532 'sources!': [ |
| 530 '../../../skia/ext/image_operations_unittest.cc', | 533 '../../../skia/ext/image_operations_unittest.cc', |
| 531 '../../../skia/ext/skia_utils_unittest.cc', | 534 '../../../skia/ext/skia_utils_unittest.cc', |
| 532 '../../../skia/ext/vector_canvas_unittest.cc', | 535 '../../../skia/ext/vector_canvas_unittest.cc', |
| 533 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', | 536 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', |
| 534 '../webcore_unit_tests/TransparencyWin_unittest.cpp', | 537 '../webcore_unit_tests/TransparencyWin_unittest.cpp', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'conditions': [ | 607 'conditions': [ |
| 605 ['OS!="win"', { | 608 ['OS!="win"', { |
| 606 'sources!' : ['test_worker/test_worker.def'], | 609 'sources!' : ['test_worker/test_worker.def'], |
| 607 }], | 610 }], |
| 608 ], | 611 ], |
| 609 }, | 612 }, |
| 610 ], | 613 ], |
| 611 }], | 614 }], |
| 612 ], | 615 ], |
| 613 } | 616 } |
| OLD | NEW |