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

Unified Diff: courgette/courgette.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 | « content/content_worker.gypi ('k') | crypto/crypto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/courgette.gyp
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 55a19dd5a52b50f6899f198a4269aa357a350f35..69965b39bcd8d325e89127f894db85747495cc31 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -44,7 +44,7 @@
'targets': [
{
'target_name': 'courgette_lib',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
'../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk',
@@ -149,7 +149,7 @@
'targets': [
{
'target_name': 'courgette_lib64',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../base/base.gyp:base_nacl_win64',
'../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk64',
« no previous file with comments | « content/content_worker.gypi ('k') | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698