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

Unified Diff: test/toolsets/toolsets_shared.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/toolsets.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/toolsets/toolsets_shared.cc
diff --git a/test/toolsets/toolsets.cc b/test/toolsets/toolsets_shared.cc
similarity index 66%
copy from test/toolsets/toolsets.cc
copy to test/toolsets/toolsets_shared.cc
index a45fa029cb7c03b892fc363faf62e2ad823dc9ad..794af2c0bd69e9eb1779b780a1433c162a16d8bf 100644
--- a/test/toolsets/toolsets.cc
+++ b/test/toolsets/toolsets_shared.cc
@@ -1,8 +1,8 @@
-/* Copyright (c) 2009 Google Inc. All rights reserved.
+/* Copyright (c) 2013 Google Inc. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-const char *GetToolset() {
+const char *GetToolsetShared() {
#ifdef TARGET
return "Target";
#else
« no previous file with comments | « test/toolsets/toolsets.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698