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

Unified Diff: site_scons/site_tools/library_deps.py

Issue 1743893002: PNaCl dynamic linking: Build an initial dynamically-linked newlib-based libc (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Review: rename library Created 4 years, 10 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
« no previous file with comments | « no previous file | src/untrusted/nacl/start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/library_deps.py
diff --git a/site_scons/site_tools/library_deps.py b/site_scons/site_tools/library_deps.py
index 64a4d18a4b3e2b39e264fb962ed4e5f122bcf7a2..698f8b41aaa2b5e95c855da8070d5bf30512ed97 100644
--- a/site_scons/site_tools/library_deps.py
+++ b/site_scons/site_tools/library_deps.py
@@ -74,7 +74,7 @@ LIBRARY_DEPENDENCIES_DEFAULT = {
'pnacl_dynloader': [
'platform',
],
- 'pll_loader': [
+ 'pll_loader_lib': [
'platform',
'pnacl_dynloader',
],
« no previous file with comments | « no previous file | src/untrusted/nacl/start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698