| 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', | 341 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', |
| 342 #TODO(dmichael): Remove this #define once all plugins are ported from | 342 #TODO(dmichael): Remove this #define once all plugins are ported from |
| 343 # PPP_Instance and PPB_Instance scripting functions. | 343 # PPP_Instance and PPB_Instance scripting functions. |
| 344 'defines': [ | 344 'defines': [ |
| 345 'PPAPI_INSTANCE_REMOVE_SCRIPTING', | 345 'PPAPI_INSTANCE_REMOVE_SCRIPTING', |
| 346 ], | 346 ], |
| 347 'dependencies': [ | 347 'dependencies': [ |
| 348 'test_shell_common', | 348 'test_shell_common', |
| 349 '<(DEPTH)/base/base.gyp:test_support_base', | 349 '<(DEPTH)/base/base.gyp:test_support_base', |
| 350 '<(DEPTH)/media/media.gyp:media_test_support', | 350 '<(DEPTH)/media/media.gyp:media_test_support', |
| 351 '<(DEPTH)/net/net.gyp:net', |
| 351 '<(DEPTH)/net/net.gyp:net_test_support', | 352 '<(DEPTH)/net/net.gyp:net_test_support', |
| 352 '<(DEPTH)/skia/skia.gyp:skia', | 353 '<(DEPTH)/skia/skia.gyp:skia', |
| 353 '<(DEPTH)/testing/gmock.gyp:gmock', | 354 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 354 '<(DEPTH)/testing/gtest.gyp:gtest', | 355 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 355 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', | 356 '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb', |
| 356 ], | 357 ], |
| 357 'sources': [ | 358 'sources': [ |
| 358 '../../../skia/ext/convolver_unittest.cc', | 359 '../../../skia/ext/convolver_unittest.cc', |
| 359 '../../../skia/ext/image_operations_unittest.cc', | 360 '../../../skia/ext/image_operations_unittest.cc', |
| 360 '../../../skia/ext/platform_canvas_unittest.cc', | 361 '../../../skia/ext/platform_canvas_unittest.cc', |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 ], | 758 ], |
| 758 }], | 759 }], |
| 759 ], | 760 ], |
| 760 } | 761 } |
| 761 | 762 |
| 762 # Local Variables: | 763 # Local Variables: |
| 763 # tab-width:2 | 764 # tab-width:2 |
| 764 # indent-tabs-mode:nil | 765 # indent-tabs-mode:nil |
| 765 # End: | 766 # End: |
| 766 # vim: set expandtab tabstop=2 shiftwidth=2: | 767 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |