diff options
author | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 10:00:00 +0000 |
---|---|---|
committer | vitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 10:00:00 +0000 |
commit | 8e1d9987950d9f4c5bae0fb2e4953f7987f1fe4a (patch) | |
tree | c5f9d5f9055525c15fe68cee37e4e0109a109611 /cloud_print | |
parent | 75f7c4fce06a1c76b2f0eb6d99bb0fba56261b6c (diff) | |
download | chromium_src-8e1d9987950d9f4c5bae0fb2e4953f7987f1fe4a.zip chromium_src-8e1d9987950d9f4c5bae0fb2e4953f7987f1fe4a.tar.gz chromium_src-8e1d9987950d9f4c5bae0fb2e4953f7987f1fe4a.tar.bz2 |
Moved resources to resources subdir.
TBR=gene
Review URL: https://chromiumcodereview.appspot.com/12797003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print')
-rw-r--r-- | cloud_print/service/service.gyp | 1 | ||||
-rw-r--r-- | cloud_print/service/win/cloud_print_service.rc | 8 | ||||
-rw-r--r-- | cloud_print/service/win/resource.h | 17 | ||||
-rw-r--r-- | cloud_print/service/win/resources/cloud_print_service.rgs (renamed from cloud_print/service/win/cloud_print_service.rgs) | 0 |
4 files changed, 5 insertions, 21 deletions
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp index 1dda2f0..4825b80 100644 --- a/cloud_print/service/service.gyp +++ b/cloud_print/service/service.gyp @@ -66,7 +66,6 @@ '<(SHARED_INTERMEDIATE_DIR)/cloud_print/cloud_print_service_exe_version.rc', 'win/cloud_print_service.cc', 'win/cloud_print_service.rc', - 'win/resource.h', ], 'dependencies': [ 'cloud_print_service_lib', diff --git a/cloud_print/service/win/cloud_print_service.rc b/cloud_print/service/win/cloud_print_service.rc index 2eccba4..647d93f 100644 --- a/cloud_print/service/win/cloud_print_service.rc +++ b/cloud_print/service/win/cloud_print_service.rc @@ -10,14 +10,14 @@ #include "version.h" #undef APSTUDIO_READONLY_SYMBOLS -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US - #ifdef APSTUDIO_INVOKED # error Don't open this in the GUI, it'll be massacred on save. #endif // APSTUDIO_INVOKED -IDR_CLOUDPRINTSERVICE REGISTRY "cloud_print_service.rgs" +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US + +IDR_CLOUDPRINTSERVICE REGISTRY "resources\\cloud_print_service.rgs" STRINGTABLE BEGIN diff --git a/cloud_print/service/win/resource.h b/cloud_print/service/win/resource.h index f7621b4..7a58896 100644 --- a/cloud_print/service/win/resource.h +++ b/cloud_print/service/win/resource.h @@ -2,20 +2,5 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// {{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by cloud_print service.rc - #define IDS_SERVICENAME 100 -#define IDR_CLOUDPRINTSERVICE 101 - -// Next default values for new objects -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 201 -#define _APS_NEXT_COMMAND_VALUE 32768 -#define _APS_NEXT_CONTROL_VALUE 201 -#define _APS_NEXT_SYMED_VALUE 106 -#endif -#endif - +#define IDR_CLOUDPRINTSERVICE 100 diff --git a/cloud_print/service/win/cloud_print_service.rgs b/cloud_print/service/win/resources/cloud_print_service.rgs index 9ebaebe..9ebaebe 100644 --- a/cloud_print/service/win/cloud_print_service.rgs +++ b/cloud_print/service/win/resources/cloud_print_service.rgs |