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

Unified Diff: test/toolsets/main.cc

Issue 13992005: Fix rpath for components when cross-compiling. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: linux-only Created 7 years, 8 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 | « test/toolsets/gyptest-toolsets.py ('k') | test/toolsets/toolsets.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/toolsets/main.cc
diff --git a/test/toolsets/main.cc b/test/toolsets/main.cc
index 0f353ae54f417a274ecc3158e8d8513e2fe158c5..4904a16f7c6a5196b3acc1076ad24673371fff43 100644
--- a/test/toolsets/main.cc
+++ b/test/toolsets/main.cc
@@ -5,7 +5,9 @@
#include <stdio.h>
const char *GetToolset();
+const char *GetToolsetShared();
int main(int argc, char *argv[]) {
printf("%s\n", GetToolset());
+ printf("Shared: %s\n", GetToolsetShared());
}
« no previous file with comments | « test/toolsets/gyptest-toolsets.py ('k') | test/toolsets/toolsets.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698