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

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

Issue 9146025: Framing for a DOMStorage backend that does not depend on in-process-webkit. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 10 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) 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '<(DEPTH)/net/net.gyp:net', 43 '<(DEPTH)/net/net.gyp:net',
44 '<(DEPTH)/skia/skia.gyp:skia', 44 '<(DEPTH)/skia/skia.gyp:skia',
45 '<(DEPTH)/testing/gmock.gyp:gmock', 45 '<(DEPTH)/testing/gmock.gyp:gmock',
46 '<(DEPTH)/testing/gtest.gyp:gtest', 46 '<(DEPTH)/testing/gtest.gyp:gtest',
47 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector _resources', 47 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:inspector _resources',
48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 48 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 49 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache', 50 '<(DEPTH)/webkit/support/webkit_support.gyp:appcache',
51 '<(DEPTH)/webkit/support/webkit_support.gyp:blob', 51 '<(DEPTH)/webkit/support/webkit_support.gyp:blob',
52 '<(DEPTH)/webkit/support/webkit_support.gyp:database', 52 '<(DEPTH)/webkit/support/webkit_support.gyp:database',
53 '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage',
53 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi', 54 '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi',
54 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 55 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
55 '<(DEPTH)/webkit/support/webkit_support.gyp:quota', 56 '<(DEPTH)/webkit/support/webkit_support.gyp:quota',
56 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu', 57 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_gpu',
57 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media', 58 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_media',
58 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
59 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common', 60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_support_common',
60 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent', 61 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_user_agent',
61 ], 62 ],
62 'sources': [ 63 'sources': [
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../../appcache/mock_appcache_storage_unittest.cc', 397 '../../appcache/mock_appcache_storage_unittest.cc',
397 '../../blob/blob_storage_controller_unittest.cc', 398 '../../blob/blob_storage_controller_unittest.cc',
398 '../../blob/blob_url_request_job_unittest.cc', 399 '../../blob/blob_url_request_job_unittest.cc',
399 '../../blob/deletable_file_reference_unittest.cc', 400 '../../blob/deletable_file_reference_unittest.cc',
400 '../../database/database_connections_unittest.cc', 401 '../../database/database_connections_unittest.cc',
401 '../../database/database_quota_client_unittest.cc', 402 '../../database/database_quota_client_unittest.cc',
402 '../../database/databases_table_unittest.cc', 403 '../../database/databases_table_unittest.cc',
403 '../../database/database_tracker_unittest.cc', 404 '../../database/database_tracker_unittest.cc',
404 '../../database/database_util_unittest.cc', 405 '../../database/database_util_unittest.cc',
405 '../../database/quota_table_unittest.cc', 406 '../../database/quota_table_unittest.cc',
407 '../../dom_storage/dom_storage_area_unittest.cc',
408 '../../dom_storage/dom_storage_map_unittest.cc',
406 '../../fileapi/file_system_directory_database_unittest.cc', 409 '../../fileapi/file_system_directory_database_unittest.cc',
407 '../../fileapi/file_system_file_util_unittest.cc', 410 '../../fileapi/file_system_file_util_unittest.cc',
408 '../../fileapi/file_system_mount_point_provider_unittest.cc', 411 '../../fileapi/file_system_mount_point_provider_unittest.cc',
409 '../../fileapi/file_system_operation_unittest.cc', 412 '../../fileapi/file_system_operation_unittest.cc',
410 '../../fileapi/file_system_origin_database_unittest.cc', 413 '../../fileapi/file_system_origin_database_unittest.cc',
411 '../../fileapi/file_system_quota_client_unittest.cc', 414 '../../fileapi/file_system_quota_client_unittest.cc',
412 '../../fileapi/file_system_quota_unittest.cc', 415 '../../fileapi/file_system_quota_unittest.cc',
413 '../../fileapi/file_system_test_helper.cc', 416 '../../fileapi/file_system_test_helper.cc',
414 '../../fileapi/file_system_test_helper.h', 417 '../../fileapi/file_system_test_helper.h',
415 '../../fileapi/file_system_usage_cache_unittest.cc', 418 '../../fileapi/file_system_usage_cache_unittest.cc',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'link_settings': { 775 'link_settings': {
773 'libraries': [ 776 'libraries': [
774 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 777 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
775 ], 778 ],
776 }, 779 },
777 }, 780 },
778 ], 781 ],
779 }], 782 }],
780 ], 783 ],
781 } 784 }
OLDNEW
« webkit/dom_storage/dom_storage_task_runner.h ('K') | « webkit/support/webkit_support.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698