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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 18478003: Vibration cannot be canceled during pattern vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch Created 7 years, 2 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/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 88a1e6213846f67bc073bdff04f9abd111e104a7..dad2db641c1297bcc1f816fee39278b6c3c9e329 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -44,9 +44,11 @@
],
'support_idl_files': [
'<@(webcore_testing_support_idl_files)',
+ '<@(modules_testing_support_idl_files)',
],
'testing_support_idl_files': [
'<@(webcore_testing_support_idl_files)',
+ '<@(modules_testing_support_idl_files)',
'<@(generated_webcore_testing_support_idl_files)',
],
'compiler_module_files': [

Powered by Google App Engine
This is Rietveld 408576698