Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(981)

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 2148293003: Excluded non-chromeos source files in chromeos build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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', {
« chrome/browser/ui/views/tab_dialogs_views.cc ('K') | « chrome/browser/ui/views/tab_dialogs_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698