summaryrefslogtreecommitdiffstats
path: root/ui/webui
diff options
context:
space:
mode:
authorhcarmona <hcarmona@chromium.org>2016-03-07 12:52:06 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-07 20:54:04 +0000
commit841e36e2ee798b64ab41dd53238ad11510fea916 (patch)
tree29f3c0f25054110076aa1e1a49f9e0c7b3d828c1 /ui/webui
parentff49509e51de30ed6406875175ab644435077403 (diff)
downloadchromium_src-841e36e2ee798b64ab41dd53238ad11510fea916.zip
chromium_src-841e36e2ee798b64ab41dd53238ad11510fea916.tar.gz
chromium_src-841e36e2ee798b64ab41dd53238ad11510fea916.tar.bz2
Add a shared menu to the md password settings with "Edit" and "Remove".
BUG=546836 Review URL: https://codereview.chromium.org/1755413002 Cr-Commit-Position: refs/heads/master@{#379634}
Diffstat (limited to 'ui/webui')
-rw-r--r--ui/webui/resources/cr_elements/cr_shared_menu/compiled_resources2.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resources2.gyp b/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resources2.gyp
new file mode 100644
index 0000000..c401345
--- /dev/null
+++ b/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resources2.gyp
@@ -0,0 +1,17 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ {
+ 'target_name': 'cr_shared_menu',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:position_util',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ ],
+}