[Android] Don't use a device blacklist if one isn't provided.
[chromium-blink-merge.git] / testing / BUILD.gn
blobfc50637493a77acf10b4f0855e2a2331a11b8031
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("gmock_mutant") {
6   sources = [
7     "gmock_mutant.h",  # gMock helpers
8   ]
10   deps = [
11     "//base",
12   ]