| 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 905345cf665769e32e6a446374e5f644d9e74cd8..4fdcd074f9c659091ec46ff392594da33f29c6fa 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1935,6 +1935,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',
|
| @@ -1945,6 +1946,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',
|
|
|