summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-26 14:42:22 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-26 14:42:22 +0000
commit260e35b18bb4fe92dc83c1205edd5cb2bef56c65 (patch)
tree71124bb4133eb01627306b0486f440b322ec28e9 /ipc
parent5bbe65c23a3d25c9c6483ab0ffaefa26f3079860 (diff)
downloadchromium_src-260e35b18bb4fe92dc83c1205edd5cb2bef56c65.zip
chromium_src-260e35b18bb4fe92dc83c1205edd5cb2bef56c65.tar.gz
chromium_src-260e35b18bb4fe92dc83c1205edd5cb2bef56c65.tar.bz2
Rename ipc_untrusted -> ipc_nacl
BUG=345453 Review URL: https://codereview.chromium.org/178473007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_nacl.gyp (renamed from ipc/ipc_untrusted.gyp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipc/ipc_untrusted.gyp b/ipc/ipc_nacl.gyp
index 1fa240e..3119f46 100644
--- a/ipc/ipc_untrusted.gyp
+++ b/ipc/ipc_nacl.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -14,12 +14,12 @@
['disable_nacl==0 and disable_nacl_untrusted==0', {
'targets': [
{
- 'target_name': 'ipc_untrusted',
+ 'target_name': 'ipc_nacl',
'type': 'none',
'variables': {
'ipc_target': 1,
'nacl_untrusted_build': 1,
- 'nlib_target': 'libipc_untrusted.a',
+ 'nlib_target': 'libipc_nacl.a',
'build_glibc': 0,
'build_newlib': 0,
'build_irt': 1,