• Evan Stade's avatar
    Move some message center files to ui/message_center/public/ · 889ce471
    Evan Stade authored
    - ui/message_center/mojo/ => ui/message_center/public/mojo/
    - ui/message_center/notification.cc, etc. =>
          ui/message_center/public/cpp
    
    The public directory contains code that will be compiled into both
    Chrome and Ash binaries. On CrOS, the non-public directory will only
    be compiled in Ash. On Linux and Windows, the non-public directory
    will still be compiled into the browser.
    
    This CL doesn't actually enact any of the above, but it sets up
    separate build targets and begins to get dependencies correct. For
    example, Notification is now blocked from depending on MessageCenter.
    
    Bug: 578868
    Change-Id: Ie32e0f4ab114ec292462a7b87c94b1dcee0540da
    Reviewed-on: https://chromium-review.googlesource.com/887978
    Commit-Queue: Evan Stade <estade@chromium.org>
    Reviewed-by: default avatarScott Violet <sky@chromium.org>
    Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
    Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#532278}
    889ce471
change_queue.cc 5.69 KB