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

Unified Diff: ipc/ipc.gypi

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 | « ipc/ipc.gyp ('k') | jingle/jingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 3ee49702e98c43964f95ae94755f6824a52168be..4ccf9930ba95c292b94271eae1b940fdabeb44b0 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -55,7 +55,7 @@
'targets': [
{
'target_name': 'ipc',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'ipc_target': 1,
},
@@ -77,7 +77,7 @@
'targets': [
{
'target_name': 'ipc_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'variables': {
'ipc_target': 1,
},
« no previous file with comments | « ipc/ipc.gyp ('k') | jingle/jingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698