Index: cloud_print/virtual_driver/win/virtual_driver_common_resources.h |
diff --git a/cloud_print/virtual_driver/win/virtual_driver_common_resources.h b/cloud_print/virtual_driver/win/virtual_driver_common_resources.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e77cc33ea1605d931b361fffcd214c6bfcb9dafe |
--- /dev/null |
+++ b/cloud_print/virtual_driver/win/virtual_driver_common_resources.h |
@@ -0,0 +1,21 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_COMMON_RESOURCES_H_ |
+#define CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_COMMON_RESOURCES_H_ |
+#pragma once |
+ |
+#define IDS_GCP_URL 100 |
+#define IDS_GCP_DRIVER 101 |
+#define IDS_XPS_DRIVER 102 |
+#define IDS_UI_DRIVER 103 |
+#define IDS_UI_HELP 104 |
+#define IDS_DATA_TYPE 105 |
+#define IDS_PRINT_PROCESSOR 106 |
+#define IDS_PORT_NAME 107 |
+#define IDS_PORT_MON_DLL_NAME_64 108 |
+#define IDS_PORT_MON_DLL_NAME_32 109 |
+ |
+#endif // CLOUD_PRINT_VIRTUAL_DRIVER_WIN_VIRTUAL_DRIVER_COMMON_RESOURCES_H_ |
+ |