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

Unified Diff: Source/web/web_tests.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
« Source/modules/vibration/NavigatorVibration.cpp ('K') | « Source/web/web.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web_tests.gyp
diff --git a/Source/web/web_tests.gyp b/Source/web/web_tests.gyp
index a0bd82ea5db968728d6b23acfbae57deb6ae7b64..cbfc4d7cd0d4b574d11a9638a7da31fdfb738dac 100644
--- a/Source/web/web_tests.gyp
+++ b/Source/web/web_tests.gyp
@@ -73,6 +73,8 @@
}, {
'dependencies': [
'../core/core.gyp:webcore',
+ '../core/core.gyp:webcore_test_support',
+ '../modules/modules.gyp:modules_test_support',
tkent 2013/08/28 03:58:07 Why do you add this block?
kihong 2013/08/28 05:25:25 There is a build error during linking webkit_unit_
tkent 2013/08/28 06:07:24 Why does the unit test require V8Internals.cpp?
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
« Source/modules/vibration/NavigatorVibration.cpp ('K') | « Source/web/web.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698