| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |