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

Unified Diff: Source/modules/modules.gypi

Issue 293403002: Introduce mock test system for navigator content utils (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix license Created 6 years, 7 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 3094a3ec25c34fbeeaf4954989fe61cc3c047674..74ba14c77976fd4bfaf8eb546343976b9b3d70cb 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -928,6 +928,7 @@
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
'geolocation/testing/InternalsGeolocation.idl',
+ 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
'speech/testing/InternalsSpeechSynthesis.idl',
'vibration/testing/InternalsVibration.idl',
],
@@ -936,6 +937,10 @@
'geolocation/testing/GeolocationClientMock.h',
'geolocation/testing/InternalsGeolocation.cpp',
'geolocation/testing/InternalsGeolocation.h',
+ 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
+ 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
+ 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
+ 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
'speech/testing/InternalsSpeechSynthesis.cpp',
'speech/testing/InternalsSpeechSynthesis.h',
'speech/testing/PlatformSpeechSynthesizerMock.cpp',

Powered by Google App Engine
This is Rietveld 408576698