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

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

Issue 9168026: Move autocomplete_list.js from options and options2 to shared/js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright year 2012 Created 8 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 | « chrome/browser/resources/shared/js/cr/ui/autocomplete_list.js ('k') | no next file » | 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. --> 3 without changes to the corresponding grd file. -->
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" />
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <include name="IDR_SHARED_JS_CR_EVENT_TARGET" 69 <include name="IDR_SHARED_JS_CR_EVENT_TARGET"
70 file="shared/js/cr/event_target.js" type="BINDATA" /> 70 file="shared/js/cr/event_target.js" type="BINDATA" />
71 <include name="IDR_SHARED_JS_CR_LINK_CONTROLLER" 71 <include name="IDR_SHARED_JS_CR_LINK_CONTROLLER"
72 file="shared/js/cr/link_controller.js" type="BINDATA" /> 72 file="shared/js/cr/link_controller.js" type="BINDATA" />
73 <include name="IDR_SHARED_JS_CR_PROMISE" 73 <include name="IDR_SHARED_JS_CR_PROMISE"
74 file="shared/js/cr/promise.js" type="BINDATA" /> 74 file="shared/js/cr/promise.js" type="BINDATA" />
75 <include name="IDR_SHARED_JS_CR_UI" 75 <include name="IDR_SHARED_JS_CR_UI"
76 file="shared/js/cr/ui.js" type="BINDATA" /> 76 file="shared/js/cr/ui.js" type="BINDATA" />
77 <include name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL" 77 <include name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL"
78 file="shared/js/cr/ui/array_data_model.js" type="BINDATA" /> 78 file="shared/js/cr/ui/array_data_model.js" type="BINDATA" />
79 <include name="IDR_SHARED_JS_CR_UI_AUTOCOMPLETE_LIST"
80 file="shared/js/cr/ui/autocomplete_list.js" type="BINDATA" />
79 <include name="IDR_SHARED_JS_CR_UI_CARD_SLIDER" 81 <include name="IDR_SHARED_JS_CR_UI_CARD_SLIDER"
80 file="shared/js/cr/ui/card_slider.js" type="BINDATA" /> 82 file="shared/js/cr/ui/card_slider.js" type="BINDATA" />
81 <include name="IDR_SHARED_JS_CR_UI_COMMAND" 83 <include name="IDR_SHARED_JS_CR_UI_COMMAND"
82 file="shared/js/cr/ui/command.js" type="BINDATA" /> 84 file="shared/js/cr/ui/command.js" type="BINDATA" />
83 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON" 85 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON"
84 file="shared/js/cr/ui/context_menu_button.js" type="BINDATA" /> 86 file="shared/js/cr/ui/context_menu_button.js" type="BINDATA" />
85 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER" 87 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER"
86 file="shared/js/cr/ui/context_menu_handler.js" type="BINDATA" /> 88 file="shared/js/cr/ui/context_menu_handler.js" type="BINDATA" />
87 <include name="IDR_SHARED_JS_CR_UI_DIALOGS" 89 <include name="IDR_SHARED_JS_CR_UI_DIALOGS"
88 file="shared/js/cr/ui/dialogs.js" type="BINDATA" /> 90 file="shared/js/cr/ui/dialogs.js" type="BINDATA" />
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 file="shared/js/media_common.js" type="BINDATA" /> 149 file="shared/js/media_common.js" type="BINDATA" />
148 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 150 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
149 file="shared/js/parse_html_subset.js" type="BINDATA" /> 151 file="shared/js/parse_html_subset.js" type="BINDATA" />
150 <include name="IDR_SHARED_JS_UTIL" 152 <include name="IDR_SHARED_JS_UTIL"
151 file="shared/js/util.js" type="BINDATA" /> 153 file="shared/js/util.js" type="BINDATA" />
152 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS" 154 <include name="IDR_THIRD_PARTY_FONTS_OPEN_SANS"
153 file="third_party/fonts/open_sans.woff" type="BINDATA" /> 155 file="third_party/fonts/open_sans.woff" type="BINDATA" />
154 </includes> 156 </includes>
155 </release> 157 </release>
156 </grit> 158 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/autocomplete_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698