1. 19 Sep, 2016 3 commits
    • mgiuca's avatar
      Removed experimental app list flags. Experimental is now the only way. · 7eb600a0
      mgiuca authored
      Removed --enable/disable-experimental-app-list and
      --enable-centered-app-list flags. Now always behaves as if experimental
      (which was the default). This effectively removes the old
      lower-left-corner tall app launcher (although all the code is still
      there; it will be removed in a follow-up CL).
      
      This cleans up the tests that set those switches, and removes tests that
      test the old app launcher behaviour.
      
      BUG=531059
      
      Review-Url: https://codereview.chromium.org/2342773002
      Cr-Commit-Position: refs/heads/master@{#419405}
      7eb600a0
    • dpranke's avatar
      Re-land "Update MB to use `gn analyze`." · cb4a2e24
      dpranke authored
      This change re-lands r411530, with a bunch of additional targets
      added to gn_isolate_map.pyl to handle all of the other compile and
      test targets (including mappings for apk's and junit tests).
      
      TBR=brettw@chromium.org
      BUG=555273
      
      Review-Url: https://codereview.chromium.org/2352473002
      Cr-Commit-Position: refs/heads/master@{#419404}
      cb4a2e24
    • jinsukkim's avatar
      Remove ContainerViewObserver · 03c7e507
      jinsukkim authored
      ContainerViewObserver is used by ExternalVideoSurfaceContainer
      only, which in turn used by Chromecast/WebView.
      
      Since Chromecast never updates container view in its lifecycle,
      it can go without using ContainerViewObserver. And WebView
      disabled support for video hole since M52.
      
      With that, ContainerViewObserver is not used any more. This CL
      deletes the class.
      
      BUG=624977
      
      Review-Url: https://codereview.chromium.org/2293743002
      Cr-Commit-Position: refs/heads/master@{#419403}
      03c7e507
  2. 18 Sep, 2016 12 commits
  3. 17 Sep, 2016 25 commits