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

Unified Diff: Source/modules/modules.gypi

Issue 1202263005: Adding Internals.numberOfLiveAXObjects to test for leaking AXObjects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/modules/accessibility/testing/InternalsAccessibility.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index e84603578a403853e128b2a2e802f5d6810b3f57..7ddb03b6b01bb89ff5bb8488cf3eb92ba2eb43f6 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1451,6 +1451,7 @@
],
# 'partial interface' or target (right side of) 'implements'
'modules_testing_dependency_idl_files' : [
+ 'accessibility/testing/InternalsAccessibility.idl',
'geolocation/testing/InternalsGeolocation.idl',
'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
'serviceworkers/testing/InternalsServiceWorker.idl',
@@ -1459,6 +1460,8 @@
'webaudio/testing/InternalsWebAudio.idl',
],
'modules_testing_files': [
+ 'accessibility/testing/InternalsAccessibility.cpp',
+ 'accessibility/testing/InternalsAccessibility.h',
'geolocation/testing/GeolocationClientMock.cpp',
'geolocation/testing/GeolocationClientMock.h',
'geolocation/testing/InternalsGeolocation.cpp',
« no previous file with comments | « Source/modules/accessibility/testing/InternalsAccessibility.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698