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

Unified Diff: Source/modules/modules.gypi

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Restructured ping loader code + added size restriction Created 6 years, 7 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 cd2e5212032ff681b7232a4021d3966243699c7c..52af788ae1d0ae304a0000e83a0430fc4bd8a126 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -188,6 +188,7 @@
# 'partial interface' or target (right side of) 'implements'
'modules_dependency_idl_files': [
'battery/NavigatorBattery.idl',
+ 'beacon/NavigatorBeacon.idl',
'crypto/WindowCrypto.idl',
'crypto/WorkerGlobalScopeCrypto.idl',
'device_orientation/WindowDeviceMotion.idl',
@@ -259,6 +260,8 @@
'battery/BatteryStatus.h',
'battery/NavigatorBattery.cpp',
'battery/NavigatorBattery.h',
+ 'beacon/NavigatorBeacon.cpp',
+ 'beacon/NavigatorBeacon.h',
'crypto/AesKeyAlgorithm.cpp',
'crypto/AesKeyAlgorithm.h',
'crypto/Crypto.cpp',

Powered by Google App Engine
This is Rietveld 408576698