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

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

Issue 6056008: Move lots of GMock stuff out of line. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright junk Created 9 years, 11 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
« gpu/gpu.gyp ('K') | « media/media.gyp ('k') | no next file » | 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) 2010 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 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
11 'resources/pan_north.cur', 11 'resources/pan_north.cur',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 { 344 {
345 'target_name': 'test_shell_tests', 345 'target_name': 'test_shell_tests',
346 'type': 'executable', 346 'type': 'executable',
347 'variables': { 347 'variables': {
348 'chromium_code': 1, 348 'chromium_code': 1,
349 }, 349 },
350 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', 350 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867',
351 'dependencies': [ 351 'dependencies': [
352 'test_shell_common', 352 'test_shell_common',
353 '<(DEPTH)/base/base.gyp:test_support_base', 353 '<(DEPTH)/base/base.gyp:test_support_base',
354 '<(DEPTH)/media/media.gyp:media_test_support',
354 '<(DEPTH)/net/net.gyp:net_test_support', 355 '<(DEPTH)/net/net.gyp:net_test_support',
355 '<(DEPTH)/skia/skia.gyp:skia', 356 '<(DEPTH)/skia/skia.gyp:skia',
356 '<(DEPTH)/testing/gmock.gyp:gmock', 357 '<(DEPTH)/testing/gmock.gyp:gmock',
357 '<(DEPTH)/testing/gtest.gyp:gtest', 358 '<(DEPTH)/testing/gtest.gyp:gtest',
358 ], 359 ],
359 'sources': [ 360 'sources': [
360 '../../../skia/ext/convolver_unittest.cc', 361 '../../../skia/ext/convolver_unittest.cc',
361 '../../../skia/ext/image_operations_unittest.cc', 362 '../../../skia/ext/image_operations_unittest.cc',
362 '../../../skia/ext/platform_canvas_unittest.cc', 363 '../../../skia/ext/platform_canvas_unittest.cc',
363 '../../../skia/ext/vector_canvas_unittest.cc', 364 '../../../skia/ext/vector_canvas_unittest.cc',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 ], 735 ],
735 }], 736 }],
736 ], 737 ],
737 } 738 }
738 739
739 # Local Variables: 740 # Local Variables:
740 # tab-width:2 741 # tab-width:2
741 # indent-tabs-mode:nil 742 # indent-tabs-mode:nil
742 # End: 743 # End:
743 # vim: set expandtab tabstop=2 shiftwidth=2: 744 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gpu/gpu.gyp ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698