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

Unified Diff: Source/modules/modules.gypi

Issue 22436002: Replace EntryArray type by an Entry[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackSourcesCallback.h ('k') | no next file » | 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 2bf998e0def8a3abf1ba5ed629f1bfd8ede7fc6a..b543d0cb67a188534b608a0bb0e9ca71bbf67b78 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/EntryArray.idl',
'filesystem/EntryArraySync.idl',
'filesystem/EntrySync.idl',
'filesystem/FileEntry.idl',
@@ -300,8 +299,6 @@
'filesystem/EntriesCallback.h',
'filesystem/Entry.cpp',
'filesystem/Entry.h',
- 'filesystem/EntryArray.cpp',
- 'filesystem/EntryArray.h',
'filesystem/EntryArraySync.cpp',
'filesystem/EntryArraySync.h',
'filesystem/EntryBase.cpp',
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackSourcesCallback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698