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

Unified Diff: ash/ash.gyp

Issue 9121050: Add accessible names to the launcher buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS file Created 8 years, 11 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 | « ash/DEPS ('k') | ash/ash_strings.grd » ('j') | ash/launcher/launcher_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index a4dfdef08d95eaae7981fd7c2989c5ec8c0fa388..c635ed153519dbde3c105a70533af74d2867c97f 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -13,6 +13,7 @@
'target_name': 'ash',
'type': '<(component)',
'dependencies': [
+ 'ash_strings',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
@@ -331,5 +332,20 @@
}],
],
},
+ {
+ 'target_name': 'ash_strings',
+ 'type': 'none',
+ 'actions': [
+ # Localizable resources.
+ {
+ 'action_name': 'ash_strings',
+ 'variables': {
+ 'grit_grd_file': 'ash_strings.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ ],
+ 'includes': [ '../build/grit_target.gypi' ],
+ },
],
}
« no previous file with comments | « ash/DEPS ('k') | ash/ash_strings.grd » ('j') | ash/launcher/launcher_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698