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

Side by Side 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, 10 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'settings_resources', 7 'target_name': 'settings_resources',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 'advanced_page/compiled_resources.gyp:*',
10 'appearance_page/compiled_resources.gyp:*', 11 'appearance_page/compiled_resources.gyp:*',
11 'advanced_page/compiled_resources.gyp:*',
12 'basic_page/compiled_resources.gyp:*', 12 'basic_page/compiled_resources.gyp:*',
13 'bluetooth_page/compiled_resources.gyp:*', 13 'bluetooth_page/compiled_resources.gyp:*',
14 'controls/compiled_resources.gyp:*',
14 'internet_page/compiled_resources.gyp:*', 15 'internet_page/compiled_resources.gyp:*',
15 'languages_page/compiled_resources.gyp:*', 16 'languages_page/compiled_resources.gyp:*',
16 'on_startup_page/compiled_resources.gyp:*', 17 'on_startup_page/compiled_resources.gyp:*',
18 'passwords_and_forms_page/compiled_resources.gyp:*',
17 'people_page/compiled_resources.gyp:*', 19 'people_page/compiled_resources.gyp:*',
18 'prefs/compiled_resources.gyp:*', 20 'prefs/compiled_resources.gyp:*',
19 'settings_page/compiled_resources.gyp:*', 21 'settings_page/compiled_resources.gyp:*',
20 'site_settings/compiled_resources.gyp:*', 22 'site_settings/compiled_resources.gyp:*',
21 'site_settings_page/compiled_resources.gyp:*', 23 'site_settings_page/compiled_resources.gyp:*',
22 'controls/compiled_resources.gyp:*',
23 ], 24 ],
24 }, 25 },
25 ] 26 ]
26 } 27 }
OLDNEW
« 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