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

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

Issue 2461113002: WebUI: Make settings-action-menu re-usable as cr-action-menu. (Closed)
Patch Set: Add missing dep Created 4 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
Index: ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp
diff --git a/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resources2.gyp b/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp
similarity index 70%
copy from ui/webui/resources/cr_elements/cr_lazy_render/compiled_resources2.gyp
copy to ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp
index f3a5b6ec46640b513713c7ed69752d0aa2f76ab2..95d3a9581a00aa93e01dc8aad1ad0dbb8ae2c0fa 100644
--- a/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resources2.gyp
+++ b/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp
@@ -4,7 +4,10 @@
{
'targets': [
{
- 'target_name': 'cr_lazy_render',
+ 'target_name': 'cr_action_menu',
+ 'dependencies': [
+ '../../js/compiled_resources2.gyp:util',
+ ],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
],

Powered by Google App Engine
This is Rietveld 408576698