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

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 e3f48d9ceb56bac69811708748645ae800e25a65..8dd2f586e6193e5278dbac0623b17df23ce7c6aa 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