DescriptionPut the app launcher on windows/chromeos behind a compile-time flag, and provide defines.
This change decouples the logic that associates the app launcher and
settings app with windows-only builds, and consolidates the list of
app_list sources in chrome_browser_ui.gypi.
BUG=160839
TEST=on Windows: compiles with -Denable_app_list=0 (with no app launcher function), and
on Windows: compiles with -Denable_settings_app=0 (with app launcher but no settings app in it)
on ChromeOS: compiles (functional ChromeOS launcher)
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167853
Patch Set 1 #Patch Set 2 : app_launcher -> app_list to match the code better, neater ui gypi #Patch Set 3 : prevailing style #
Total comments: 4
Patch Set 4 : unifdef controller from startup, lets us do nicer excludes #Messages
Total messages: 7 (0 generated)
|