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

Unified Diff: chrome/chrome_installer_util.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 | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer_util.gypi
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index 08384e76b1c43e0e331bc60e6da30e3d3397f2b7..7e045d9cde265498632f2258340f9d39f70b73a2 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -87,7 +87,7 @@
'targets': [
{
'target_name': 'installer_util',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC',
'variables': {
'installer_util_target': 1,
@@ -141,7 +141,7 @@
},
{
'target_name': 'installer_util_nacl_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '91016F29-C324-4236-8AA0-032765E71582',
'variables': {
'installer_util_target': 1,
@@ -169,7 +169,7 @@
'targets': [
{
'target_name': 'installer_util',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'common_constants',
'chrome_resources',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698