1. 18 Jun, 2020 39 commits
  2. 17 Jun, 2020 1 commit
    • Matt Jones's avatar
      Move bottom sheet to its own component · 0cca9988
      Matt Jones authored
      This patch moves all of the bottom sheet files to their new home in
      components/browser_ui/android/bottomsheet. Files have been split into
      several build targets:
        - /: The root directory contains the public API; any feature is
          allowed to depend on this.
        - embedder: This target is for systems embedding the bottom sheet
          as part of their activity. These classes are necessary to
          effectively manage the sheet.
        - internal: This target contains the actual implementation of the
          sheet and should not be exposed outside of the bottom sheet
          component.
        - test: Tests (eventually) and test support.
      
      Bug: 1002277, 1004415
      Change-Id: Ic6a76044555da27ce75d8843de8e624d1b1788c7
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242112
      Commit-Queue: Matthew Jones <mdjones@chromium.org>
      Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
      Reviewed-by: default avatarTheresa  <twellington@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#779555}
      0cca9988