| 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 d40c46d4ac1e751dbbe37d1278e9b0871ae0d933..045ecc0d2dba8018d840d81c0a9d5e019588ef9b 100644
|
| --- a/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| @@ -24,6 +24,9 @@
|
| },
|
| {
|
| 'target_name': 'error_dialog',
|
| + 'dependencies': [
|
| + 'user_manager_dialog',
|
| + ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| @@ -31,6 +34,7 @@
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| 'profile_browser_proxy',
|
| + 'user_manager_dialog',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -59,6 +63,13 @@
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'user_manager_dialog',
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-dialog-behavior/compiled_resources2.gyp:paper-dialog-behavior-extracted',
|
| + ],
|
| + 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'user_manager_pages',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
|
|