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

Unified Diff: Source/modules/modules.gypi

Issue 925913002: Fixed WebDragData's wrong dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index de31c78a364c801729c8705f41f843bdc9287838..e276303c830af7f2a0f92aa3940b1ea9c4b5d761 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -631,8 +631,8 @@
'filesystem/DirectoryReaderBase.h',
'filesystem/DirectoryReaderSync.cpp',
'filesystem/DirectoryReaderSync.h',
- 'filesystem/DraggedIsolatedFileSystem.cpp',
- 'filesystem/DraggedIsolatedFileSystem.h',
+ 'filesystem/DraggedIsolatedFileSystemImpl.cpp',
+ 'filesystem/DraggedIsolatedFileSystemImpl.h',
'filesystem/EntriesCallback.h',
'filesystem/Entry.cpp',
'filesystem/Entry.h',
« no previous file with comments | « Source/modules/filesystem/DraggedIsolatedFileSystemImpl.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698