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

Side by Side Diff: remoting/remoting_nacl.gyp

Issue 1085923002: Rename use_nss to use_nss_certs in gyp and grit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrapping Created 5 years, 8 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 unified diff | Download patch
« no previous file with comments | « net/net_common.gypi ('k') | tools/gn/docs/cookbook.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../build/common_untrusted.gypi', 7 '../build/common_untrusted.gypi',
8 'remoting_srcs.gypi', 8 'remoting_srcs.gypi',
9 ], 9 ],
10 10
11 'variables': { 11 'variables': {
12 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)', 12 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
13 'proto_out_base': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 13 'proto_out_base': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
14 'proto_out_dir': '<(proto_out_base)/remoting/proto', 14 'proto_out_dir': '<(proto_out_base)/remoting/proto',
15 'use_nss': 0, 15 'use_nss_certs': 0,
16 'nacl_untrusted_build': 1, 16 'nacl_untrusted_build': 1,
17 'chromium_code': 1, 17 'chromium_code': 1,
18 }, 18 },
19 19
20 'targets': [ 20 'targets': [
21 { 21 {
22 'target_name': 'remoting_webrtc_nacl', 22 'target_name': 'remoting_webrtc_nacl',
23 'type': 'none', 23 'type': 'none',
24 'variables': { 24 'variables': {
25 'nacl_untrusted_build': 1, 25 'nacl_untrusted_build': 1,
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '-lppapi_cpp', 234 '-lppapi_cpp',
235 '-lpthread', 235 '-lpthread',
236 '-lnacl_io', 236 '-lnacl_io',
237 ], 237 ],
238 'sources': [ 238 'sources': [
239 'client/plugin/pepper_module.cc', 239 'client/plugin/pepper_module.cc',
240 ], 240 ],
241 }, # end of target 'remoting_client_plugin_nacl' 241 }, # end of target 'remoting_client_plugin_nacl'
242 ] 242 ]
243 } 243 }
OLDNEW
« no previous file with comments | « net/net_common.gypi ('k') | tools/gn/docs/cookbook.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698