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

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

Issue 10540042: Move remaining webkit storage unit tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
« no previous file with comments | « webkit/quota/quota_temporary_storage_evictor_unittest.cc ('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) 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 '../../glue/resources/pan_east.cur', 9 '../../glue/resources/pan_east.cur',
10 '../../glue/resources/pan_middle.cur', 10 '../../glue/resources/pan_middle.cur',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 '../build/temp_gyp/googleurl.gyp:googleurl', 357 '../build/temp_gyp/googleurl.gyp:googleurl',
358 'test_shell_common', 358 'test_shell_common',
359 'test_shell_test_support', 359 'test_shell_test_support',
360 '<(DEPTH)/base/base.gyp:test_support_base', 360 '<(DEPTH)/base/base.gyp:test_support_base',
361 '<(DEPTH)/net/net.gyp:net', 361 '<(DEPTH)/net/net.gyp:net',
362 '<(DEPTH)/net/net.gyp:net_test_support', 362 '<(DEPTH)/net/net.gyp:net_test_support',
363 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', 363 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
364 '<(DEPTH)/skia/skia.gyp:skia', 364 '<(DEPTH)/skia/skia.gyp:skia',
365 '<(DEPTH)/testing/gmock.gyp:gmock', 365 '<(DEPTH)/testing/gmock.gyp:gmock',
366 '<(DEPTH)/testing/gtest.gyp:gtest', 366 '<(DEPTH)/testing/gtest.gyp:gtest',
367 '<(DEPTH)/third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
368 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 367 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
369 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', 368 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent',
370 ], 369 ],
371 'sources': [ 370 'sources': [
372 '../../appcache/manifest_parser_unittest.cc',
373 '../../appcache/appcache_unittest.cc',
374 '../../appcache/appcache_database_unittest.cc',
375 '../../appcache/appcache_group_unittest.cc',
376 '../../appcache/appcache_host_unittest.cc',
377 '../../appcache/appcache_quota_client_unittest.cc',
378 '../../appcache/appcache_request_handler_unittest.cc',
379 '../../appcache/appcache_response_unittest.cc',
380 '../../appcache/appcache_service_unittest.cc',
381 '../../appcache/appcache_storage_unittest.cc',
382 '../../appcache/appcache_storage_impl_unittest.cc',
383 '../../appcache/appcache_update_job_unittest.cc',
384 '../../appcache/appcache_url_request_job_unittest.cc',
385 '../../appcache/mock_appcache_policy.h',
386 '../../appcache/mock_appcache_policy.cc',
387 '../../appcache/mock_appcache_service.cc',
388 '../../appcache/mock_appcache_service.h',
389 '../../appcache/mock_appcache_storage.cc',
390 '../../appcache/mock_appcache_storage.h',
391 '../../appcache/mock_appcache_storage_unittest.cc',
392 '../../blob/blob_storage_controller_unittest.cc',
393 '../../blob/blob_url_request_job_unittest.cc',
394 '../../blob/shareable_file_reference_unittest.cc',
395 '../../database/database_connections_unittest.cc',
396 '../../database/database_quota_client_unittest.cc',
397 '../../database/databases_table_unittest.cc',
398 '../../database/database_tracker_unittest.cc',
399 '../../database/database_util_unittest.cc',
400 '../../database/quota_table_unittest.cc',
401 '../../dom_storage/dom_storage_area_unittest.cc',
402 '../../dom_storage/dom_storage_cached_area_unittest.cc',
403 '../../dom_storage/dom_storage_context_unittest.cc',
404 '../../dom_storage/dom_storage_database_unittest.cc',
405 '../../dom_storage/dom_storage_map_unittest.cc',
406 '../../dom_storage/session_storage_database_unittest.cc',
407 '../../glue/bookmarklet_unittest.cc', 371 '../../glue/bookmarklet_unittest.cc',
408 '../../glue/cpp_bound_class_unittest.cc', 372 '../../glue/cpp_bound_class_unittest.cc',
409 '../../glue/cpp_variant_unittest.cc', 373 '../../glue/cpp_variant_unittest.cc',
410 '../../glue/dom_operations_unittest.cc', 374 '../../glue/dom_operations_unittest.cc',
411 '../../glue/dom_serializer_unittest.cc', 375 '../../glue/dom_serializer_unittest.cc',
412 '../../glue/glue_serialize_unittest.cc', 376 '../../glue/glue_serialize_unittest.cc',
413 '../../glue/iframe_redirect_unittest.cc', 377 '../../glue/iframe_redirect_unittest.cc',
414 '../../glue/mimetype_unittest.cc', 378 '../../glue/mimetype_unittest.cc',
415 '../../glue/multipart_response_delegate_unittest.cc', 379 '../../glue/multipart_response_delegate_unittest.cc',
416 '../../glue/regular_expression_unittest.cc', 380 '../../glue/regular_expression_unittest.cc',
(...skipping 13 matching lines...) Expand all
430 '../../plugins/ppapi/host_var_tracker_unittest.cc', 394 '../../plugins/ppapi/host_var_tracker_unittest.cc',
431 '../../plugins/ppapi/mock_plugin_delegate.cc', 395 '../../plugins/ppapi/mock_plugin_delegate.cc',
432 '../../plugins/ppapi/mock_plugin_delegate.h', 396 '../../plugins/ppapi/mock_plugin_delegate.h',
433 '../../plugins/ppapi/mock_resource.h', 397 '../../plugins/ppapi/mock_resource.h',
434 '../../plugins/ppapi/ppapi_unittest.cc', 398 '../../plugins/ppapi/ppapi_unittest.cc',
435 '../../plugins/ppapi/ppapi_unittest.h', 399 '../../plugins/ppapi/ppapi_unittest.h',
436 '../../plugins/ppapi/ppb_file_chooser_impl_unittest.cc', 400 '../../plugins/ppapi/ppb_file_chooser_impl_unittest.cc',
437 '../../plugins/ppapi/quota_file_io_unittest.cc', 401 '../../plugins/ppapi/quota_file_io_unittest.cc',
438 '../../plugins/ppapi/time_conversion_unittest.cc', 402 '../../plugins/ppapi/time_conversion_unittest.cc',
439 '../../plugins/ppapi/url_request_info_unittest.cc', 403 '../../plugins/ppapi/url_request_info_unittest.cc',
440 '../../quota/mock_quota_manager.cc',
441 '../../quota/mock_quota_manager.h',
442 '../../quota/mock_quota_manager_unittest.cc',
443 '../../quota/mock_special_storage_policy.cc',
444 '../../quota/mock_special_storage_policy.h',
445 '../../quota/mock_storage_client.cc',
446 '../../quota/mock_storage_client.h',
447 '../../quota/quota_database_unittest.cc',
448 '../../quota/quota_manager_unittest.cc',
449 '../../quota/quota_temporary_storage_evictor_unittest.cc',
450 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp', 404 '../webcore_unit_tests/BMPImageDecoder_unittest.cpp',
451 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp', 405 '../webcore_unit_tests/ICOImageDecoder_unittest.cpp',
452 'image_decoder_unittest.cc', 406 'image_decoder_unittest.cc',
453 'image_decoder_unittest.h', 407 'image_decoder_unittest.h',
454 'mock_spellcheck_unittest.cc', 408 'mock_spellcheck_unittest.cc',
455 'plugin_tests.cc', 409 'plugin_tests.cc',
456 'run_all_tests.cc', 410 'run_all_tests.cc',
457 'test_shell_test.cc', 411 'test_shell_test.cc',
458 'test_shell_test.h', 412 'test_shell_test.h',
459 ], 413 ],
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'link_settings': { 679 'link_settings': {
726 'libraries': [ 680 'libraries': [
727 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 681 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
728 ], 682 ],
729 }, 683 },
730 }, 684 },
731 ], 685 ],
732 }], 686 }],
733 ], 687 ],
734 } 688 }
OLDNEW
« no previous file with comments | « webkit/quota/quota_temporary_storage_evictor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698