diff options
author | rouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 11:46:48 +0000 |
---|---|---|
committer | rouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 11:46:48 +0000 |
commit | 4b7ca352f7374fd2203c86150dd6a18cf9794c83 (patch) | |
tree | 73b5c964b153d776ffae3ccfce9559e5e0ed5f3c /DEPS | |
parent | 7de6fe0240302ff50602f693dd0802511a7bbb78 (diff) | |
download | chromium_src-4b7ca352f7374fd2203c86150dd6a18cf9794c83.zip chromium_src-4b7ca352f7374fd2203c86150dd6a18cf9794c83.tar.gz chromium_src-4b7ca352f7374fd2203c86150dd6a18cf9794c83.tar.bz2 |
Do not update libaddressinput strings on 'gclient runhooks'.
This patch stops updating chrome/app/address_input_strings.grdp when
running 'gclient runhooks'. This is necessary to enable checking in a
static version of chrome/app/address_input_strings.grdp.
https://codereview.chromium.org/337163002/ needs this patch to land.
BUG=327046
Review URL: https://codereview.chromium.org/341533004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -755,15 +755,6 @@ hooks = [ "-s", "src/build/linux/bin/eu-strip.sha1", ], }, - # Pull libaddressinput strings to work better with translation tools. - { - "name": "libaddressinput-strings", - "pattern": ".", - "action": [ - "python", - "src/third_party/libaddressinput/chromium/tools/update-strings.py", - ], - }, { "name": "drmemory", "pattern": ".", |