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

Issue 11293267: Put the pop-up app launcher behind a compile-time flag, and provide defines. (Closed)

Created:
8 years, 1 month ago by tapted
Modified:
8 years, 1 month ago
Reviewers:
sky, Evan Stade
CC:
chromium-reviews, dbeam+watch-options_chromium.org, Aaron Boodman, arv (Not doing code reviews), oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, jeremya, koz (OOO until 15th September), benwells, xiyuan
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Put 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -33 lines) Patch
M build/common.gypi View 1 6 chunks +26 lines, -0 lines 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_resources.grd View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/options.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/options_bundle.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/app_list_controller.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 2 3 3 chunks +6 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 chunks +19 lines, -21 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tapted
I've verified the various build configurations in TESTs and checked for breakage - all good.
8 years, 1 month ago (2012-11-14 12:27:29 UTC) #1
sky
https://chromiumcodereview.appspot.com/11293267/diff/2002/chrome/browser/ui/app_list/app_list_controller.cc File chrome/browser/ui/app_list/app_list_controller.cc (right): https://chromiumcodereview.appspot.com/11293267/diff/2002/chrome/browser/ui/app_list/app_list_controller.cc#newcode10 chrome/browser/ui/app_list/app_list_controller.cc:10: AppListControllerDelegate::~AppListControllerDelegate() {} Why do we even compile this file ...
8 years, 1 month ago (2012-11-14 15:54:57 UTC) #2
tapted
I've put up an alternative that #ifdef-s out parts in https://chromiumcodereview.appspot.com/11293267/diff/13037/chrome/browser/ui/startup/startup_browser_creator_impl.cc PTAL. https://chromiumcodereview.appspot.com/11293267/diff/2002/chrome/browser/ui/app_list/app_list_controller.cc File chrome/browser/ui/app_list/app_list_controller.cc ...
8 years, 1 month ago (2012-11-14 22:35:36 UTC) #3
sky
LGTM
8 years, 1 month ago (2012-11-14 23:24:27 UTC) #4
Evan Stade
lgtm, thanks
8 years, 1 month ago (2012-11-14 23:30:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tapted@chromium.org/11293267/13037
8 years, 1 month ago (2012-11-15 00:29:33 UTC) #6
commit-bot: I haz the power
8 years, 1 month ago (2012-11-15 03:58:17 UTC) #7
Change committed as 167853

Powered by Google App Engine
This is Rietveld 408576698