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

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

Issue 2068713003: Refactors profile avatar selector into a Polymer element to use in md-settings & md-user-manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/compiled_resources2.gyp
diff --git a/ui/webui/resources/cr_elements/compiled_resources2.gyp b/ui/webui/resources/cr_elements/compiled_resources2.gyp
index befb4d7058d370e76ecbeea13b0a094747280f74..ac9ad6850bd0a5f6bd91c32d82b1034ae8b236ef 100644
--- a/ui/webui/resources/cr_elements/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/compiled_resources2.gyp
@@ -7,9 +7,10 @@
'target_name': 'cr_elements_resources',
'type': 'none',
'dependencies': [
+ 'cr_profile_avatar_selector/compiled_resources2.gyp:*',
+ 'cr_slider/compiled_resources2.gyp:*',
'network/compiled_resources2.gyp:*',
'policy/compiled_resources2.gyp:*',
- 'cr_slider/compiled_resources2.gyp:*',
],
},
]

Powered by Google App Engine
This is Rietveld 408576698