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

Unified Diff: Source/modules/modules.gypi

Issue 22673003: Replace EntryArraySync type by an EntrySync[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use traits classes to simplify the code Created 7 years, 4 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b543d0cb67a188534b608a0bb0e9ca71bbf67b78..ba24a2ed92ab362d4bd2ec0c321e2037492ced7b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -38,7 +38,6 @@
'filesystem/DirectoryReader.idl',
'filesystem/DirectoryReaderSync.idl',
'filesystem/Entry.idl',
- 'filesystem/EntryArraySync.idl',
'filesystem/EntrySync.idl',
'filesystem/FileEntry.idl',
'filesystem/FileEntrySync.idl',
@@ -299,8 +298,6 @@
'filesystem/EntriesCallback.h',
'filesystem/Entry.cpp',
'filesystem/Entry.h',
- 'filesystem/EntryArraySync.cpp',
- 'filesystem/EntryArraySync.h',
'filesystem/EntryBase.cpp',
'filesystem/EntryBase.h',
'filesystem/EntryCallback.h',

Powered by Google App Engine
This is Rietveld 408576698