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

Unified Diff: chrome_frame/resources/chrome_frame_resources.grd

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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 | « chrome_frame/resources/chrome_frame_dialogs.grd ('k') | chrome_frame/resources/npchrome_frame.dll.manifest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/resources/chrome_frame_resources.grd
diff --git a/chrome_frame/resources/chrome_frame_resources.grd b/chrome_frame/resources/chrome_frame_resources.grd
deleted file mode 100644
index bf51a8f6dfd0dde5b5244b49664d85b08820af67..0000000000000000000000000000000000000000
--- a/chrome_frame/resources/chrome_frame_resources.grd
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Copyright (c) 2010 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.
--->
-
-<!--
-Embeded strings, branding resource, etc. See chrome_frame_strings.grd
-for localizable strings
--->
-
-<grit latest_public_release="0" current_release="1">
- <outputs>
- <output filename="grit/chrome_frame_resources.h" type="rc_header">
- <emit emit_type='prepend'></emit>
- </output>
- <output filename="chrome_frame_resources.pak" type="data_package" />
- <output filename="chrome_frame_resources.rc" type="rc_all" lang="en"/>
- </outputs>
- <release seq="1">
- <structures>
- <structure name="IDR_CHROME_FRAME_IE_FULL_TAB" file="structured_resources.rc" type="accelerators" >
- </structure>
- </structures>
- <includes>
- <include name="IDR_REGISTER_BHO" file="../register_bho.rgs" type="REGISTRY" />
- <include name="IDR_BHO" file="../bho.rgs" type="REGISTRY" />
- <include name="IDR_CHROMEACTIVEDOCUMENT" file="../chrome_active_document.rgs" type="REGISTRY" />
- <include name="IDR_CHROMEFRAME_ACTIVEX" file="../chrome_frame_activex.rgs" type="REGISTRY" />
- <include name="IDR_CHROMEFRAME_ELEVATION" file="../chrome_frame_elevation.rgs" type="REGISTRY" />
- <include name="IDR_CHROMEFRAME_NPAPI" file="../chrome_frame_npapi.rgs" type="REGISTRY" />
- <include name="IDR_CHROMEPROTOCOL" file="../chrome_protocol.rgs" type="REGISTRY" />
- <include name="IDR_CHROMETAB" file="../chrome_tab.rgs" type="REGISTRY" />
- <if expr="pp_ifdef('_google_chrome')">
- <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/google_chrome/chrome.ico" type="ICON" />
- </if>
- <if expr="not pp_ifdef('_google_chrome')">
- <include name="IDI_CHROME_FRAME_ICON" file="../../chrome/app/theme/chromium/chromium.ico" type="ICON" />
- </if>
- </includes>
- </release>
-</grit>
« no previous file with comments | « chrome_frame/resources/chrome_frame_dialogs.grd ('k') | chrome_frame/resources/npchrome_frame.dll.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698