OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 '../../plugins/ppapi/mock_platform_image_2d.cc', | 387 '../../plugins/ppapi/mock_platform_image_2d.cc', |
388 '../../plugins/ppapi/mock_platform_image_2d.h', | 388 '../../plugins/ppapi/mock_platform_image_2d.h', |
389 '../../plugins/ppapi/mock_plugin_delegate.cc', | 389 '../../plugins/ppapi/mock_plugin_delegate.cc', |
390 '../../plugins/ppapi/mock_plugin_delegate.h', | 390 '../../plugins/ppapi/mock_plugin_delegate.h', |
391 '../../plugins/ppapi/mock_resource.h', | 391 '../../plugins/ppapi/mock_resource.h', |
392 '../../plugins/ppapi/ppapi_plugin_instance_unittest.cc', | 392 '../../plugins/ppapi/ppapi_plugin_instance_unittest.cc', |
393 '../../plugins/ppapi/ppapi_unittest.cc', | 393 '../../plugins/ppapi/ppapi_unittest.cc', |
394 '../../plugins/ppapi/ppapi_unittest.h', | 394 '../../plugins/ppapi/ppapi_unittest.h', |
395 '../../plugins/ppapi/quota_file_io_unittest.cc', | 395 '../../plugins/ppapi/quota_file_io_unittest.cc', |
396 '../../user_agent/user_agent_unittest.cc', | 396 '../../user_agent/user_agent_unittest.cc', |
397 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | |
398 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | |
399 'image_decoder_unittest.cc', | |
400 'image_decoder_unittest.h', | |
401 'mock_spellcheck_unittest.cc', | 397 'mock_spellcheck_unittest.cc', |
402 'plugin_tests.cc', | 398 'plugin_tests.cc', |
403 'run_all_tests.cc', | 399 'run_all_tests.cc', |
404 'test_shell_test.cc', | 400 'test_shell_test.cc', |
405 'test_shell_test.h', | 401 'test_shell_test.h', |
406 ], | 402 ], |
407 'conditions': [ | 403 'conditions': [ |
408 ['OS=="win"', { | 404 ['OS=="win"', { |
409 'resource_include_dirs': [ | 405 'resource_include_dirs': [ |
410 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 406 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
(...skipping 22 matching lines...) Expand all Loading... |
433 '../../chromeos/fileapi/memory_file_util.h', | 429 '../../chromeos/fileapi/memory_file_util.h', |
434 '../../chromeos/fileapi/memory_file_util_unittest.cc', | 430 '../../chromeos/fileapi/memory_file_util_unittest.cc', |
435 ], | 431 ], |
436 }], | 432 }], |
437 ['OS=="mac"', { | 433 ['OS=="mac"', { |
438 # mac tests load the resources from the built test_shell beside th
e | 434 # mac tests load the resources from the built test_shell beside th
e |
439 # test | 435 # test |
440 'dependencies': [ | 436 'dependencies': [ |
441 'test_shell', | 437 'test_shell', |
442 ], | 438 ], |
443 'sources!': [ | |
444 # Disable the image decoder tests because we use CoreGraphics | |
445 # code on mac and these tests are for the Skia image-decoders. | |
446 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', | |
447 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', | |
448 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', | |
449 'image_decoder_unittest.cc', | |
450 'image_decoder_unittest.h', | |
451 ], | |
452 'sources': [ | |
453 ], | |
454 }], | 439 }], |
455 ['OS=="win"', { | 440 ['OS=="win"', { |
456 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
457 'msvs_disabled_warnings': [ 4800, 4267 ], | 442 'msvs_disabled_warnings': [ 4800, 4267 ], |
458 }], | 443 }], |
459 ['os_posix == 1 and OS != "mac"', { | 444 ['os_posix == 1 and OS != "mac"', { |
460 'conditions': [ | 445 'conditions': [ |
461 ['linux_use_tcmalloc==1', { | 446 ['linux_use_tcmalloc==1', { |
462 'dependencies': [ | 447 'dependencies': [ |
463 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 448 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 'action_name': 'test_shell_resources', | 622 'action_name': 'test_shell_resources', |
638 'includes': [ '../../../build/grit_action.gypi' ], | 623 'includes': [ '../../../build/grit_action.gypi' ], |
639 }, | 624 }, |
640 ], | 625 ], |
641 'includes': [ '../../../build/grit_target.gypi' ], | 626 'includes': [ '../../../build/grit_target.gypi' ], |
642 }, | 627 }, |
643 ], | 628 ], |
644 }], | 629 }], |
645 ], | 630 ], |
646 } | 631 } |
OLD | NEW |