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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 341533004: Do not update libaddressinput strings on 'gclient runhooks'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No repacking. 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 | « chrome/tools/build/repack_locales.py ('k') | no next file » | 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 fc3fb930811dad83928c9f942ef09db6450b37a0..a97d1ef0f61e01f7c3e41053cb9583f5c522f27c 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -41,27 +41,6 @@
'../../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',
@@ -150,7 +129,6 @@
],
'dependencies': [
'libaddressinput_strings',
- 'libaddressinput_updated_strings',
'libaddressinput_util',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:base_i18n',
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698