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

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

Issue 2817026: Move the files in resources/shared/ into resources.pak (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase after tony's commit Created 10 years, 6 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
« no previous file with comments | « chrome/browser/dom_ui/shared_resources_data_source.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. paaaae -->
4 <grit latest_public_release="0" current_release="1">
5 <outputs>
6 <output filename="grit/shared_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit>
8 </output>
9 <output filename="shared_resources.pak" type="data_package" />
10 <output filename="grit/shared_resources_map.h" type="resource_map_header" />
11 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" />
12 </outputs>
13 <release seq="1">
14 <includes>
15 <!-- shared/css/ -->
16 <include name="IDR_SHARED_CSS_BUTTON"
17 file="shared/css/button.css" type="BINDATA" />
18 <include name="IDR_SHARED_CSS_LIST"
19 file="shared/css/list.css" type="BINDATA" />
20 <include name="IDR_SHARED_CSS_MENU"
21 file="shared/css/menu.css" type="BINDATA" />
22 <include name="IDR_SHARED_CSS_TREE"
23 file="shared/css/tree.css" type="BINDATA" />
24 <include name="IDR_SHARED_CSS_TREE_JS"
25 file="shared/css/tree.css.js" type="BINDATA" />
26
27 <!-- shared/js/ -->
28 <include name="IDR_SHARED_JS_CLASS_LIST"
29 file="shared/js/class_list.js" type="BINDATA" />
30 <include name="IDR_SHARED_JS_CR"
31 file="shared/js/cr.js" type="BINDATA" />
32 <include name="IDR_SHARED_JS_I18N_TEMPLATE"
33 file="shared/js/i18n_template.js" type="BINDATA" />
34 <include name="IDR_SHARED_JS_LOCAL_STRINGS"
35 file="shared/js/local_strings.js" type="BINDATA" />
36 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
37 file="shared/js/parse_html_subset.js" type="BINDATA" />
38 <include name="IDR_SHARED_JS_UTIL"
39 file="shared/js/util.js" type="BINDATA" />
40
41 <!-- shared/js/cr -->
42 <include name="IDR_SHARED_JS_CR_EVENT_TARGET"
43 file="shared/js/cr/event_target.js" type="BINDATA" />
44 <include name="IDR_SHARED_JS_CR_LINK_CONTROLLER"
45 file="shared/js/cr/link_controller.js" type="BINDATA" />
46 <include name="IDR_SHARED_JS_CR_PROMISE"
47 file="shared/js/cr/promise.js" type="BINDATA" />
48 <include name="IDR_SHARED_JS_CR_UI"
49 file="shared/js/cr/ui.js" type="BINDATA" />
50
51 <!-- shared/js/cr/ui -->
52 <include name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL"
53 file="shared/js/cr/ui/array_data_model.js" type="BINDATA" />
54 <include name="IDR_SHARED_JS_CR_UI_COMMAND"
55 file="shared/js/cr/ui/command.js" type="BINDATA" />
56 <include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_HANDLER"
57 file="shared/js/cr/ui/context_menu_handler.js" type="BINDATA" />
58 <include name="IDR_SHARED_JS_CR_UI_LIST_ITEM"
59 file="shared/js/cr/ui/list_item.js" type="BINDATA" />
60 <include name="IDR_SHARED_JS_CR_UI_LIST"
61 file="shared/js/cr/ui/list.js" type="BINDATA" />
62 <include name="IDR_SHARED_JS_CR_UI_LIST_SELECTION_MODEL"
63 file="shared/js/cr/ui/list_selection_model.js" type="BINDATA" />
64 <include name="IDR_SHARED_JS_CR_UI_MENU_BUTTON"
65 file="shared/js/cr/ui/menu_button.js" type="BINDATA" />
66 <include name="IDR_SHARED_JS_CR_UI_MENU_ITEM"
67 file="shared/js/cr/ui/menu_item.js" type="BINDATA" />
68 <include name="IDR_SHARED_JS_CR_UI_MENU"
69 file="shared/js/cr/ui/menu.js" type="BINDATA" />
70 <include name="IDR_SHARED_JS_CR_UI_POSITION_UTIL"
71 file="shared/js/cr/ui/position_util.js" type="BINDATA" />
72 <include name="IDR_SHARED_JS_CR_UI_SPLITTER"
73 file="shared/js/cr/ui/splitter.js" type="BINDATA" />
74 <include name="IDR_SHARED_JS_CR_UI_TREE"
75 file="shared/js/cr/ui/tree.js" type="BINDATA" />
76 </includes>
77 </release>
78 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/shared_resources_data_source.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698