| Index: chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| diff --git a/chrome/browser/resources/md_user_manager/compiled_resources2.gyp b/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| index c663bfc27160e16bfece708528e44e25e70e1740..f47169edb5a495ae286a89dc4d70fe138c1d0eca 100644
|
| --- a/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| @@ -7,6 +7,7 @@
|
| 'target_name': 'control_bar',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| 'profile_browser_proxy',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| @@ -22,6 +23,14 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'error_dialog',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'import_supervised_user',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
|
|