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

Unified Diff: printing/printing.gyp

Issue 7799003: Add printing.dll to the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « printing/printed_page.h ('k') | printing/printing_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « printing/printed_page.h ('k') | printing/printing_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698