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

Unified Diff: ports/nacl-spawn/library_dependencies.h

Issue 627103003: Add shared library version of libcli_main Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 2 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 | « ports/nacl-spawn/include/spawn.h ('k') | ports/nacl-spawn/nacl_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/nacl-spawn/library_dependencies.h
diff --git a/ports/nacl-spawn/library_dependencies.h b/ports/nacl-spawn/library_dependencies.h
deleted file mode 100644
index e5bb64181eff77911ca829e3249d30a33ac56249..0000000000000000000000000000000000000000
--- a/ports/nacl-spawn/library_dependencies.h
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright (c) 2014 The Native Client Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NACL_SPAWN_LIBRARY_DEPENDENCIES_
-#define NACL_SPAWN_LIBRARY_DEPENDENCIES_
-
-#include <string>
-#include <vector>
-
-// Finds shared objects which are necessary to run |filename|.
-// Also finds the architecture string |arch|.
-// Output paths will be stored in |dependencies|. |filename| will be
-// in |dependencies| if |filename| is dynamically linked. Otherwise,
-// |dependencies| will be empty. Returns false and update errno
-// appropriately on error.
-bool FindArchAndLibraryDependencies(const std::string& filename,
- std::string* arch,
- std::vector<std::string>* dependencies);
-
-#endif // NACL_SPAWN_LIBRARY_DEPENDENCIES_
« no previous file with comments | « ports/nacl-spawn/include/spawn.h ('k') | ports/nacl-spawn/nacl_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698