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

Unified Diff: third_party/liblouis/liblouis_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/liblouis/liblouis_nacl.gyp
diff --git a/third_party/liblouis/liblouis_untrusted.gyp b/third_party/liblouis/liblouis_nacl.gyp
similarity index 93%
rename from third_party/liblouis/liblouis_untrusted.gyp
rename to third_party/liblouis/liblouis_nacl.gyp
index 1ae8ea06d5c986531108c86eec63c13523abca3c..83ce95b20fa1f0d3d6de191544f2daabc90c8efe 100644
--- a/third_party/liblouis/liblouis_untrusted.gyp
+++ b/third_party/liblouis/liblouis_nacl.gyp
@@ -33,11 +33,11 @@
['disable_nacl==0 and disable_nacl_untrusted==0', {
'targets': [
{
- 'target_name': 'liblouis_untrusted',
+ 'target_name': 'liblouis_nacl',
'type': 'none',
'variables': {
'nacl_untrusted_build': 1,
- 'nlib_target': 'liblouis_untrusted.a',
+ 'nlib_target': 'liblouis_nacl.a',
'build_newlib': 1,
},
'compile_flags': [
@@ -68,7 +68,7 @@
],
},
{
- 'target_name': 'liblouis_nacl_wrapper_untrusted',
+ 'target_name': 'liblouis_nacl_wrapper_nacl',
'type': 'none',
'variables': {
'nacl_untrusted_build': 1,
@@ -106,8 +106,8 @@
'link_flags': [
'-lppapi',
'-lppapi_cpp',
- '-llouis_untrusted',
- '-ljsoncpp_untrusted',
+ '-llouis_nacl',
+ '-ljsoncpp_nacl',
'-lpthread',
'-lnacl_io',
],
@@ -117,8 +117,8 @@
'../../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted',
'../../ppapi/native_client/native_client.gyp:ppapi_lib',
'../../ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib',
- '../jsoncpp/jsoncpp_untrusted.gyp:jsoncpp_untrusted',
- 'liblouis_untrusted',
+ '../jsoncpp/jsoncpp_nacl.gyp:jsoncpp_nacl',
+ 'liblouis_nacl',
],
'actions': [
{
@@ -161,7 +161,7 @@
'test_extension_dir': '<(DEPTH)/chrome/test/data/chromeos/liblouis_nacl',
},
'dependencies': [
- 'liblouis_nacl_wrapper_untrusted',
+ 'liblouis_nacl_wrapper_nacl',
],
'copies': [
{

Powered by Google App Engine
This is Rietveld 408576698