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

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: 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/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index d0535478b39baa5f8d3459104fc0feb7b8622c52..cd20ed97e0659695c219989eab157936251ebbc3 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -37,10 +37,15 @@
],
'variables': {
+ 'partial_interface_test_support_idl_files': [
tkent 2013/08/28 03:58:07 The variable name should start with deprecated_per
kihong 2013/08/28 05:25:25 Done.
+ '<@(internals_test_support_idl_file)',
+ '<@(modules_test_support_idl_files)',
+ ],
'deprecated_perl_idl_files': [
'<@(deprecated_perl_core_idl_files)',
'<@(deprecated_perl_modules_idl_files)',
'<@(deprecated_perl_svg_idl_files)',
+ '<@(partial_interface_test_support_idl_files)',
],
'python_idl_files': [
'<@(python_core_idl_files)',

Powered by Google App Engine
This is Rietveld 408576698