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

Issue 2860553002: Clean up most of the ChromeOS headers in non-ChromeOS build (Closed)

Created:
3 years, 7 months ago by wychen
Modified:
3 years, 7 months ago
Reviewers:
tfarina, Nico, Dan Beam, brettw
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, sadrul, net-reviews_chromium.org, rginda+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Clean up most of the ChromeOS headers in non-ChromeOS build I ran check_gn_headers.py on linux and android full builds, merged the missing header file list, and manually fixed ChromeOS-related ones. Decreased the number of missing header files by 13. Android build is now free of ChromeOS headers. BUG=661774, 720159 Review-Url: https://codereview.chromium.org/2860553002 Cr-Commit-Position: refs/heads/master@{#470516} Committed: https://chromium.googlesource.com/chromium/src/+/e120c2fd1e0c07b721caddef640aabf835d75840

Patch Set 1 #

Total comments: 4

Patch Set 2 : add name to TODO #

Total comments: 8

Patch Set 3 : revise TODO comments #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -19 lines) Patch
M ash/shell.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/certificate_manager_model.cc View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/cryptauth/chrome_cryptauth_service.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/diagnostics/diagnostics_controller_unittest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/diagnostics/sqlite_diagnostics.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/page_capture/page_capture_apitest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/settings_private/settings_private_event_router.h View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_apitest.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_permissions_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/net/predictor_tab_helper.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_manager_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ssl/security_state_tab_helper.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/input_method/input_method_engine_base.h View 1 chunk +4 lines, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_api.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_permissions.cc View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 37 (17 generated)
wychen
PTAL
3 years, 7 months ago (2017-05-02 20:44:55 UTC) #4
Nico
lgtm https://codereview.chromium.org/2860553002/diff/1/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): https://codereview.chromium.org/2860553002/diff/1/chrome/browser/certificate_manager_model.cc#newcode27 chrome/browser/certificate_manager_model.cc:27: // TODO: should be guarded by #if defined(OS_CHROMEOS) ...
3 years, 7 months ago (2017-05-02 20:49:22 UTC) #5
wychen
https://codereview.chromium.org/2860553002/diff/1/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): https://codereview.chromium.org/2860553002/diff/1/chrome/browser/certificate_manager_model.cc#newcode27 chrome/browser/certificate_manager_model.cc:27: // TODO: should be guarded by #if defined(OS_CHROMEOS) On ...
3 years, 7 months ago (2017-05-02 21:57:24 UTC) #6
wychen
brettw@chromium.org: Can you have an overall look? Thanks!
3 years, 7 months ago (2017-05-02 23:29:32 UTC) #8
wychen
dbeam, tfarina, do you think you could take these TODOs?
3 years, 7 months ago (2017-05-02 23:36:52 UTC) #12
tfarina
https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc#newcode27 chrome/browser/certificate_manager_model.cc:27: // TODO(wychen): should be guarded by #if defined(OS_CHROMEOS) Why ...
3 years, 7 months ago (2017-05-04 00:22:24 UTC) #13
wychen
https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc#newcode27 chrome/browser/certificate_manager_model.cc:27: // TODO(wychen): should be guarded by #if defined(OS_CHROMEOS) On ...
3 years, 7 months ago (2017-05-04 01:19:27 UTC) #14
wychen
My plan is to land this first, and then see how these two TODOs can ...
3 years, 7 months ago (2017-05-08 20:06:41 UTC) #15
Nico
sgtm
3 years, 7 months ago (2017-05-08 20:08:54 UTC) #16
Dan Beam
On 2017/05/08 20:06:41, wychen wrote: > My plan is to land this first, and then ...
3 years, 7 months ago (2017-05-08 20:34:01 UTC) #17
wychen
On 2017/05/08 20:34:01, Dan Beam wrote: > On 2017/05/08 20:06:41, wychen wrote: > > My ...
3 years, 7 months ago (2017-05-08 20:37:09 UTC) #18
tfarina
On 2017/05/08 20:06:41, wychen wrote: > My plan is to land this first, and then ...
3 years, 7 months ago (2017-05-09 20:59:41 UTC) #19
brettw
lgtm https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc#newcode27 chrome/browser/certificate_manager_model.cc:27: // TODO(wychen): should be guarded by #if defined(OS_CHROMEOS) ...
3 years, 7 months ago (2017-05-09 22:55:25 UTC) #20
wychen
https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc File chrome/browser/certificate_manager_model.cc (right): https://codereview.chromium.org/2860553002/diff/20001/chrome/browser/certificate_manager_model.cc#newcode27 chrome/browser/certificate_manager_model.cc:27: // TODO(wychen): should be guarded by #if defined(OS_CHROMEOS) On ...
3 years, 7 months ago (2017-05-10 00:08:14 UTC) #22
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/2860553002/40001
3 years, 7 months ago (2017-05-10 00:10:45 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/264449) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-10 00:17:40 UTC) #27
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/2860553002/60001
3 years, 7 months ago (2017-05-10 00:28:19 UTC) #30
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/265344)
3 years, 7 months ago (2017-05-10 01:23:36 UTC) #32
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/2860553002/60001
3 years, 7 months ago (2017-05-10 06:50:22 UTC) #34
commit-bot: I haz the power
3 years, 7 months ago (2017-05-10 07:37:29 UTC) #37
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/e120c2fd1e0c07b721caddef640a...

Powered by Google App Engine
This is Rietveld 408576698