Chromium Code Reviews| Index: chrome/chrome_browser_ui.gypi |
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi |
| index 272b022afe6b3f443d9452fecbb0262b09c1f826..d60c878937197e6ef4cbfcbc292e938efa686d19 100644 |
| --- a/chrome/chrome_browser_ui.gypi |
| +++ b/chrome/chrome_browser_ui.gypi |
| @@ -3066,6 +3066,14 @@ |
| ['enable_extensions==1', { |
| 'sources': [ '<@(chrome_browser_ui_views_extensions_non_mac_sources)' ], |
| }], |
| + [ 'chromeos == 1', { |
| + 'sources!': [ |
| + 'browser/ui/views/profiles/profile_chooser_view.cc', |
|
msw
2016/07/15 15:51:27
I wonder if we intend to support these in Mac View
tapted
2016/07/18 21:20:59
ooh - yep! chrome_browser_ui_views_non_chromeos_so
Jane
2016/07/19 04:33:55
Done. Moved these classes to chrome_browser_ui_vie
|
| + 'browser/ui/views/profiles/profile_chooser_view.h', |
|
msw
2016/07/15 15:51:27
You'll need to make includes of this header non-cr
Jane
2016/07/19 04:33:55
Done.
I had to do some refactoring in bookmark_bu
|
| + 'browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc', |
| + 'browser/ui/views/sync/profile_signin_confirmation_dialog_views.h', |
| + ], |
| + }], |
| ], |
| }], |
| ['enable_extensions==1', { |