aboutsummaryrefslogtreecommitdiff
path: root/mojo/public/c/test_support/BUILD.gn
blob: e2abd5807eb99ebe6bbf87ecef8a0c644ba943a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

static_library("test_support") {
  output_name = "mojo_public_test_support"

  sources = [
    "test_support.h",

    # TODO(vtl): Convert this to thunks http://crbug.com/386799
    "../../tests/test_support_private.cc",
    "../../tests/test_support_private.h",
  ]
}