summaryrefslogtreecommitdiffstats
path: root/testing/gtest.gypi
blob: ca12e1b1ee1a498a4a2445e83afcc31b3d67f6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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.

{
  'variables': {
    'gtest_sources': [
      'gtest/include/gtest/gtest-death-test.h',
      'gtest/include/gtest/gtest-message.h',
      'gtest/include/gtest/gtest-param-test.h',
      'gtest/include/gtest/gtest-printers.h',
      'gtest/include/gtest/gtest-spi.h',
      'gtest/include/gtest/gtest-test-part.h',
      'gtest/include/gtest/gtest-typed-test.h',
      'gtest/include/gtest/gtest.h',
      'gtest/include/gtest/gtest_pred_impl.h',
      'gtest/include/gtest/gtest_prod.h',
      'gtest/include/gtest/internal/gtest-death-test-internal.h',
      'gtest/include/gtest/internal/gtest-filepath.h',
      'gtest/include/gtest/internal/gtest-internal.h',
      'gtest/include/gtest/internal/gtest-linked_ptr.h',
      'gtest/include/gtest/internal/gtest-param-util-generated.h',
      'gtest/include/gtest/internal/gtest-param-util.h',
      'gtest/include/gtest/internal/gtest-port.h',
      'gtest/include/gtest/internal/gtest-string.h',
      'gtest/include/gtest/internal/gtest-tuple.h',
      'gtest/include/gtest/internal/gtest-type-util.h',
      'gtest/src/gtest-death-test.cc',
      'gtest/src/gtest-filepath.cc',
      'gtest/src/gtest-internal-inl.h',
      'gtest/src/gtest-port.cc',
      'gtest/src/gtest-printers.cc',
      'gtest/src/gtest-test-part.cc',
      'gtest/src/gtest-typed-test.cc',
      'gtest/src/gtest.cc',
      'multiprocess_func_list.cc',
      'multiprocess_func_list.h',
      'platform_test.h',
    ],
  },
}