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

Unified Diff: Source/web/web.gyp

Issue 18478003: Vibration cannot be canceled during pattern vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Vibration cannot be canceled during pattern vibration. Created 7 years, 4 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/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index de6124ae5729dbdbc0a6d32027535a0ee5bd3da8..190506bce083abbf1f468f681eb97a602a562da4 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -78,6 +78,7 @@
'dependencies': [
'../core/core.gyp:webcore_derived',
'../core/core.gyp:webcore_test_support',
+ '../modules/modules.gyp:modules_test_support',
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
@@ -245,6 +246,7 @@
'type': 'static_library',
'dependencies': [
'../core/core.gyp:webcore_test_support',
+ '../modules/modules.gyp:modules_test_support',
'../wtf/wtf.gyp:wtf',
'<(DEPTH)/skia/skia.gyp:skia',
],

Powered by Google App Engine
This is Rietveld 408576698