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

Unified Diff: Source/modules/modules.gypi

Issue 15901002: Implement Encoding API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline webexposed global constructor tests Created 7 years, 5 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/encoding/TextEncoder.idl ('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 93a391a4dc85f3e41313a9a4a069d99ea2a4b4fd..bf4083c31ec82f603a9c8c67866ff889b9b41166 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -23,6 +23,8 @@
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceOrientationEvent.idl',
'device_orientation/DeviceRotationRate.idl',
+ 'encoding/TextDecoder.idl',
+ 'encoding/TextEncoder.idl',
'encryptedmedia/MediaKeyMessageEvent.idl',
'encryptedmedia/MediaKeyNeededEvent.idl',
'encryptedmedia/MediaKeys.idl',
@@ -254,6 +256,10 @@
'device_orientation/NewDeviceOrientationController.h',
'donottrack/NavigatorDoNotTrack.cpp',
'donottrack/NavigatorDoNotTrack.h',
+ 'encoding/TextDecoder.cpp',
+ 'encoding/TextDecoder.h',
+ 'encoding/TextEncoder.cpp',
+ 'encoding/TextEncoder.h',
'encryptedmedia/MediaKeyMessageEvent.cpp',
'encryptedmedia/MediaKeyMessageEvent.h',
'encryptedmedia/MediaKeyNeededEvent.cpp',
« no previous file with comments | « Source/modules/encoding/TextEncoder.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698