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

Unified Diff: ui/accessibility/extensions/accessibility_extensions.gyp

Issue 1109953003: Check in animation policy extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_versions
Patch Set: Created 5 years, 8 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: ui/accessibility/extensions/accessibility_extensions.gyp
diff --git a/ui/accessibility/extensions/accessibility_extensions.gyp b/ui/accessibility/extensions/accessibility_extensions.gyp
index 6734790831e09c41d417bf2cce149c01fa4542de..54dfb283de500593435f3a421b42e18ba27ce480 100644
--- a/ui/accessibility/extensions/accessibility_extensions.gyp
+++ b/ui/accessibility/extensions/accessibility_extensions.gyp
@@ -12,6 +12,7 @@
'type': 'none',
'dependencies': [
'alt',
+ 'animation',
'caretbrowsing',
'colorenhancer',
'highcontrast',
@@ -65,6 +66,33 @@
],
},
{
+ 'target_name': 'animation',
+ 'type': 'none',
+ 'copies': [
+ {
+ 'destination': '<(dest_dir)/animation',
+ 'files': [
+ 'animation/manifest.json',
+ 'animation/popup.html',
+ 'animation/popup.js',
+ 'animation/animation.png',
+ ]
+ }
+ ],
+ 'actions': [
+ {
+ 'action_name': 'animation_strings',
+ 'variables': {
+ 'grit_grd_file': 'strings/accessibility_extensions_strings.grd',
+ 'grit_out_dir': '<(dest_dir)/animation',
+ # We don't generate any RC files, so no resource_ds file is needed.
+ 'grit_resource_ids': '',
+ },
+ 'includes': [ '../../../build/grit_action.gypi' ],
+ },
+ ],
+ },
+ {
'target_name': 'caretbrowsing',
'type': 'none',
'copies': [
« no previous file with comments | « no previous file | ui/accessibility/extensions/animation/animation.png » ('j') | ui/accessibility/extensions/animation/popup.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698