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

Unified Diff: Source/modules/modules.gypi

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert CSP checking on redirects 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
« no previous file with comments | « Source/modules/beacon/NavigatorBeacon.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | 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 f36700a7566b21fdefff09729ac9f6199288ad87..e08b7e580acd281664ef409802c8975e8ecc34e1 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -189,6 +189,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_light/WindowDeviceLight.idl',
@@ -265,6 +266,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',
« no previous file with comments | « Source/modules/beacon/NavigatorBeacon.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698