OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 '../../glue/resources/pan_east.cur', | 9 '../../glue/resources/pan_east.cur', |
10 '../../glue/resources/pan_middle.cur', | 10 '../../glue/resources/pan_middle.cur', |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 }], | 331 }], |
332 ], | 332 ], |
333 }, | 333 }, |
334 { | 334 { |
335 'target_name': 'test_shell_tests', | 335 'target_name': 'test_shell_tests', |
336 'type': 'executable', | 336 'type': 'executable', |
337 'variables': { | 337 'variables': { |
338 'chromium_code': 1, | 338 'chromium_code': 1, |
339 }, | 339 }, |
340 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', | 340 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', |
| 341 #TODO(dmichael): Remove this #define once all plugins are ported from |
| 342 # PPP_Instance and PPB_Instance scripting functions. |
| 343 'defines': [ |
| 344 'PPAPI_INSTANCE_REMOVE_SCRIPTING', |
| 345 ], |
341 'dependencies': [ | 346 'dependencies': [ |
342 'test_shell_common', | 347 'test_shell_common', |
343 '<(DEPTH)/base/base.gyp:test_support_base', | 348 '<(DEPTH)/base/base.gyp:test_support_base', |
344 '<(DEPTH)/media/media.gyp:media_test_support', | 349 '<(DEPTH)/media/media.gyp:media_test_support', |
345 '<(DEPTH)/net/net.gyp:net_test_support', | 350 '<(DEPTH)/net/net.gyp:net_test_support', |
346 '<(DEPTH)/skia/skia.gyp:skia', | 351 '<(DEPTH)/skia/skia.gyp:skia', |
347 '<(DEPTH)/testing/gmock.gyp:gmock', | 352 '<(DEPTH)/testing/gmock.gyp:gmock', |
348 '<(DEPTH)/testing/gtest.gyp:gtest', | 353 '<(DEPTH)/testing/gtest.gyp:gtest', |
349 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', | 354 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', |
350 ], | 355 ], |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 ], | 759 ], |
755 }], | 760 }], |
756 ], | 761 ], |
757 } | 762 } |
758 | 763 |
759 # Local Variables: | 764 # Local Variables: |
760 # tab-width:2 | 765 # tab-width:2 |
761 # indent-tabs-mode:nil | 766 # indent-tabs-mode:nil |
762 # End: | 767 # End: |
763 # vim: set expandtab tabstop=2 shiftwidth=2: | 768 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |