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

Unified Diff: chrome/browser/resources/settings/compiled_resources.gyp

Issue 1591053002: Add a password handler to get the list of passwords in md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit: inline function Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/compiled_resources.gyp
diff --git a/chrome/browser/resources/settings/compiled_resources.gyp b/chrome/browser/resources/settings/compiled_resources.gyp
index a76bc54ce1807bbf20b24af061c26913d357a6e6..a1249228b8d57da9d9b705191480071d7cd7532f 100644
--- a/chrome/browser/resources/settings/compiled_resources.gyp
+++ b/chrome/browser/resources/settings/compiled_resources.gyp
@@ -7,19 +7,20 @@
'target_name': 'settings_resources',
'type': 'none',
'dependencies': [
- 'appearance_page/compiled_resources.gyp:*',
'advanced_page/compiled_resources.gyp:*',
+ 'appearance_page/compiled_resources.gyp:*',
'basic_page/compiled_resources.gyp:*',
'bluetooth_page/compiled_resources.gyp:*',
+ 'controls/compiled_resources.gyp:*',
'internet_page/compiled_resources.gyp:*',
'languages_page/compiled_resources.gyp:*',
'on_startup_page/compiled_resources.gyp:*',
+ 'passwords_and_forms_page/compiled_resources.gyp:*',
'people_page/compiled_resources.gyp:*',
'prefs/compiled_resources.gyp:*',
'settings_page/compiled_resources.gyp:*',
'site_settings/compiled_resources.gyp:*',
'site_settings_page/compiled_resources.gyp:*',
- 'controls/compiled_resources.gyp:*',
],
},
]
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698