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

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: 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 65961d4dc17b26f4a75d9d8607470e66f1a3ee42..42e012152de5381976a25e2f8bddba4b9512ede5 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -941,6 +941,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',
],
@@ -949,6 +950,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