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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 6364005: Revert 72261 - Add run-time enable support for the web audio API... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3991 matching lines...) Expand 10 before | Expand all | Expand 10 after
4002 </message> 4002 </message>
4003 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> 4003 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab.">
4004 Enables 3D CSS and higher performance compositing of web pages using Gra phics Processor Unit (GPU) hardware. 4004 Enables 3D CSS and higher performance compositing of web pages using Gra phics Processor Unit (GPU) hardware.
4005 </message> 4005 </message>
4006 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP U Accelerated Canvas 2D' lab."> 4006 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP U Accelerated Canvas 2D' lab.">
4007 GPU Accelerated Canvas 2D 4007 GPU Accelerated Canvas 2D
4008 </message> 4008 </message>
4009 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript ion of the 'GPU Accelerated Canvas 2D' lab."> 4009 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript ion of the 'GPU Accelerated Canvas 2D' lab.">
4010 Enables higher performance of canvas tags with a 2D context by rendering using Graphics Processor Unit (GPU) hardware. 4010 Enables higher performance of canvas tags with a 2D context by rendering using Graphics Processor Unit (GPU) hardware.
4011 </message> 4011 </message>
4012 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab. ">
4013 Web Audio
4014 </message>
4015 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W eb Audio' lab.">
4016 Enables the Web Audio API.
4017 </message>
4018 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> 4012 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab.">
4019 WebGL 4013 WebGL
4020 </message> 4014 </message>
4021 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab."> 4015 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG L' lab.">
4022 Enables canvas elements to use 3D graphics via the WebGL API. 4016 Enables canvas elements to use 3D graphics via the WebGL API.
4023 </message> 4017 </message>
4024 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab."> 4018 <message name="IDS_FLAGS_PRINT_PREVIEW_NAME" desc="Name of the 'Print Prev iew' lab.">
4025 Print Preview 4019 Print Preview
4026 </message> 4020 </message>
4027 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab."> 4021 <message name="IDS_FLAGS_PRINT_PREVIEW_DESCRIPTION" desc="Description of t he 'Print Preview' lab.">
(...skipping 7178 matching lines...) Expand 10 before | Expand all | Expand 10 after
11206 </includes> 11200 </includes>
11207 <structures fallback_to_english="true"> 11201 <structures fallback_to_english="true">
11208 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11202 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11209 </structure> 11203 </structure>
11210 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11204 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11211 </structure> 11205 </structure>
11212 </structures> 11206 </structures>
11213 11207
11214 </release> 11208 </release>
11215 </grit> 11209 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698