1. 12 Dec, 2016 1 commit
    • tapted's avatar
      Run native_theme unittests everywhere we run views_unittests. · 5f112f29
      tapted authored
      Created by adding the following to testing/buildbot/manage.py in
      def process_file(..):
      
         if 'views_unittests' in seen and 'native_theme_unittests' not in seen:
           data = [d for d in gtest_tests if d['test'] == 'views_unittests'][0].copy()
           data['test'] = 'native_theme_unittests'
           gtest_tests.append(data)
      
      Then running manage.py --write. It told me to put an entry in
      gn_isolate_map.pyl as well.
      
      BUG=398316
      
      Review-Url: https://codereview.chromium.org/2560633004
      Cr-Commit-Position: refs/heads/master@{#437807}
      5f112f29
  2. 11 Dec, 2016 26 commits
  3. 10 Dec, 2016 13 commits