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

Unified Diff: app/app_base.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 | « no previous file | base/allocator/allocator.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
diff --git a/app/app_base.gypi b/app/app_base.gypi
index a52e391cbd9effe8e65db50152ba6a49dd105c00..c1c2669b6f2c20b33c9ac00bdc0150f28d811cf7 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -47,7 +47,7 @@
'targets': [
{
'target_name': 'app_base',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE',
'variables': {
'app_base_target': 1,
@@ -324,7 +324,7 @@
'targets': [
{
'target_name': 'app_base_nacl_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': '4987C6F9-B230-48E5-BF91-418EAE69AD90',
'dependencies': [
# app resources and ui_strings should be shared with the 32-bit
« no previous file with comments | « no previous file | base/allocator/allocator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698