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

Unified Diff: webkit/storage/webkit_storage.gypi

Issue 11297002: [Media Gallery] Added code to support mtp device media file system on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comment and disabled MediaFileSystemRegistryTest.GalleryNameMTP Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: webkit/storage/webkit_storage.gypi
diff --git a/webkit/storage/webkit_storage.gypi b/webkit/storage/webkit_storage.gypi
index 344a2f10bfeeb2f11e417880195a7e5a8db38eef..a5cfed3f6dbdcf43dd13f22efa3025b33b58a6f9 100644
--- a/webkit/storage/webkit_storage.gypi
+++ b/webkit/storage/webkit_storage.gypi
@@ -58,7 +58,7 @@
'<@(webkit_fileapi_chromeos_sources)',
],
}],
- ['OS=="linux" or chromeos==1', {
+ ['OS=="linux" or chromeos==1 or OS=="win"', {
'sources': [
'<@(webkit_fileapi_media_sources)',
],

Powered by Google App Engine
This is Rietveld 408576698