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

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: A small change from thread safe bind to common bind based on Kinuko's review 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 6a372adc37f33d4f79e2f5967cc549d98d356912..733eb18a20003f285dc4a18dfb4e1faa8d1b72be 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',
@@ -963,7 +962,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