| Index: webkit/tools/test_shell/test_shell.gypi
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.gypi (revision 120269)
|
| +++ webkit/tools/test_shell/test_shell.gypi (working copy)
|
| @@ -50,6 +50,7 @@
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:appcache',
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:blob',
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:database',
|
| + '<(DEPTH)/webkit/support/webkit_support.gyp:dom_storage',
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:fileapi',
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:quota',
|
| @@ -403,6 +404,8 @@
|
| '../../database/database_tracker_unittest.cc',
|
| '../../database/database_util_unittest.cc',
|
| '../../database/quota_table_unittest.cc',
|
| + '../../dom_storage/dom_storage_area_unittest.cc',
|
| + '../../dom_storage/dom_storage_map_unittest.cc',
|
| '../../fileapi/file_system_directory_database_unittest.cc',
|
| '../../fileapi/file_system_file_util_unittest.cc',
|
| '../../fileapi/file_system_mount_point_provider_unittest.cc',
|
|
|