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

Unified Diff: webkit/support/webkit_support.gypi

Issue 9004019: Cleanup: Removing FileSystemPathManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 9 years 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 side-by-side diff with in-line comments
Download patch
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',
],

Powered by Google App Engine
This is Rietveld 408576698