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

Unified Diff: ui/webui/resources/cr_elements/cr_profile_avatar_selector/compiled_resources2.gyp

Issue 2269743002: Profile Avatar Selector: Allow arrow keys to be used for moving between avatars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 3 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
Index: ui/webui/resources/cr_elements/cr_profile_avatar_selector/compiled_resources2.gyp
diff --git a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/compiled_resources2.gyp b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/compiled_resources2.gyp
index f2395c6f429a3376eb1aec6985131c64d64206a9..3ce09e989f827e6988403aa055508c9ce72f354b 100644
--- a/ui/webui/resources/cr_elements/cr_profile_avatar_selector/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/cr_profile_avatar_selector/compiled_resources2.gyp
@@ -7,8 +7,17 @@
'target_name': 'cr_profile_avatar_selector',
'dependencies': [
'../../js/compiled_resources2.gyp:icon',
+ 'cr_profile_avatar_selector_grid',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- }
+ },
+ {
+ 'target_name': 'cr_profile_avatar_selector_grid',
+ 'dependencies': [
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/compiled_resources2.gyp:iron-menubar-behavior-extracted',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698