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

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

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Synced. Created 4 years, 10 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 5d03bedbd31d44de5fc0a6eb403cc5c834303453..d52530eee4f4669614a0971dc46088d1c095a98e 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -792,8 +792,6 @@
'battery/BatteryDispatcher.h',
'battery/BatteryManager.cpp',
'battery/BatteryManager.h',
- 'battery/BatteryStatus.cpp',
- 'battery/BatteryStatus.h',
'battery/NavigatorBattery.cpp',
'battery/NavigatorBattery.h',
'beacon/NavigatorBeacon.cpp',
@@ -1865,6 +1863,7 @@
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
'accessibility/testing/InternalsAccessibility.idl',
+ 'battery/testing/InternalsBattery.idl',
'geolocation/testing/InternalsGeolocation.idl',
'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
'serviceworkers/testing/InternalsServiceWorker.idl',
@@ -1875,6 +1874,8 @@
'modules_testing_files': [
'accessibility/testing/InternalsAccessibility.cpp',
'accessibility/testing/InternalsAccessibility.h',
+ 'battery/testing/InternalsBattery.cpp',
+ 'battery/testing/InternalsBattery.h',
'geolocation/testing/GeolocationClientMock.cpp',
'geolocation/testing/GeolocationClientMock.h',
'geolocation/testing/InternalsGeolocation.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/battery/testing/InternalsBattery.idl ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698