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

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

Issue 8423055: [Aura] Initial app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove grabber.js 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/shared/js/util.js ('k') | chrome/browser/ui/views/aura/app_list_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared_resources.grd
diff --git a/chrome/browser/resources/shared_resources.grd b/chrome/browser/resources/shared_resources.grd
index b32e5129774d82d04dc91043b74f38469b714fad..69949b86ca8fe89cbcfa96a08a974f804e2cd6d6 100644
--- a/chrome/browser/resources/shared_resources.grd
+++ b/chrome/browser/resources/shared_resources.grd
@@ -66,6 +66,8 @@ without changes to the corresponding grd file. paaaae -->
file="shared/js/cr/ui.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_ARRAY_DATA_MODEL"
file="shared/js/cr/ui/array_data_model.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_CARD_SLIDER"
+ file="shared/js/cr/ui/card_slider.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_COMMAND"
file="shared/js/cr/ui/command.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_CONTEXT_MENU_BUTTON"
@@ -74,6 +76,8 @@ without changes to the corresponding grd file. paaaae -->
file="shared/js/cr/ui/context_menu_handler.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_DIALOGS"
file="shared/js/cr/ui/dialogs.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_DRAG_WRAPPER"
+ file="shared/js/cr/ui/drag_wrapper.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_FOCUS_OUTLINE_MANAGER"
file="shared/js/cr/ui/focus_outline_manager.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_LIST"
@@ -116,6 +120,8 @@ without changes to the corresponding grd file. paaaae -->
file="shared/js/cr/ui/tabs.js" type="BINDATA" />
<include name="IDR_SHARED_JS_CR_UI_TREE"
file="shared/js/cr/ui/tree.js" type="BINDATA" />
+ <include name="IDR_SHARED_JS_CR_UI_TOUCH_HANDLER"
+ file="shared/js/cr/ui/touch_handler.js" type="BINDATA" />
<include name="IDR_SHARED_JS_EVENT_TRACKER"
file="shared/js/event_tracker.js" type="BINDATA" />
<include name="IDR_SHARED_JS_I18N_PROCESS"
« no previous file with comments | « chrome/browser/resources/shared/js/util.js ('k') | chrome/browser/ui/views/aura/app_list_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698