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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2229283003: Convert Budget to BudgetService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated global interface list Created 4 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
« no previous file with comments | « third_party/WebKit/Source/modules/budget/NavigatorBudget.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 4af94b2e1c566dbec28f5a0c9471b141853c5c54..0cc97b5eb8d0d65f80b5a5ecc103cb4967334c41 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -27,7 +27,7 @@
'bluetooth/BluetoothRemoteGATTService.idl',
'bluetooth/BluetoothUUID.idl',
'broadcastchannel/BroadcastChannel.idl',
- 'budget/Budget.idl',
+ 'budget/BudgetService.idl',
'cachestorage/Cache.idl',
'cachestorage/CacheStorage.idl',
'canvas2d/CanvasGradient.idl',
@@ -906,8 +906,8 @@
'bluetooth/NavigatorBluetooth.h',
'broadcastchannel/BroadcastChannel.cpp',
'broadcastchannel/BroadcastChannel.h',
- 'budget/Budget.h',
- 'budget/Budget.cpp',
+ 'budget/BudgetService.h',
+ 'budget/BudgetService.cpp',
'budget/NavigatorBudget.h',
'budget/NavigatorBudget.cpp',
'cachestorage/Cache.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/budget/NavigatorBudget.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698