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

Unified Diff: third_party/jsoncpp/jsoncpp_nacl.gyp

Issue 138673002: Rename _untrusted targets in third_party to use _nacl suffix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/jsoncpp/jsoncpp_nacl.gyp
diff --git a/third_party/jsoncpp/jsoncpp_untrusted.gyp b/third_party/jsoncpp/jsoncpp_nacl.gyp
similarity index 89%
rename from third_party/jsoncpp/jsoncpp_untrusted.gyp
rename to third_party/jsoncpp/jsoncpp_nacl.gyp
index 88537bf2acc4e1ab0c6f4c9e205709b05ef843af..e6597610d288f3d18f7374a83a34e3e697d90be5 100644
--- a/third_party/jsoncpp/jsoncpp_untrusted.gyp
+++ b/third_party/jsoncpp/jsoncpp_nacl.gyp
@@ -11,11 +11,11 @@
['disable_nacl==0 and disable_nacl_untrusted==0', {
'targets': [
{
- 'target_name': 'jsoncpp_untrusted',
+ 'target_name': 'jsoncpp_nacl',
'type': 'none',
'variables': {
'nacl_untrusted_build': 1,
- 'nlib_target': 'libjsoncpp_untrusted.a',
+ 'nlib_target': 'libjsoncpp_nacl.a',
'build_newlib': 1,
},
'gcc_compile_flags': [

Powered by Google App Engine
This is Rietveld 408576698