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

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

Issue 2273743002: Framework and tests for WorkerNavigatorBudget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_service
Patch Set: Changed formatting of javascript in html files 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
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 01074ec7cb1d3ba0f6c2db73b86545018c616c76..0dac3488b66e1b0cfb86bba06151104bf3057398 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -344,6 +344,7 @@
'beacon/NavigatorBeacon.idl',
'bluetooth/NavigatorBluetooth.idl',
'budget/NavigatorBudget.idl',
+ 'budget/WorkerNavigatorBudget.idl',
'cachestorage/WindowCacheStorage.idl',
'cachestorage/WorkerCacheStorage.idl',
'canvas/HTMLCanvasElementModule.idl',
@@ -911,6 +912,8 @@
'budget/BudgetState.cpp',
'budget/NavigatorBudget.h',
'budget/NavigatorBudget.cpp',
+ 'budget/WorkerNavigatorBudget.h',
+ 'budget/WorkerNavigatorBudget.cpp',
'cachestorage/Cache.cpp',
'cachestorage/Cache.h',
'cachestorage/CacheStorage.cpp',

Powered by Google App Engine
This is Rietveld 408576698