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

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

Issue 2231873002: Added budget_service.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@budget_api
Patch Set: Fixed crash, all tests working 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 e9dd040987d11e5ad49cc6554fdc86dab7d974a8..109ebd9d5fa60af71f480c198efb5c09a3f4f5cc 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -343,7 +343,6 @@
'battery/NavigatorBattery.idl',
'beacon/NavigatorBeacon.idl',
'bluetooth/NavigatorBluetooth.idl',
- 'budget/BudgetChunk.idl',
'budget/NavigatorBudget.idl',
'cachestorage/WindowCacheStorage.idl',
'cachestorage/WorkerCacheStorage.idl',
@@ -464,6 +463,7 @@
'background_sync/SyncEventInit.idl',
'bluetooth/BluetoothScanFilter.idl',
'bluetooth/RequestDeviceOptions.idl',
+ 'budget/BudgetChunk.idl',
johnme 2016/08/17 13:54:02 What's a BudgetChunk? The spec seems to call this
harkness 2016/08/18 10:23:26 Yeah, that's the drawback of submitting code befor
'cachestorage/CacheQueryOptions.idl',
'canvas2d/Canvas2DContextAttributes.idl',
'canvas2d/HitRegionOptions.idl',
@@ -585,6 +585,8 @@
'<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.h',
'<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.cpp',
'<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.h',
+ '<(blink_modules_output_dir)/budget/BudgetChunk.cpp',
+ '<(blink_modules_output_dir)/budget/BudgetChunk.h',
'<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
'<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
'<(blink_modules_output_dir)/canvas2d/Canvas2DContextAttributes.cpp',

Powered by Google App Engine
This is Rietveld 408576698