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

Side by Side Diff: chrome/browser/resources/shared_resources.grd

Issue 8271025: Moved mobile activation into its own modal dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « chrome/browser/resources/shared/js/cr/ui/dialogs.js ('k') | chrome/browser/ui/browser.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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. paaaae --> 3 without changes to the corresponding grd file. paaaae -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/shared_resources.h" type="rc_header"> 6 <output filename="grit/shared_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" /> 9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" />
10 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> 10 <output filename="grit/shared_resources_map.h" type="resource_map_header" />
11 <output filename="shared_resources.pak" type="data_package" /> 11 <output filename="shared_resources.pak" type="data_package" />
12 </outputs> 12 </outputs>
13 <release seq="1"> 13 <release seq="1">
14 <includes> 14 <includes>
15 <include name="IDR_SHARED_CSS_ABOUT" 15 <include name="IDR_SHARED_CSS_ABOUT"
16 file="shared/css/about_memory.css" type="BINDATA" /> 16 file="shared/css/about_memory.css" type="BINDATA" />
17 <include name="IDR_SHARED_CSS_BUTTON" 17 <include name="IDR_SHARED_CSS_BUTTON"
18 file="shared/css/button.css" type="BINDATA" /> 18 file="shared/css/button.css" type="BINDATA" />
19 <include name="IDR_SHARED_CSS_DIALOGS"
20 file="shared/css/dialogs.css" type="BINDATA" />
19 <include name="IDR_SHARED_CSS_LIST" 21 <include name="IDR_SHARED_CSS_LIST"
20 file="shared/css/list.css" type="BINDATA" /> 22 file="shared/css/list.css" type="BINDATA" />
21 <include name="IDR_SHARED_CSS_MENU" 23 <include name="IDR_SHARED_CSS_MENU"
22 file="shared/css/menu.css" type="BINDATA" /> 24 file="shared/css/menu.css" type="BINDATA" />
23 <include name="IDR_SHARED_CSS_CHROME" 25 <include name="IDR_SHARED_CSS_CHROME"
24 file="shared/css/chrome_shared.css" type="BINDATA" /> 26 file="shared/css/chrome_shared.css" type="BINDATA" />
25 <include name="IDR_SHARED_CSS_SELECT" 27 <include name="IDR_SHARED_CSS_SELECT"
26 file="shared/css/select.css" type="BINDATA" /> 28 file="shared/css/select.css" type="BINDATA" />
27 <include name="IDR_SHARED_CSS_TABLE" 29 <include name="IDR_SHARED_CSS_TABLE"
28 file="shared/css/table.css" type="BINDATA" /> 30 file="shared/css/table.css" type="BINDATA" />
(...skipping 28 matching lines...) Expand all
57 <include name="IDR_SHARED_JS_CR_UI" 59 <include name="IDR_SHARED_JS_CR_UI"
58 file="shared/js/cr/ui.js" type="BINDATA" /> 60 file="shared/js/cr/ui.js" type="BINDATA" />
59 <include name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL" 61 <include name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL"
60 file="shared/js/cr/ui/array_data_model.js" type="BINDATA" /> 62 file="shared/js/cr/ui/array_data_model.js" type="BINDATA" />
61 <include name="IDR_SHARED_JS_CR_UI_COMMAND" 63 <include name="IDR_SHARED_JS_CR_UI_COMMAND"
62 file="shared/js/cr/ui/command.js" type="BINDATA" /> 64 file="shared/js/cr/ui/command.js" type="BINDATA" />
63 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON" 65 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON"
64 file="shared/js/cr/ui/context_menu_button.js" type="BINDATA" /> 66 file="shared/js/cr/ui/context_menu_button.js" type="BINDATA" />
65 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER" 67 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER"
66 file="shared/js/cr/ui/context_menu_handler.js" type="BINDATA" /> 68 file="shared/js/cr/ui/context_menu_handler.js" type="BINDATA" />
69 <include name="IDR_SHARED_JS_CR_UI_DIALOGS"
70 file="shared/js/cr/ui/dialogs.js" type="BINDATA" />
67 <include name="IDR_SHARED_JS_CR_UI_FOCUS_OUTLINE_MANAGER" 71 <include name="IDR_SHARED_JS_CR_UI_FOCUS_OUTLINE_MANAGER"
68 file="shared/js/cr/ui/focus_outline_manager.js" type="BINDATA" /> 72 file="shared/js/cr/ui/focus_outline_manager.js" type="BINDATA" />
69 <include name="IDR_SHARED_JS_CR_UI_LIST" 73 <include name="IDR_SHARED_JS_CR_UI_LIST"
70 file="shared/js/cr/ui/list.js" type="BINDATA" /> 74 file="shared/js/cr/ui/list.js" type="BINDATA" />
71 <include name="IDR_SHARED_JS_CR_UI_LIST_ITEM" 75 <include name="IDR_SHARED_JS_CR_UI_LIST_ITEM"
72 file="shared/js/cr/ui/list_item.js" type="BINDATA" /> 76 file="shared/js/cr/ui/list_item.js" type="BINDATA" />
73 <include name="IDR_SHARED_JS_CR_UI_LIST_SELECTION_CONTROLLER" 77 <include name="IDR_SHARED_JS_CR_UI_LIST_SELECTION_CONTROLLER"
74 file="shared/js/cr/ui/list_selection_controller.js" type="BINDATA " /> 78 file="shared/js/cr/ui/list_selection_controller.js" type="BINDATA " />
75 <include name="IDR_SHARED_JS_CR_UI_LIST_SELECTION_MODEL" 79 <include name="IDR_SHARED_JS_CR_UI_LIST_SELECTION_MODEL"
76 file="shared/js/cr/ui/list_selection_model.js" type="BINDATA" /> 80 file="shared/js/cr/ui/list_selection_model.js" type="BINDATA" />
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 file="shared/js/local_strings.js" type="BINDATA" /> 121 file="shared/js/local_strings.js" type="BINDATA" />
118 <include name="IDR_SHARED_JS_MEDIA_COMMON" 122 <include name="IDR_SHARED_JS_MEDIA_COMMON"
119 file="shared/js/media_common.js" type="BINDATA" /> 123 file="shared/js/media_common.js" type="BINDATA" />
120 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 124 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
121 file="shared/js/parse_html_subset.js" type="BINDATA" /> 125 file="shared/js/parse_html_subset.js" type="BINDATA" />
122 <include name="IDR_SHARED_JS_UTIL" 126 <include name="IDR_SHARED_JS_UTIL"
123 file="shared/js/util.js" type="BINDATA" /> 127 file="shared/js/util.js" type="BINDATA" />
124 </includes> 128 </includes>
125 </release> 129 </release>
126 </grit> 130 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/dialogs.js ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698