summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.gypi
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 10:26:56 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 10:26:56 +0000
commitf83b5b783ac4fd566328772caccb5c3e2d8b8f9a (patch)
treee098a0aa3aab90d29ab8bacdd8ec4328fa6813c6 /webkit/tools/test_shell/test_shell.gypi
parent6e3953dd1dd86347917a18afc83f8c7d1792cd25 (diff)
downloadchromium_src-f83b5b783ac4fd566328772caccb5c3e2d8b8f9a.zip
chromium_src-f83b5b783ac4fd566328772caccb5c3e2d8b8f9a.tar.gz
chromium_src-f83b5b783ac4fd566328772caccb5c3e2d8b8f9a.tar.bz2
Cleanup: factor out common test sets under fileapi/
I wanted to use the same set of files for other testing and wanted to make this cleanup first. BUG=none TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/9200005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.gypi')
-rw-r--r--webkit/tools/test_shell/test_shell.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 60d1be4..797abec 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -420,6 +420,8 @@
'../../fileapi/obfuscated_file_util_unittest.cc',
'../../fileapi/quota_file_util_unittest.cc',
'../../fileapi/sandbox_mount_point_provider_unittest.cc',
+ '../../fileapi/test_file_set.cc',
+ '../../fileapi/test_file_set.h',
'../../fileapi/webfilewriter_base_unittest.cc',
'../../glue/bookmarklet_unittest.cc',
'../../glue/context_menu_unittest.cc',