Lines Matching +full:include +full:- +full:all +full:- +full:sources
1 # Copyright (C) 2018. Huawei Technologies Co., Ltd. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
11 include_dirs = [ "googletest/include" ]
14 "-Wno-unused-const-variable",
15 "-Wno-unused-private-field",
23 "googletest/include/gtest/gtest-spi.h",
24 "googletest/include/gtest/gtest.h",
26 sources = [
27 "googletest/include/gtest/gtest-death-test.h",
28 "googletest/include/gtest/gtest-matchers.h",
29 "googletest/include/gtest/gtest-message.h",
30 "googletest/include/gtest/gtest-param-test.h",
31 "googletest/include/gtest/gtest-printers.h",
32 "googletest/include/gtest/gtest-test-part.h",
33 "googletest/include/gtest/gtest-typed-test.h",
34 "googletest/include/gtest/gtest_pred_impl.h",
35 "googletest/include/gtest/gtest_prod.h",
36 "googletest/include/gtest/hwext/gtest-ext.h",
37 "googletest/include/gtest/hwext/gtest-filter.h",
38 "googletest/include/gtest/hwext/gtest-tag.h",
39 "googletest/include/gtest/hwext/utils.h",
40 "googletest/include/gtest/internal/custom/gtest-port.h",
41 "googletest/include/gtest/internal/custom/gtest-printers.h",
42 "googletest/include/gtest/internal/custom/gtest.h",
43 "googletest/include/gtest/internal/gtest-death-test-internal.h",
44 "googletest/include/gtest/internal/gtest-filepath.h",
45 "googletest/include/gtest/internal/gtest-internal.h",
46 "googletest/include/gtest/internal/gtest-param-util.h",
47 "googletest/include/gtest/internal/gtest-port-arch.h",
48 "googletest/include/gtest/internal/gtest-port.h",
49 "googletest/include/gtest/internal/gtest-string.h",
50 "googletest/include/gtest/internal/gtest-type-util.h",
51 "googletest/src/gtest-all.cc",
52 "googletest/src/gtest-death-test.cc",
53 "googletest/src/gtest-filepath.cc",
54 "googletest/src/gtest-internal-inl.h",
55 "googletest/src/gtest-matchers.cc",
56 "googletest/src/gtest-port.cc",
57 "googletest/src/gtest-printers.cc",
58 "googletest/src/gtest-test-part.cc",
59 "googletest/src/gtest-typed-test.cc",
61 "googletest/src/hwext/gtest-ext.cc",
62 "googletest/src/hwext/gtest-filter.cc",
63 "googletest/src/hwext/gtest-tag.cc",
64 "googletest/src/hwext/gtest-utils.cc",
66 sources -= [ "googletest/src/gtest-all.cc" ]
69 configs -= [ "//build/config/coverage:default_coverage" ]
74 sources = [ "googletest/src/gtest_main.cc" ]
76 configs -= [ "//build/config/coverage:default_coverage" ]
85 include_dirs = [ "googlemock/include" ]
90 # marked 'override' [-Werror,-Winconsistent-missing-override]". Suppress
93 "-Wno-inconsistent-missing-override",
99 public = [ "googlemock/include/gmock/gmock.h" ]
100 sources = [
101 "googlemock/include/gmock/gmock-actions.h",
102 "googlemock/include/gmock/gmock-cardinalities.h",
103 "googlemock/include/gmock/gmock-function-mocker.h",
104 "googlemock/include/gmock/gmock-matchers.h",
105 "googlemock/include/gmock/gmock-more-actions.h",
106 "googlemock/include/gmock/gmock-more-matchers.h",
107 "googlemock/include/gmock/gmock-nice-strict.h",
108 "googlemock/include/gmock/gmock-spec-builders.h",
109 "googlemock/include/gmock/internal/custom/gmock-generated-actions.h",
110 "googlemock/include/gmock/internal/custom/gmock-matchers.h",
111 "googlemock/include/gmock/internal/custom/gmock-port.h",
112 "googlemock/include/gmock/internal/gmock-internal-utils.h",
113 "googlemock/include/gmock/internal/gmock-port.h",
114 "googlemock/include/gmock/internal/gmock-pp.h",
115 "googlemock/src/gmock-all.cc",
116 "googlemock/src/gmock-cardinalities.cc",
117 "googlemock/src/gmock-internal-utils.cc",
118 "googlemock/src/gmock-matchers.cc",
119 "googlemock/src/gmock-spec-builders.cc",
122 sources -= [ "googlemock/src/gmock-all.cc" ]
125 configs -= [ "//build/config/coverage:default_coverage" ]
131 sources = [ "googlemock/src/gmock_main.cc" ]
136 configs -= [ "//build/config/coverage:default_coverage" ]