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

Unified Diff: chrome/browser/resources/shared_resources.grd

Issue 7063007: Revert 86065 - Move sorting logic from table to list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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/browser/resources/shared/js/cr/ui/table/table_single_selection_model.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared_resources.grd
===================================================================
--- chrome/browser/resources/shared_resources.grd (revision 86337)
+++ chrome/browser/resources/shared_resources.grd (working copy)
@@ -98,10 +98,16 @@
file="shared/js/cr/ui/table/table_column.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN_MODEL"
file="shared/js/cr/ui/table/table_column_model.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_TABLE_DATA_MODEL"
+ file="shared/js/cr/ui/table/table_data_model.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_HEADER"
file="shared/js/cr/ui/table/table_header.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_LIST"
file="shared/js/cr/ui/table/table_list.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_TABLE_SELECTION_MODEL"
+ file="shared/js/cr/ui/table/table_selection_model.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_TABLE_SINGLE_SELECTION_MODEL"
+ file="shared/js/cr/ui/table/table_single_selection_model.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABLE_SPLITTER"
file="shared/js/cr/ui/table/table_splitter.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TABS"
« no previous file with comments | « chrome/browser/resources/shared/js/cr/ui/table/table_single_selection_model.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698