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

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

Issue 164318: Added regression test for event listeners memory leak. (Closed)
Patch Set: Removed some unused includes. Created 11 years, 4 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
« no previous file with comments | « webkit/tools/test_shell/run_all_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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', 499 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp',
500 '../webcore_unit_tests/GKURL_unittest.cpp', 500 '../webcore_unit_tests/GKURL_unittest.cpp',
501 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', 501 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp',
502 '../webcore_unit_tests/UniscribeHelper_unittest.cpp', 502 '../webcore_unit_tests/UniscribeHelper_unittest.cpp',
503 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp', 503 '../webcore_unit_tests/XBMImageDecoder_unittest.cpp',
504 '../webcore_unit_tests/TransparencyWin_unittest.cpp', 504 '../webcore_unit_tests/TransparencyWin_unittest.cpp',
505 'image_decoder_unittest.cc', 505 'image_decoder_unittest.cc',
506 'image_decoder_unittest.h', 506 'image_decoder_unittest.h',
507 'keyboard_unittest.cc', 507 'keyboard_unittest.cc',
508 'layout_test_controller_unittest.cc', 508 'layout_test_controller_unittest.cc',
509 'listener_leak_test.cc',
509 'media_leak_test.cc', 510 'media_leak_test.cc',
510 'node_leak_test.cc', 511 'node_leak_test.cc',
511 'plugin_tests.cc', 512 'plugin_tests.cc',
512 'run_all_tests.cc', 513 'run_all_tests.cc',
513 'test_shell_test.cc', 514 'test_shell_test.cc',
514 'test_shell_test.h', 515 'test_shell_test.h',
515 'text_input_controller_unittest.cc', 516 'text_input_controller_unittest.cc',
516 ], 517 ],
517 'conditions': [ 518 'conditions': [
518 ['OS=="win"', { 519 ['OS=="win"', {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'link_settings': { 664 'link_settings': {
664 'libraries': [ 665 'libraries': [
665 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 666 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
666 ], 667 ],
667 }, 668 },
668 }, 669 },
669 ], 670 ],
670 }], 671 }],
671 ], 672 ],
672 } 673 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/run_all_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698