Index: webkit/support/webkit_support.gypi |
diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi |
index 65ae3c7bbd99a06bbab8672ac639347a93a92efc..39be491d239e3ccf35de8980c0bbdf48d7a38aa7 100644 |
--- a/webkit/support/webkit_support.gypi |
+++ b/webkit/support/webkit_support.gypi |
@@ -59,6 +59,8 @@ |
'weburl_loader_mock_factory.h', |
'web_audio_device_mock.cc', |
'web_audio_device_mock.h', |
+ '<(DEPTH)/webkit/fileapi/mock_file_system_options.cc', |
+ '<(DEPTH)/webkit/fileapi/mock_file_system_options.h', |
ericu
2012/01/03 22:34:24
Do these need to be here, given that they're in we
kinuko
2012/01/05 09:40:18
You're right, we don't need them here.
|
], |
'conditions': [ |
['OS=="mac"', { |
@@ -118,6 +120,8 @@ |
'<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', |
'<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', |
'<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', |
+ '<(DEPTH)/webkit/fileapi/mock_file_system_options.cc', |
+ '<(DEPTH)/webkit/fileapi/mock_file_system_options.h', |
'simple_database_system.cc', |
'simple_database_system.h', |
], |