1. 14 Mar, 2017 4 commits
    • Chris Bracken's avatar
      Make only Flutter.framework files read-only (#8766) · e22d0e60
      Chris Bracken authored
      Making the directories read-only causes problems with deletion, which
      breaks the Mac chrome buildbot and DeviceLab.
      
      Followup patch to cb2b89c3.
      e22d0e60
    • Jakob Andersen's avatar
      Use snapshot's .d file as source inputs in Gradle build. (#8756) · 9c6ffc82
      Jakob Andersen authored
      * Use snapshot's .d file as source inputs in Gradle build.
      
      If we don't yet have a .d file (first build), fall back to using the
      .dart files in the current directory. This enables us to detect changes
      in dependent source files (Flutter framework, packages outside the
      source directory, etc.), and re-generate the snapshots as needed.
      
      Unfortunately, Gradle requires knowing the source files before executing
      the task, and can't update them after building, so Gradle considers the
      second build to be out-of-date (because it has more input files than the
      first build). Sub-sequent builds have the correct dependency
      information, and will be skipped if the source files haven't changed.
      
      Also added a dependency on gen_snapshot. The snapshot ABI isn't stable,
      so we need to re-generate the snapshots when we roll the Dart SDK
      dependency.
      
      Fixes #8315
      Fixes #8687
      Fixes #8607
      9c6ffc82
    • Sarah Zakarias's avatar
      Update Android part of flutter_view to use the new platform message c… (#8729) · 616a7bed
      Sarah Zakarias authored
      * update Android part of flutter_view to use the new platform message channel.
      
      * addressed comments
      
      * addressed comments
      616a7bed
    • Mikkel Nygaard Ravn's avatar
      Fixed endianness unit test (#8753) · 789c2f1f
      Mikkel Nygaard Ravn authored
      789c2f1f
  2. 13 Mar, 2017 15 commits
  3. 10 Mar, 2017 17 commits
  4. 09 Mar, 2017 4 commits