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

Issue 2852273002: Make extensions/browser/api/* sources to publicly depend on //ipc (Closed)

Created:
3 years, 7 months ago by Szabolcs David
Modified:
3 years, 7 months ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, dcheng, dfaden+virtualkb_google.com, extensions-reviews_chromium.org, groby+virtualkb_chromium.org, jam, oka+watchvk_chromium.org, stevenjb+watch_chromium.org, yhanada+watchvk_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Make extensions/browser/api/* sources to publicly depend on //ipc Several //ipc headers will depend on a generated buildflag header and we have to guarantee the existence of this header before the build of these source sets. BUG=711302 Review-Url: https://codereview.chromium.org/2852273002 Cr-Commit-Position: refs/heads/master@{#469232} Committed: https://chromium.googlesource.com/chromium/src/+/3c2d1c61befedf006810b4e9d663d6dfae602eeb

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use :browser_sources instead of //extensions/common/api #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -0 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/activity_log/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/alarms/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/app_current_window_internal/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/app_runtime/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/app_window/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/audio/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/bluetooth/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/bluetooth_low_energy/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/bluetooth_socket/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/cast_channel/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/clipboard/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/declarative/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/declarative_content/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/declarative_webrequest/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/diagnostics/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/display_source/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/dns/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/document_scan/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/file_handlers/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/hid/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/idle/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/management/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/messaging/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/metrics_private/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/mime_handler_private/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/networking_config/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/networking_private/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/power/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/printer_provider/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/printer_provider_internal/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/runtime/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/serial/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/socket/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/sockets_tcp/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/sockets_tcp_server/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/sockets_udp/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/storage/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/system_cpu/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/system_display/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/system_info/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/system_memory/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/system_network/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/system_storage/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/test/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/usb/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/virtual_keyboard/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/virtual_keyboard_private/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/web_request/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/browser/api/webcam_private/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
Szabolcs David
See these error messages: https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Ftryserver.chromium.linux%2Flinux_chromium_rel_ng%2F418397%2F%2B%2Frecipes%2Fsteps%2Fcompile__without_patch_%2F0%2Fstdout
3 years, 7 months ago (2017-05-02 08:53:32 UTC) #3
Szabolcs David
3 years, 7 months ago (2017-05-02 10:09:03 UTC) #4
Ken Rockot(use gerrit already)
Hmm, this looks wrong. The problem here seems to be that //ipc is a public ...
3 years, 7 months ago (2017-05-02 16:41:47 UTC) #5
Szabolcs David
On 2017/05/02 16:41:47, Ken Rockot wrote: > Hmm, this looks wrong. > > The problem ...
3 years, 7 months ago (2017-05-03 14:47:59 UTC) #6
Ken Rockot(use gerrit already)
Thanks, LGTM!
3 years, 7 months ago (2017-05-03 16:16:32 UTC) #11
benwells
as you've already got Ken's lg you don't need mind; feel free to land.
3 years, 7 months ago (2017-05-04 01:13:38 UTC) #12
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/2852273002/20001
3 years, 7 months ago (2017-05-04 01:20:50 UTC) #14
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 01:27:10 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/3c2d1c61befedf006810b4e9d663...

Powered by Google App Engine
This is Rietveld 408576698