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

Side by Side Diff: third_party/boringssl/BUILD.generated_tests.gni

Issue 2788093002: Add missing header files to GN files (3 of N) (Closed)
Patch Set: manual fixes Created 3 years, 8 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
« no previous file with comments | « remoting/base/BUILD.gn ('k') | third_party/flatbuffers/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
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is created by generate_build_files.py. Do not edit manually. 5 # This file is created by generate_build_files.py. Do not edit manually.
6 6
7 test_support_sources = [ 7 test_support_sources = [
8 "src/crypto/test/file_test.cc", 8 "src/crypto/test/file_test.cc",
9 "src/crypto/test/file_test.h", 9 "src/crypto/test/file_test.h",
10 "src/crypto/test/malloc.cc", 10 "src/crypto/test/malloc.cc",
11 "src/crypto/test/malloc.h",
11 "src/crypto/test/test_util.cc", 12 "src/crypto/test/test_util.cc",
12 "src/crypto/test/test_util.h", 13 "src/crypto/test/test_util.h",
13 "src/ssl/test/async_bio.h", 14 "src/ssl/test/async_bio.h",
14 "src/ssl/test/packeted_bio.h", 15 "src/ssl/test/packeted_bio.h",
15 "src/ssl/test/test_config.h", 16 "src/ssl/test/test_config.h",
16 ] 17 ]
17 18
18 crypto_test_sources = [ 19 crypto_test_sources = [
19 "src/crypto/asn1/asn1_test.cc", 20 "src/crypto/asn1/asn1_test.cc",
20 "src/crypto/bio/bio_test.cc", 21 "src/crypto/bio/bio_test.cc",
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 ":boringssl_pool_test", 464 ":boringssl_pool_test",
464 ":boringssl_refcount_test", 465 ":boringssl_refcount_test",
465 ":boringssl_spake25519_test", 466 ":boringssl_spake25519_test",
466 ":boringssl_tab_test", 467 ":boringssl_tab_test",
467 ":boringssl_thread_test", 468 ":boringssl_thread_test",
468 ":boringssl_v3name_test", 469 ":boringssl_v3name_test",
469 ":boringssl_x509_test", 470 ":boringssl_x509_test",
470 ] 471 ]
471 } 472 }
472 } 473 }
OLDNEW
« no previous file with comments | « remoting/base/BUILD.gn ('k') | third_party/flatbuffers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698