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

Unified Diff: cloud_print/service/win/cloud_print_service.rc

Issue 13003005: User grit to process resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | « cloud_print/service/service.gyp ('k') | cloud_print/service/win/cloud_print_service_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/service/win/cloud_print_service.rc
diff --git a/cloud_print/service/win/cloud_print_service.rc b/cloud_print/service/win/cloud_print_service.rc
deleted file mode 100644
index 42a18cdf3d5e8688a085f2ec14d64c8cc715c7c4..0000000000000000000000000000000000000000
--- a/cloud_print/service/win/cloud_print_service.rc
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2013 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.
-
-#include "resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-#include "winres.h"
-#include "verrsrc.h"
-#include "version.h"
-#undef APSTUDIO_READONLY_SYMBOLS
-
-#ifdef APSTUDIO_INVOKED
-# error Don't open this in the GUI, it'll be massacred on save.
-#endif // APSTUDIO_INVOKED
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-
-IDR_CLOUDPRINTSERVICE REGISTRY "resources\\cloud_print_service.rgs"
-IDI_ICON ICON "resources\\cloudprint.ico"
-
-STRINGTABLE
-BEGIN
- IDS_SERVICENAME "CloudPrintService"
-END
-
-#endif // English (United States) resources
« no previous file with comments | « cloud_print/service/service.gyp ('k') | cloud_print/service/win/cloud_print_service_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698