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

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: Patch for Relanding 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
« no previous file with comments | « Source/modules/vibration/testing/InternalsVibration.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index 44fcd46200b50f405a8e71a6b4b822baecf04db6..0bb5a8aad45f5cbe5fc19fa6fb5421817fc425ed 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -79,6 +79,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',
@@ -250,6 +251,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',
],
« no previous file with comments | « Source/modules/vibration/testing/InternalsVibration.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698