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

Unified Diff: Source/core/core.gypi

Issue 22906002: Implement ImageBitmapFactories as a supplementary module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Keep IDL implements statement. 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/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index fba11faa789fb741b57c447a92408a5c035131ec..132c46ea2213b41f5c3fea063c97d534d3ae50c9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -241,7 +241,6 @@
'page/EventSource.idl',
'page/History.idl',
'page/ImageBitmap.idl',
- 'page/ImageBitmapFactories.idl',
'page/Location.idl',
'page/MemoryInfo.idl',
'page/Navigator.idl',
@@ -1171,8 +1170,6 @@
'page/History.h',
'page/ImageBitmap.cpp',
'page/ImageBitmap.h',
- 'page/ImageBitmapFactories.cpp',
- 'page/ImageBitmapFactories.h',
'page/LayoutMilestones.h',
'page/Location.cpp',
'page/Location.h',
« no previous file with comments | « no previous file | Source/core/page/ImageBitmapFactories.h » ('j') | Source/modules/imagebitmap/ImageBitmapFactories.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698