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

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

Issue 155237: Added a media playback test to test_shell_tests... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « webkit/tools/test_shell/media_leak_test.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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', 480 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp',
481 '../webcore_unit_tests/GKURL_unittest.cpp', 481 '../webcore_unit_tests/GKURL_unittest.cpp',
482 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', 482 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp',
483 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', 483 '../webcore_unit_tests/UniscribeHelper_unittest.cpp',
484 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', 484 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp',
485 '../webcore_unit_tests/TransparencyWin_unittest.cpp', 485 '../webcore_unit_tests/TransparencyWin_unittest.cpp',
486 'image_decoder_unittest.cc', 486 'image_decoder_unittest.cc',
487 'image_decoder_unittest.h', 487 'image_decoder_unittest.h',
488 'keyboard_unittest.cc', 488 'keyboard_unittest.cc',
489 'layout_test_controller_unittest.cc', 489 'layout_test_controller_unittest.cc',
490 'media_leak_test.cc',
490 'node_leak_test.cc', 491 'node_leak_test.cc',
491 'plugin_tests.cc', 492 'plugin_tests.cc',
492 'run_all_tests.cc', 493 'run_all_tests.cc',
493 'test_shell_test.cc', 494 'test_shell_test.cc',
494 'test_shell_test.h', 495 'test_shell_test.h',
495 'text_input_controller_unittest.cc', 496 'text_input_controller_unittest.cc',
496 ], 497 ],
497 'conditions': [ 498 'conditions': [
498 ['OS=="win"', { 499 ['OS=="win"', {
499 'resource_include_dirs': [ 500 'resource_include_dirs': [
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'link_settings': { 631 'link_settings': {
631 'libraries': [ 632 'libraries': [
632 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 633 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
633 ], 634 ],
634 }, 635 },
635 }, 636 },
636 ] 637 ]
637 }], 638 }],
638 ], 639 ],
639 } 640 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/media_leak_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698