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

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

Issue 100097: Reverting 14712. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | « skia/ext/skia_utils_unittest.cc ('k') | webkit/tools/test_shell/test_shell_tests.vcproj » ('j') | 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'type': 'executable', 295 'type': 'executable',
296 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', 296 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867',
297 'dependencies': [ 297 'dependencies': [
298 'test_shell_common', 298 'test_shell_common',
299 '../../../skia/skia.gyp:skia', 299 '../../../skia/skia.gyp:skia',
300 '../../../testing/gtest.gyp:gtest', 300 '../../../testing/gtest.gyp:gtest',
301 ], 301 ],
302 'sources': [ 302 'sources': [
303 '../../../skia/ext/convolver_unittest.cc', 303 '../../../skia/ext/convolver_unittest.cc',
304 '../../../skia/ext/image_operations_unittest.cc', 304 '../../../skia/ext/image_operations_unittest.cc',
305 '../../../skia/ext/skia_utils_unittest.cc'
306 '../../../skia/ext/platform_canvas_unittest.cc', 305 '../../../skia/ext/platform_canvas_unittest.cc',
307 '../../../skia/ext/vector_canvas_unittest.cc', 306 '../../../skia/ext/vector_canvas_unittest.cc',
308 '../../glue/bookmarklet_unittest.cc', 307 '../../glue/bookmarklet_unittest.cc',
309 '../../glue/context_menu_unittest.cc', 308 '../../glue/context_menu_unittest.cc',
310 '../../glue/cpp_bound_class_unittest.cc', 309 '../../glue/cpp_bound_class_unittest.cc',
311 '../../glue/cpp_variant_unittest.cc', 310 '../../glue/cpp_variant_unittest.cc',
312 '../../glue/devtools/dom_agent_unittest.cc', 311 '../../glue/devtools/dom_agent_unittest.cc',
313 '../../glue/devtools/devtools_rpc_unittest.cc', 312 '../../glue/devtools/devtools_rpc_unittest.cc',
314 '../../glue/dom_operations_unittest.cc', 313 '../../glue/dom_operations_unittest.cc',
315 '../../glue/dom_serializer_unittest.cc', 314 '../../glue/dom_serializer_unittest.cc',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 ], 506 ],
508 'sources': [ 507 'sources': [
509 'test_worker/test_webworker.cc', 508 'test_worker/test_webworker.cc',
510 'test_worker/test_worker_main.cc', 509 'test_worker/test_worker_main.cc',
511 ], 510 ],
512 }, 511 },
513 ], 512 ],
514 }], 513 }],
515 ], 514 ],
516 } 515 }
OLDNEW
« no previous file with comments | « skia/ext/skia_utils_unittest.cc ('k') | webkit/tools/test_shell/test_shell_tests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698