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..a2526e9714fc79c1728a03fba0645f99c15cea2d 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,10 @@ |
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
}, |
{ |
+ 'target_name': 'user_manager_dialog', |
Moe
2016/06/03 21:51:50
Had to remove this target b/c adding the following
Dan Beam
2016/06/03 22:00:47
why? can you paste the error?
it's better to fix
Moe
2016/06/06 16:29:20
I didn't know we modify the third party Polymer JS
|
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
+ }, |
+ { |
'target_name': 'user_manager_pages', |
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
}, |