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

Unified Diff: printing/backend/print_backend_consts.h

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/backend/print_backend.h ('k') | printing/backend/win_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend_consts.h
===================================================================
--- printing/backend/print_backend_consts.h (revision 99019)
+++ printing/backend/print_backend_consts.h (working copy)
@@ -6,11 +6,13 @@
#define PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_
#pragma once
-extern const char kLocationTagName[];
-extern const char kDriverNameTagName[];
-extern const char kCUPSPrintServerURL[];
-extern const char kCUPSBlocking[];
-extern const char kValueTrue[];
-extern const char kValueFalse[];
+#include "printing/printing_export.h"
+PRINTING_EXPORT extern const char kLocationTagName[];
+PRINTING_EXPORT extern const char kDriverNameTagName[];
+PRINTING_EXPORT extern const char kCUPSPrintServerURL[];
+PRINTING_EXPORT extern const char kCUPSBlocking[];
+PRINTING_EXPORT extern const char kValueTrue[];
+PRINTING_EXPORT extern const char kValueFalse[];
+
#endif // PRINTING_BACKEND_PRINT_BACKEND_CONSTS_H_
« no previous file with comments | « printing/backend/print_backend.h ('k') | printing/backend/win_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698