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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp

Issue 2461113002: WebUI: Make settings-action-menu re-usable as cr-action-menu. (Closed)
Patch Set: getComputedStyle instead of util.js 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: chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp b/chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp
index 5c419d1f07786abaf1b1f81a811a37a9f95d742c..3341d4a502277dc402f81fb1de3ce2fe5000006d 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp
@@ -21,7 +21,7 @@
{
'target_name': 'autofill_section',
'dependencies': [
- '../compiled_resources2.gyp:settings_action_menu',
+ '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
'<(EXTERNS_GYP):autofill_private',
'address_edit_dialog',
'credit_card_edit_dialog',
@@ -49,7 +49,7 @@
'target_name': 'passwords_section',
'dependencies': [
'../compiled_resources2.gyp:global_scroll_target_behavior',
- '../compiled_resources2.gyp:settings_action_menu',
+ '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
'<(EXTERNS_GYP):passwords_private',
'password_edit_dialog',
],

Powered by Google App Engine
This is Rietveld 408576698