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

Unified Diff: printing/printing.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 | « net/third_party/nss/ssl.gyp ('k') | remoting/proto/chromotocol.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index e3cafd2afc894b666c8e6779ef6bdfc3416e9802..aae1a6e2cfec3e78a42b421920e31681289d3261 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -9,7 +9,7 @@
'targets': [
{
'target_name': 'printing',
- 'type': '<(library)',
+ 'type': 'static_library',
'dependencies': [
'../app/app.gyp:app_base', # Only required for Font support
'../base/base.gyp:base',
« no previous file with comments | « net/third_party/nss/ssl.gyp ('k') | remoting/proto/chromotocol.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698