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

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

Issue 102014: Rewrite plugin_tests.cc to use FilePath and file_utils.h instead... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/plugin_tests.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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ['OS=="linux"', { 424 ['OS=="linux"', {
425 'dependencies': [ 425 'dependencies': [
426 # Linux tests use the built test_shell beside the test 426 # Linux tests use the built test_shell beside the test
427 'test_shell', 427 'test_shell',
428 '../../../build/linux/system.gyp:gtk', 428 '../../../build/linux/system.gyp:gtk',
429 ], 429 ],
430 'sources!': [ 430 'sources!': [
431 # TODO(port) 431 # TODO(port)
432 '../../../skia/ext/platform_canvas_unittest.cc', 432 '../../../skia/ext/platform_canvas_unittest.cc',
433 '../../glue/webplugin_impl_unittest.cc', 433 '../../glue/webplugin_impl_unittest.cc',
434 'plugin_tests.cc'
434 ], 435 ],
435 }], 436 }],
436 ['OS=="mac"', { 437 ['OS=="mac"', {
437 # mac tests load the resources from the built test_shell beside the 438 # mac tests load the resources from the built test_shell beside the
438 # test 439 # test
439 'dependencies': ['test_shell'], 440 'dependencies': ['test_shell'],
440 }], 441 }],
441 ['OS=="win"', { 442 ['OS=="win"', {
442 'msvs_disabled_warnings': [ 4800 ], 443 'msvs_disabled_warnings': [ 4800 ],
443 }, { # else: OS!=win 444 }, { # else: OS!=win
444 'sources!': [ 445 'sources!': [
445 '../../../skia/ext/image_operations_unittest.cc', 446 '../../../skia/ext/image_operations_unittest.cc',
446 '../../../skia/ext/vector_canvas_unittest.cc', 447 '../../../skia/ext/vector_canvas_unittest.cc',
447 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', 448 '../webcore_unit_tests/UniscribeHelper_unittest.cpp',
448 '../webcore_unit_tests/TransparencyWin_unittest.cpp', 449 '../webcore_unit_tests/TransparencyWin_unittest.cpp',
449 'plugin_tests.cc'
450 ], 450 ],
451 }], 451 }],
452 ], 452 ],
453 }, 453 },
454 ], 454 ],
455 'conditions': [ 455 'conditions': [
456 ['OS=="linux"', { 456 ['OS=="linux"', {
457 'targets': [ 457 'targets': [
458 { 458 {
459 'target_name': 'test_shell_resources', 459 'target_name': 'test_shell_resources',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'conditions': [ 518 'conditions': [
519 ['OS!="win"', { 519 ['OS!="win"', {
520 'sources!' : ['test_worker/test_worker.def'], 520 'sources!' : ['test_worker/test_worker.def'],
521 }], 521 }],
522 ], 522 ],
523 }, 523 },
524 ], 524 ],
525 }], 525 }],
526 ], 526 ],
527 } 527 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/plugin_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698