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

Unified Diff: chrome/chrome_common.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_browser.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index a5d80c0593f3ba8c3d56a99df365896c6ade7b60..458168d3c2b1ecc5611cc327e8bcb68b44cb8706 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -85,7 +85,7 @@
'targets': [
{
'target_name': 'common',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '899F1280-3441-4D1F-BA04-CCD6208D9146',
'variables': {
'chrome_common_target': 1,
@@ -350,7 +350,7 @@
},
{
'target_name': 'common_net',
- 'type': '<(library)',
+ 'type': 'static_library',
'sources': [
'common/net/http_return.h',
'common/net/net_resource_provider.cc',
@@ -473,7 +473,7 @@
'targets': [
{
'target_name': 'common_nacl_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '3AB5C5E9-470C-419B-A0AE-C7381FB632FA',
'variables': {
'chrome_common_target': 1,
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698