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

Unified Diff: ipc/ipc.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « crypto/crypto.gyp ('k') | ipc/ipc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index f6c7820b2c05bdbd8a729d9e8e483ad3dbafa446..76b13fc28378810e9e724ed8755561b84f3b62d2 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -76,7 +76,7 @@
},
{
'target_name': 'test_support_ipc',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'ipc',
'../base/base.gyp:base',
« no previous file with comments | « crypto/crypto.gyp ('k') | ipc/ipc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698