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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 304223010: Include upstream libaddressinput strings in Chrome build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of https://codereview.chromium.org/329473002/. Created 6 years, 6 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 | « third_party/libaddressinput/chromium/tools/update-strings.py ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index a97d1ef0f61e01f7c3e41053cb9583f5c522f27c..fc3fb930811dad83928c9f942ef09db6450b37a0 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -41,6 +41,27 @@
'../../build/grit_target.gypi',
],
},
+ {
+ 'target_name': 'libaddressinput_updated_strings',
+ 'type': 'none',
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/grit/libaddressinput/',
+ },
+ 'actions': [
+ {
+ 'action_name': 'libaddressinput_updated_strings',
+ 'variables': {
+ 'grit_grd_file': '../../chrome/app/address_input_strings.grd',
+ },
+ 'includes': [
+ '../../build/grit_action.gypi',
+ ],
+ },
+ ],
+ 'includes': [
+ '../../build/grit_target.gypi',
+ ],
+ },
# This target provides basic functionality which is cooked into the build.
{ 'target_name': 'libaddressinput_util',
'type': 'static_library',
@@ -129,6 +150,7 @@
],
'dependencies': [
'libaddressinput_strings',
+ 'libaddressinput_updated_strings',
'libaddressinput_util',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
« no previous file with comments | « third_party/libaddressinput/chromium/tools/update-strings.py ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698