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

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

Issue 2319123002: Profile Avatar Selector: Allow arrow keys to be used for moving between avatars (2nd edition) (Closed)
Patch Set: 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..d99605fb9c71793d5fad4cd8463a1ed62d28fe94 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_listbox',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- }
+ },
+ {
+ 'target_name': 'cr_profile_avatar_selector_listbox',
+ 'dependencies': [
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/compiled_resources2.gyp:iron-menu-behavior-extracted',
+ '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behavior/compiled_resources2.gyp:iron-menubar-behavior-extracted',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698