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

Unified Diff: Source/bindings/bindings.gypi

Issue 185643009: Implement ServiceWorker::postMessage() [Blink] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add layout test Created 6 years, 9 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/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 947863bf443f65a991a6f47e09f5aeb625426847..80f0882a9298e56473506a28ad7aae935d3dcf3f 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -216,15 +216,16 @@
'v8/custom/V8SQLTransactionSyncCustom.cpp',
'v8/custom/V8SVGElementCustom.cpp',
'v8/custom/V8SVGPathSegCustom.cpp',
+ 'v8/custom/V8ServiceWorkerCustom.cpp',
'v8/custom/V8StyleSheetCustom.cpp',
'v8/custom/V8TextCustom.cpp',
'v8/custom/V8TextTrackCueCustom.cpp',
'v8/custom/V8TrackEventCustom.cpp',
'v8/custom/V8TypedArrayCustom.h',
- 'v8/custom/V8Uint8ArrayCustom.h',
- 'v8/custom/V8Uint8ClampedArrayCustom.h',
'v8/custom/V8Uint16ArrayCustom.h',
'v8/custom/V8Uint32ArrayCustom.h',
+ 'v8/custom/V8Uint8ArrayCustom.h',
+ 'v8/custom/V8Uint8ClampedArrayCustom.h',
'v8/custom/V8WebGLRenderingContextBaseCustom.cpp',
'v8/custom/V8WebKitPointCustom.cpp',
'v8/custom/V8WindowCustom.cpp',

Powered by Google App Engine
This is Rietveld 408576698