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

Unified Diff: test/compiler-override/compiler-shared-lib.gyp

Issue 164023009: Support for custom NM/readelf binaries in your toolchain. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 4 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
Index: test/compiler-override/compiler-shared-lib.gyp
diff --git a/test/compiler-override/compiler.gyp b/test/compiler-override/compiler-shared-lib.gyp
similarity index 79%
rename from test/compiler-override/compiler.gyp
rename to test/compiler-override/compiler-shared-lib.gyp
index c2f3002f20724d1c40baf9e6300c6f0a3baa6c60..d3e4316135db0698cefd5acb33d41a8a7c1bf300 100644
--- a/test/compiler-override/compiler.gyp
+++ b/test/compiler-override/compiler-shared-lib.gyp
@@ -5,8 +5,8 @@
{
'targets': [
{
- 'target_name': 'hello',
- 'type': 'executable',
+ 'target_name': 'hello-lib',
+ 'type': 'shared_library',
'sources': [
'test.c',
'cxxtest.cc',

Powered by Google App Engine
This is Rietveld 408576698