Index: printing/printing.gyp |
=================================================================== |
--- printing/printing.gyp (revision 98598) |
+++ printing/printing.gyp (working copy) |
@@ -9,7 +9,7 @@ |
'targets': [ |
{ |
'target_name': 'printing', |
- 'type': 'static_library', |
+ 'type': '<(component)', |
rvargas (doing something else)
2011/08/30 19:40:24
I just realized that PRINTING_IMPLEMENTATION is mi
|
'dependencies': [ |
'../base/base.gyp:base', |
'../base/base.gyp:base_i18n', |
@@ -18,7 +18,7 @@ |
'../skia/skia.gyp:skia', |
'../third_party/icu/icu.gyp:icui18n', |
'../third_party/icu/icu.gyp:icuuc', |
- '../ui/ui.gyp:ui', # Only required for Font support. |
+ '../ui/ui.gyp:ui', |
], |
'include_dirs': [ |
'..', |
@@ -166,6 +166,7 @@ |
'printing', |
'../testing/gtest.gyp:gtest', |
'../base/base.gyp:test_support_base', |
+ '../ui/ui.gyp:ui', |
], |
'sources': [ |
'emf_win_unittest.cc', |