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

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)

Created:
4 years, 2 months ago by brettw
Modified:
4 years, 2 months ago
Reviewers:
James Cook
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, extensions-reviews_chromium.org, Matt Giuca, ntp-dev+reviews_chromium.org, tfarina, jam, arv+watch_chromium.org, asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, sync-reviews_chromium.org, pedrosimonetti+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move enable_app_list to a buildflag. This flag is only used in Chrome so can be moved to the chrome feature flags. The root build file reference is removed. This target will be discovered in the cource of a build with app_list enabled anyway, and having the root file refer to chrome's features is a layering violation. This adds several missing dependencies on generated headers in the ChromeOS build I noticed when testing this patch. The chrome_grit_defines are now used for all grit targets under //chrome. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/d1bc9dafdb5b3cca4e62a84bfbbe8be4145aa6fb Cr-Commit-Position: refs/heads/master@{#425411}

Patch Set 1 #

Patch Set 2 : Fix #

Patch Set 3 : Fixes #

Patch Set 4 : Fix merge #

Patch Set 5 : Fix #

Patch Set 6 : Fixes #

Patch Set 7 : Merge #

Patch Set 8 : More grit defines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -62 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M build/config/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M build/config/features.gni View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/app/BUILD.gn View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/app/resources/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/app/theme/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/component_extensions_whitelist/whitelist.cc View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/external_component_loader.cc View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/shell_integration_linux.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/shell_integration_linux.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/chrome_sync_client.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_factory_unittest.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/apps/app_info_dialog.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/voice_search_ui.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/chrome_paks.gni View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/features.gni View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M tools/grit/grit_rule.gni View 1 2 3 4 5 6 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 55 (32 generated)
brettw
4 years, 2 months ago (2016-10-11 18:23:07 UTC) #3
James Cook
I'm not particularly familiar with the app list, nor with build feature config, but this ...
4 years, 2 months ago (2016-10-11 19:11:04 UTC) #8
brettw
Fixes
4 years, 2 months ago (2016-10-11 19:29:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2406303003/40001
4 years, 2 months ago (2016-10-11 19:30:01 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/143841) android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, ...
4 years, 2 months ago (2016-10-11 19:34:37 UTC) #15
brettw
Fix merge
4 years, 2 months ago (2016-10-11 21:37:51 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2406303003/60001
4 years, 2 months ago (2016-10-11 21:38:28 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/84891)
4 years, 2 months ago (2016-10-11 21:49:20 UTC) #23
brettw
Fix
4 years, 2 months ago (2016-10-11 22:26:14 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2406303003/80001
4 years, 2 months ago (2016-10-11 22:26:51 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/84968)
4 years, 2 months ago (2016-10-11 22:37:20 UTC) #29
brettw
Fixes
4 years, 2 months ago (2016-10-11 23:41:22 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2406303003/100001
4 years, 2 months ago (2016-10-11 23:41:52 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/293833)
4 years, 2 months ago (2016-10-12 01:43:08 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2406303003/100001
4 years, 2 months ago (2016-10-12 03:30:40 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/278982)
4 years, 2 months ago (2016-10-12 03:35:01 UTC) #40
brettw
Merge
4 years, 2 months ago (2016-10-12 19:29:45 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2406303003/120001
4 years, 2 months ago (2016-10-12 19:30:06 UTC) #44
commit-bot: I haz the power
Exceeded global retry quota
4 years, 2 months ago (2016-10-12 22:43:19 UTC) #46
brettw
More grit defines
4 years, 2 months ago (2016-10-14 17:20:39 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2406303003/140001
4 years, 2 months ago (2016-10-14 17:21:07 UTC) #51
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 2 months ago (2016-10-14 19:04:51 UTC) #53
commit-bot: I haz the power
4 years, 2 months ago (2016-10-14 19:08:35 UTC) #55
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/d1bc9dafdb5b3cca4e62a84bfbbe8be4145aa6fb
Cr-Commit-Position: refs/heads/master@{#425411}

Powered by Google App Engine
This is Rietveld 408576698