Remove viz_gtests, move these tests into non_android_chromium_gtests.

Simplifies the config, and fixes an oversight were the tests were running
on the regular cros bots, but not on the cros memory bots.

Bug: 843511
Change-Id: I751ead56fca4adec28b991243a03cc516417ca3f
Reviewed-on: https://chromium-review.googlesource.com/1104799
Commit-Queue: Nico Weber <[email protected]>
Reviewed-by: Jonathan Ross <[email protected]>
Cr-Commit-Position: refs/heads/master@{#568175}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index e4b3850..339d4a4d 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2437,6 +2437,12 @@
       'Win10 Tests x64 (dbg)',
     ],
     'modifications': {
+      # chromium.chromiumos
+      'linux-chromeos-dbg': {
+        'swarming': {
+          'shards': 20,
+        },
+      },
       # chromium.clang
       'ToTWin(dbg)': {
         'swarming': {
@@ -2456,6 +2462,11 @@
           'shards': 20,
         },
       },
+      'Linux Chromium OS ASan LSan Tests (1)': {
+        'args': [
+          '--test-launcher-filter-file=../../testing/buildbot/filters/browser_tests_cros_asan.filter',
+        ],
+      },
     },
   },
   'viz_screenshot_sync_tests': {