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

Unified Diff: Source/modules/modules.gypi

Issue 1257253004: [HTMLCanvasElement.toBlob] Default callback version without scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes based on second code reviews 2 Created 5 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 c4a5f088037174f938e5ba94afb4354355caf899..cd607705dcfdc4d57fd0f5f9e79a8bb10bafb8d6 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -72,7 +72,6 @@
'filesystem/EntryCallback.idl',
'filesystem/EntrySync.idl',
'filesystem/ErrorCallback.idl',
- 'filesystem/FileCallback.idl',
'filesystem/FileEntry.idl',
'filesystem/FileEntrySync.idl',
'filesystem/FileSystemCallback.idl',
@@ -945,7 +944,6 @@
'filesystem/EntrySync.cpp',
'filesystem/EntrySync.h',
'filesystem/ErrorCallback.h',
- 'filesystem/FileCallback.h',
'filesystem/FileEntry.cpp',
'filesystem/FileEntry.h',
'filesystem/FileEntrySync.cpp',

Powered by Google App Engine
This is Rietveld 408576698