From bd63ce0ad16cab9822d7120bdcf2d5b7353598e3 Mon Sep 17 00:00:00 2001 From: "robertshield@chromium.org" Date: Fri, 7 Sep 2012 20:44:51 +0000 Subject: Integrate the Windows 8 code into the Chromium tree (take 3). This time, also: fix invalid path in metro_driver.gyp. set executable bit on check_sdk_patch.py and post_build.bat. add back a switch that was removed recently This reverts "Revert 155429 - Integrate the Windows 8 code into the Chromium tree." Original CL: https://chromiumcodereview.appspot.com/10875008 BUG=127799 TEST=A Chromium build can run as the immersive browser on Windows 8. TBR=ben Review URL: https://chromiumcodereview.appspot.com/10919158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155474 0039d316-1c4b-4281-b951-d872f2087c98 --- win8/delegate_execute/resource.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 win8/delegate_execute/resource.h (limited to 'win8/delegate_execute/resource.h') diff --git a/win8/delegate_execute/resource.h b/win8/delegate_execute/resource.h new file mode 100644 index 0000000..cb81bf0 --- /dev/null +++ b/win8/delegate_execute/resource.h @@ -0,0 +1,22 @@ +// Copyright (c) 2012 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. + +// {{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by DelegateExecute.rc +// +#define IDS_PROJNAME 100 +#define IDR_DELEGATEEXECUTE 101 +#define IDR_COMMANDEXECUTEIMPL 106 + +// 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 107 +#endif +#endif -- cgit v1.1