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

Side by Side Diff: net/net.gypi

Issue 311193004: Add net_unittests to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« net/BUILD.gn ('K') | « net/BUILD.gn ('k') | url/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 'cookies/canonical_cookie_unittest.cc', 1274 'cookies/canonical_cookie_unittest.cc',
1275 'cookies/cookie_constants_unittest.cc', 1275 'cookies/cookie_constants_unittest.cc',
1276 'cookies/cookie_monster_unittest.cc', 1276 'cookies/cookie_monster_unittest.cc',
1277 'cookies/cookie_store_unittest.h', 1277 'cookies/cookie_store_unittest.h',
1278 'cookies/cookie_util_unittest.cc', 1278 'cookies/cookie_util_unittest.cc',
1279 'cookies/parsed_cookie_unittest.cc', 1279 'cookies/parsed_cookie_unittest.cc',
1280 'disk_cache/backend_unittest.cc', 1280 'disk_cache/backend_unittest.cc',
1281 'disk_cache/blockfile/addr_unittest.cc', 1281 'disk_cache/blockfile/addr_unittest.cc',
1282 'disk_cache/blockfile/bitmap_unittest.cc', 1282 'disk_cache/blockfile/bitmap_unittest.cc',
1283 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', 1283 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc',
1284 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc',
1285 'disk_cache/blockfile/block_files_unittest.cc', 1284 'disk_cache/blockfile/block_files_unittest.cc',
1286 'disk_cache/blockfile/index_table_v3_unittest.cc', 1285 'disk_cache/blockfile/index_table_v3_unittest.cc',
1287 'disk_cache/blockfile/mapped_file_unittest.cc', 1286 'disk_cache/blockfile/mapped_file_unittest.cc',
1288 'disk_cache/blockfile/storage_block_unittest.cc', 1287 'disk_cache/blockfile/storage_block_unittest.cc',
1289 'disk_cache/cache_util_unittest.cc', 1288 'disk_cache/cache_util_unittest.cc',
1290 'disk_cache/entry_unittest.cc', 1289 'disk_cache/entry_unittest.cc',
1291 'disk_cache/simple/simple_index_file_unittest.cc', 1290 'disk_cache/simple/simple_index_file_unittest.cc',
1292 'disk_cache/simple/simple_index_unittest.cc', 1291 'disk_cache/simple/simple_index_unittest.cc',
1293 'disk_cache/simple/simple_test_util.cc', 1292 'disk_cache/simple/simple_test_util.cc',
1294 'disk_cache/simple/simple_test_util.h', 1293 'disk_cache/simple/simple_test_util.h',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'tools/quic/test_tools/quic_test_client.h', 1685 'tools/quic/test_tools/quic_test_client.h',
1687 'tools/quic/test_tools/quic_test_utils.cc', 1686 'tools/quic/test_tools/quic_test_utils.cc',
1688 'tools/quic/test_tools/quic_test_utils.h', 1687 'tools/quic/test_tools/quic_test_utils.h',
1689 'tools/quic/test_tools/server_thread.h', 1688 'tools/quic/test_tools/server_thread.h',
1690 'tools/quic/test_tools/server_thread.cc', 1689 'tools/quic/test_tools/server_thread.cc',
1691 'tools/quic/test_tools/simple_client.h', 1690 'tools/quic/test_tools/simple_client.h',
1692 'tools/quic/test_tools/simple_client.cc', 1691 'tools/quic/test_tools/simple_client.cc',
1693 ], 1692 ],
1694 } 1693 }
1695 } 1694 }
OLDNEW
« net/BUILD.gn ('K') | « net/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698