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

Unified Diff: Source/core/core.gypi

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/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index fba11faa789fb741b57c447a92408a5c035131ec..7b179a000977e43d8b23798c38265c274c1f552c 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3641,9 +3641,11 @@
'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
'svg/properties/SVGPathSegListPropertyTearOff.cpp',
],
+ 'internals_test_support_idl_file': [
tkent 2013/08/28 03:58:07 Why do you add new variable for Internals.idl?
kihong 2013/08/28 05:25:25 "internals.idl" need to be included to 'interface_
+ 'testing/Internals.idl',
+ ],
'deprecated_perl_webcore_test_support_idl_files': [
'testing/GCObservation.idl',
- 'testing/Internals.idl',
'testing/InternalProfilers.idl',
'testing/InternalSettings.idl',
'testing/LayerRect.idl',

Powered by Google App Engine
This is Rietveld 408576698