summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_nacl.gyp
diff options
context:
space:
mode:
authordavidben <davidben@chromium.org>2015-04-16 16:23:10 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-16 23:23:38 +0000
commit0ee13e37acf707e703a380a9c1a03f0b494dd6a6 (patch)
tree4a4095690a216abc788440e47f47022a409c5f05 /remoting/remoting_nacl.gyp
parentb283c18b0cef9631b424d0122df64e1fafa22929 (diff)
downloadchromium_src-0ee13e37acf707e703a380a9c1a03f0b494dd6a6.zip
chromium_src-0ee13e37acf707e703a380a9c1a03f0b494dd6a6.tar.gz
chromium_src-0ee13e37acf707e703a380a9c1a03f0b494dd6a6.tar.bz2
Rename use_nss to use_nss_certs in gyp and grit.
This matches the gn name and is less confusing with use_openssl and use_openssl_certs both existing. The preprocessor flag will follow in another CL. For now, the old name is still defined, but not used within Chromium. A follow-up CL will remove deprecated use_nss and USE_NSS #defines together which will then cause downstream churn. Though from a grep of known downstreams, the churn seems to be fairly minimal. The removal is split from this CL so that, if we need to revert, the CL to revert is small. BUG=462040 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/1085923002 Cr-Commit-Position: refs/heads/master@{#325541}
Diffstat (limited to 'remoting/remoting_nacl.gyp')
-rw-r--r--remoting/remoting_nacl.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_nacl.gyp b/remoting/remoting_nacl.gyp
index 5412772..b7c7374 100644
--- a/remoting/remoting_nacl.gyp
+++ b/remoting/remoting_nacl.gyp
@@ -12,7 +12,7 @@
'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
'proto_out_base': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
'proto_out_dir': '<(proto_out_base)/remoting/proto',
- 'use_nss': 0,
+ 'use_nss_certs': 0,
'nacl_untrusted_build': 1,
'chromium_code': 1,
},