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

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

Issue 79082: Add bitmap manipulation functions in advance of themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'type': 'executable', 246 'type': 'executable',
247 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867', 247 'msvs_guid': 'E6766F81-1FCD-4CD7-BC16-E36964A14867',
248 'dependencies': [ 248 'dependencies': [
249 'test_shell_common', 249 'test_shell_common',
250 '../../../skia/skia.gyp:skia', 250 '../../../skia/skia.gyp:skia',
251 '../../../testing/gtest.gyp:gtest', 251 '../../../testing/gtest.gyp:gtest',
252 ], 252 ],
253 'sources': [ 253 'sources': [
254 '../../../skia/ext/convolver_unittest.cc', 254 '../../../skia/ext/convolver_unittest.cc',
255 '../../../skia/ext/image_operations_unittest.cc', 255 '../../../skia/ext/image_operations_unittest.cc',
256 '../../../skia/ext/skia_utils_unittest.cc',
256 '../../../skia/ext/platform_canvas_unittest.cc', 257 '../../../skia/ext/platform_canvas_unittest.cc',
257 '../../../skia/ext/vector_canvas_unittest.cc', 258 '../../../skia/ext/vector_canvas_unittest.cc',
258 '../../glue/bookmarklet_unittest.cc', 259 '../../glue/bookmarklet_unittest.cc',
259 '../../glue/context_menu_unittest.cc', 260 '../../glue/context_menu_unittest.cc',
260 '../../glue/cpp_bound_class_unittest.cc', 261 '../../glue/cpp_bound_class_unittest.cc',
261 '../../glue/cpp_variant_unittest.cc', 262 '../../glue/cpp_variant_unittest.cc',
262 '../../glue/devtools/dom_agent_unittest.cc', 263 '../../glue/devtools/dom_agent_unittest.cc',
263 '../../glue/devtools/devtools_rpc_unittest.cc', 264 '../../glue/devtools/devtools_rpc_unittest.cc',
264 '../../glue/dom_operations_unittest.cc', 265 '../../glue/dom_operations_unittest.cc',
265 '../../glue/dom_serializer_unittest.cc', 266 '../../glue/dom_serializer_unittest.cc',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'sources': [ 488 'sources': [
488 '../../../chrome/test/worker/test_webworker.cc', 489 '../../../chrome/test/worker/test_webworker.cc',
489 '../../../chrome/test/worker/test_worker_main.cc', 490 '../../../chrome/test/worker/test_worker_main.cc',
490 '../../../chrome/worker/worker_webkitclient_impl.cc', 491 '../../../chrome/worker/worker_webkitclient_impl.cc',
491 ], 492 ],
492 }, 493 },
493 ], 494 ],
494 }], 495 }],
495 ], 496 ],
496 } 497 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698