Index: chrome/chrome_browser_ui.gypi |
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
index 0ca524a7e4467149f1feea683d164668d356c9a7..f6bfc29f8b7da52a96712bdd4970c594b0884b61 100644 |
--- a/chrome/chrome_browser_ui.gypi |
+++ b/chrome/chrome_browser_ui.gypi |
@@ -807,6 +807,8 @@ |
'browser/ui/profile_error_dialog.cc', |
'browser/ui/profile_error_dialog.h', |
'browser/ui/protocol_dialog_delegate.h', |
+ 'browser/ui/proximity_auth/proximity_auth_error_bubble.cc', |
Tim Song
2015/01/15 19:29:24
These files aren't in the patchset. I'm guessing t
Ilya Sherman
2015/01/16 05:39:42
Whoops, forgot to git-add them. They're used on n
|
+ 'browser/ui/proximity_auth/proximity_auth_error_bubble.h', |
'browser/ui/screen_capture_notification_ui.h', |
'browser/ui/search/instant_controller.cc', |
'browser/ui/search/instant_controller.h', |
@@ -2241,6 +2243,8 @@ |
'browser/ui/views/profiles/supervised_user_avatar_label.h', |
'browser/ui/views/profiles/user_manager_view.cc', |
'browser/ui/views/profiles/user_manager_view.h', |
+ 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.cc', |
+ 'browser/ui/views/proximity_auth/proximity_auth_error_bubble_view.h', |
'browser/ui/views/renderer_context_menu/render_view_context_menu_views.cc', |
'browser/ui/views/renderer_context_menu/render_view_context_menu_views.h', |
'browser/ui/views/sad_tab_view.cc', |