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

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

Issue 14841004: Remove remaining references to test_shell_tests now that the bots have been updated. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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/test_shell.cc ('k') | webkit/tools/test_shell/test_shell_gtk.cc » ('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) 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 '../../../ui/resources/cursors/pan_east.cur', 9 '../../../ui/resources/cursors/pan_east.cur',
10 '../../../ui/resources/cursors/pan_middle.cur', 10 '../../../ui/resources/cursors/pan_middle.cur',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 }, { # OS != "mac" 347 }, { # OS != "mac"
348 'dependencies': [ 348 'dependencies': [
349 '<(DEPTH)/net/net.gyp:net_resources', 349 '<(DEPTH)/net/net.gyp:net_resources',
350 '<(DEPTH)/ui/ui.gyp:ui_resources', 350 '<(DEPTH)/ui/ui.gyp:ui_resources',
351 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 351 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
352 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', 352 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
353 ] 353 ]
354 }], 354 }],
355 ], 355 ],
356 }, 356 },
357 {
358 'target_name': 'test_shell_tests',
359 'type': 'executable',
360 'sources': [
361 'run_all_tests.cc',
362 ],
363 },
364 ], 357 ],
365 }], 358 }],
366 ['OS!="android" and OS!="ios"', { 359 ['OS!="android" and OS!="ios"', {
367 # npapi test plugin doesn't build on android or ios 360 # npapi test plugin doesn't build on android or ios
368 'targets': [ 361 'targets': [
369 { 362 {
370 'target_name': 'npapi_test_common', 363 'target_name': 'npapi_test_common',
371 'type': 'static_library', 364 'type': 'static_library',
372 'dependencies': [ 365 'dependencies': [
373 '<(DEPTH)/base/base.gyp:base', 366 '<(DEPTH)/base/base.gyp:base',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'action_name': 'test_shell_resources', 524 'action_name': 'test_shell_resources',
532 'includes': [ '../../../build/grit_action.gypi' ], 525 'includes': [ '../../../build/grit_action.gypi' ],
533 }, 526 },
534 ], 527 ],
535 'includes': [ '../../../build/grit_target.gypi' ], 528 'includes': [ '../../../build/grit_target.gypi' ],
536 }, 529 },
537 ], 530 ],
538 }], 531 }],
539 ], 532 ],
540 } 533 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/tools/test_shell/test_shell_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698