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

Unified Diff: Source/modules/modules.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/bindings/derived_sources.gyp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index f00ee867dc8caf102574eff89a6a3fe490260745..37dcf524e18360c6e7362e2094ae80369688f1b3 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -50,5 +50,21 @@
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, 4334, ]
+ },
+ {
+ 'target_name': 'modules_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../config.gyp:config',
+ '../core/core.gyp:webcore',
+ ],
+ 'defines': [
+ 'BLINK_IMPLEMENTATION=1',
+ 'INSIDE_BLINK',
+ ],
+ 'sources': [
+ '<@(modules_testing_support_files)',
+ ],
+
}],
}
« no previous file with comments | « Source/bindings/derived_sources.gyp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698