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

Unified Diff: ppapi/ppapi_untrusted.gyp

Issue 11316289: Fix create_nmf warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome/test/data/nacl/nacl_browser_test.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_untrusted.gyp
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp
index 424d8df073c57591db2164c66b5e653e5157196b..dd3774fcc97e4043f666f2e546b42508137b82f1 100644
--- a/ppapi/ppapi_untrusted.gyp
+++ b/ppapi/ppapi_untrusted.gyp
@@ -111,7 +111,7 @@
'variables': {
'compile_flags': [
'-mno-tls-use-call',
- ],
+ ],
},
}],
['target_arch!="arm" and disable_glibc==0', {
@@ -143,7 +143,6 @@
'--library-path=<(SHARED_INTERMEDIATE_DIR)/tc_glibc/lib64',
'--output=>(nmf_glibc)',
'--stage-dependencies=<(PRODUCT_DIR)',
- '--toolchain=glibc',
],
},
],
« no previous file with comments | « chrome/test/data/nacl/nacl_browser_test.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698