Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: tools/gn/secondary/testing/BUILD.gn

Issue 21114002: Add initial prototype for the GN meta-buildsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add owners and readme Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/gn/secondary/ipc/BUILD.gn ('k') | tools/gn/secondary/third_party/modp_b64/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2013 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.
4
5 static_library("gtest") {
6 sources = [
7 "gtest/include/gtest/gtest-death-test.h",
8 "gtest/include/gtest/gtest-message.h",
9 "gtest/include/gtest/gtest-param-test.h",
10 "gtest/include/gtest/gtest-printers.h",
11 "gtest/include/gtest/gtest-spi.h",
12 "gtest/include/gtest/gtest-test-part.h",
13 "gtest/include/gtest/gtest-typed-test.h",
14 "gtest/include/gtest/gtest.h",
15 "gtest/include/gtest/gtest_pred_impl.h",
16 "gtest/include/gtest/internal/gtest-death-test-internal.h",
17 "gtest/include/gtest/internal/gtest-filepath.h",
18 "gtest/include/gtest/internal/gtest-internal.h",
19 "gtest/include/gtest/internal/gtest-linked_ptr.h",
20 "gtest/include/gtest/internal/gtest-param-util-generated.h",
21 "gtest/include/gtest/internal/gtest-param-util.h",
22 "gtest/include/gtest/internal/gtest-port.h",
23 "gtest/include/gtest/internal/gtest-string.h",
24 "gtest/include/gtest/internal/gtest-tuple.h",
25 "gtest/include/gtest/internal/gtest-type-util.h",
26 #"gtest/src/gtest-all.cc", # Not needed by our build.
27 "gtest/src/gtest-death-test.cc",
28 "gtest/src/gtest-filepath.cc",
29 "gtest/src/gtest-internal-inl.h",
30 "gtest/src/gtest-port.cc",
31 "gtest/src/gtest-printers.cc",
32 "gtest/src/gtest-test-part.cc",
33 "gtest/src/gtest-typed-test.cc",
34 "gtest/src/gtest.cc",
35 "multiprocess_func_list.cc",
36 "multiprocess_func_list.h",
37 "platform_test.h",
38 ]
39
40 }
41
42 static_library("gmock") {
43
44 }
OLDNEW
« no previous file with comments | « tools/gn/secondary/ipc/BUILD.gn ('k') | tools/gn/secondary/third_party/modp_b64/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698