aboutsummaryrefslogtreecommitdiff
path: root/src/build
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org>2014-09-10 12:47:46 +0000
committermark@chromium.org <mark@chromium.org>2014-09-10 12:47:46 +0000
commitcf22feeecd7f681686e87f675fd9fb3fab5b8c74 (patch)
tree336198f4252b29d1361064ca738574a51f3cf5ee /src/build
parentRefactoring in preparation for microdump processing (diff)
downloadbreakpad-cf22feeecd7f681686e87f675fd9fb3fab5b8c74.tar.xz
Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd.
The name changes in https://codereview.chromium.org/552203002/ Patch by Jacek Oleksy <joleksy@opera.com>. Review URL: https://breakpad.appspot.com/5694002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1371 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/build')
-rw-r--r--src/build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/common.gypi b/src/build/common.gypi
index 0e1e7dca..b9466a32 100644
--- a/src/build/common.gypi
+++ b/src/build/common.gypi
@@ -186,7 +186,7 @@
'linux_use_seccomp_sandbox%': 0,
# Set to select the Title Case versions of strings in GRD files.
- 'use_titlecase_in_grd_files%': 0,
+ 'use_titlecase_in_grd%': 0,
# Used to disable Native Client at compile time, for platforms where it
# isn't supported