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

Unified Diff: src/scripts/check_deps

Issue 1100004: Adding another special directory to check_deps script (Closed)
Patch Set: Created 10 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/check_deps
diff --git a/src/scripts/check_deps b/src/scripts/check_deps
index 398a6d3e74001de9ef16eb0f8fce901270d46d80..366bb5c8d78d3f2bff8cdcec50d41ff973df4b78 100755
--- a/src/scripts/check_deps
+++ b/src/scripts/check_deps
@@ -34,7 +34,8 @@ class CheckDependencies(object):
"%s/lib" % root,
"%s/usr/lib" % root,
"%s/usr/lib/nss" % root,
- "%s/usr/lib/nspr" % root
+ "%s/usr/lib/nspr" % root,
+ "%s/opt/google/o3d/lib" % root
], self._libcache)
def _ReadLibs(self, paths, libcache):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698