OLD | NEW |
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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'cookies/cookie_store.cc', | 654 'cookies/cookie_store.cc', |
655 'cookies/cookie_store.h', | 655 'cookies/cookie_store.h', |
656 'cookies/cookie_util.cc', | 656 'cookies/cookie_util.cc', |
657 'cookies/cookie_util.h', | 657 'cookies/cookie_util.h', |
658 'cookies/parsed_cookie.cc', | 658 'cookies/parsed_cookie.cc', |
659 'cookies/parsed_cookie.h', | 659 'cookies/parsed_cookie.h', |
660 'disk_cache/blockfile/addr.cc', | 660 'disk_cache/blockfile/addr.cc', |
661 'disk_cache/blockfile/addr.h', | 661 'disk_cache/blockfile/addr.h', |
662 'disk_cache/blockfile/backend_impl.cc', | 662 'disk_cache/blockfile/backend_impl.cc', |
663 'disk_cache/blockfile/backend_impl.h', | 663 'disk_cache/blockfile/backend_impl.h', |
664 'disk_cache/blockfile/backend_impl_v3.cc', | |
665 'disk_cache/blockfile/backend_impl_v3.h', | |
666 'disk_cache/blockfile/backend_worker_v3.cc', | |
667 'disk_cache/blockfile/backend_worker_v3.h', | |
668 'disk_cache/blockfile/bitmap.cc', | 664 'disk_cache/blockfile/bitmap.cc', |
669 'disk_cache/blockfile/bitmap.h', | 665 'disk_cache/blockfile/bitmap.h', |
670 'disk_cache/blockfile/block_bitmaps_v3.cc', | |
671 'disk_cache/blockfile/block_bitmaps_v3.h', | |
672 'disk_cache/blockfile/block_files.cc', | 666 'disk_cache/blockfile/block_files.cc', |
673 'disk_cache/blockfile/block_files.h', | 667 'disk_cache/blockfile/block_files.h', |
674 'disk_cache/blockfile/disk_format.cc', | 668 'disk_cache/blockfile/disk_format.cc', |
675 'disk_cache/blockfile/disk_format.h', | 669 'disk_cache/blockfile/disk_format.h', |
676 'disk_cache/blockfile/disk_format_base.h', | 670 'disk_cache/blockfile/disk_format_base.h', |
677 'disk_cache/blockfile/disk_format_v3.h', | |
678 'disk_cache/blockfile/entry_impl.cc', | 671 'disk_cache/blockfile/entry_impl.cc', |
679 'disk_cache/blockfile/entry_impl.h', | 672 'disk_cache/blockfile/entry_impl.h', |
680 'disk_cache/blockfile/entry_impl_v3.cc', | |
681 'disk_cache/blockfile/entry_impl_v3.h', | |
682 'disk_cache/blockfile/errors.h', | 673 'disk_cache/blockfile/errors.h', |
683 'disk_cache/blockfile/eviction.cc', | 674 'disk_cache/blockfile/eviction.cc', |
684 'disk_cache/blockfile/eviction.h', | 675 'disk_cache/blockfile/eviction.h', |
685 'disk_cache/blockfile/eviction_v3.cc', | |
686 'disk_cache/blockfile/eviction_v3.h', | |
687 'disk_cache/blockfile/experiments.h', | 676 'disk_cache/blockfile/experiments.h', |
688 'disk_cache/blockfile/file.cc', | 677 'disk_cache/blockfile/file.cc', |
689 'disk_cache/blockfile/file.h', | 678 'disk_cache/blockfile/file.h', |
690 'disk_cache/blockfile/file_block.h', | 679 'disk_cache/blockfile/file_block.h', |
691 'disk_cache/blockfile/file_ios.cc', | 680 'disk_cache/blockfile/file_ios.cc', |
692 'disk_cache/blockfile/file_lock.cc', | 681 'disk_cache/blockfile/file_lock.cc', |
693 'disk_cache/blockfile/file_lock.h', | 682 'disk_cache/blockfile/file_lock.h', |
694 'disk_cache/blockfile/file_posix.cc', | 683 'disk_cache/blockfile/file_posix.cc', |
695 'disk_cache/blockfile/file_win.cc', | 684 'disk_cache/blockfile/file_win.cc', |
696 'disk_cache/blockfile/histogram_macros.h', | 685 'disk_cache/blockfile/histogram_macros.h', |
697 'disk_cache/blockfile/histogram_macros_v3.h', | |
698 'disk_cache/blockfile/in_flight_backend_io.cc', | 686 'disk_cache/blockfile/in_flight_backend_io.cc', |
699 'disk_cache/blockfile/in_flight_backend_io.h', | 687 'disk_cache/blockfile/in_flight_backend_io.h', |
700 'disk_cache/blockfile/in_flight_io.cc', | 688 'disk_cache/blockfile/in_flight_io.cc', |
701 'disk_cache/blockfile/in_flight_io.h', | 689 'disk_cache/blockfile/in_flight_io.h', |
702 'disk_cache/blockfile/index_table_v3.cc', | |
703 'disk_cache/blockfile/index_table_v3.h', | |
704 'disk_cache/blockfile/mapped_file.cc', | 690 'disk_cache/blockfile/mapped_file.cc', |
705 'disk_cache/blockfile/mapped_file.h', | 691 'disk_cache/blockfile/mapped_file.h', |
706 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', | 692 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc', |
707 'disk_cache/blockfile/mapped_file_posix.cc', | 693 'disk_cache/blockfile/mapped_file_posix.cc', |
708 'disk_cache/blockfile/mapped_file_win.cc', | 694 'disk_cache/blockfile/mapped_file_win.cc', |
709 'disk_cache/blockfile/rankings.cc', | 695 'disk_cache/blockfile/rankings.cc', |
710 'disk_cache/blockfile/rankings.h', | 696 'disk_cache/blockfile/rankings.h', |
711 'disk_cache/blockfile/sparse_control.cc', | 697 'disk_cache/blockfile/sparse_control.cc', |
712 'disk_cache/blockfile/sparse_control.h', | 698 'disk_cache/blockfile/sparse_control.h', |
713 'disk_cache/blockfile/stats.cc', | 699 'disk_cache/blockfile/stats.cc', |
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1426 'cookies/cookie_monster_unittest.cc', | 1412 'cookies/cookie_monster_unittest.cc', |
1427 'cookies/cookie_store_unittest.cc', | 1413 'cookies/cookie_store_unittest.cc', |
1428 'cookies/cookie_util_unittest.cc', | 1414 'cookies/cookie_util_unittest.cc', |
1429 'cookies/parsed_cookie_unittest.cc', | 1415 'cookies/parsed_cookie_unittest.cc', |
1430 'der/input_unittest.cc', | 1416 'der/input_unittest.cc', |
1431 'der/parse_values_unittest.cc', | 1417 'der/parse_values_unittest.cc', |
1432 'der/parser_unittest.cc', | 1418 'der/parser_unittest.cc', |
1433 'disk_cache/backend_unittest.cc', | 1419 'disk_cache/backend_unittest.cc', |
1434 'disk_cache/blockfile/addr_unittest.cc', | 1420 'disk_cache/blockfile/addr_unittest.cc', |
1435 'disk_cache/blockfile/bitmap_unittest.cc', | 1421 'disk_cache/blockfile/bitmap_unittest.cc', |
1436 'disk_cache/blockfile/block_bitmaps_v3_unittest.cc', | |
1437 'disk_cache/blockfile/block_files_unittest.cc', | 1422 'disk_cache/blockfile/block_files_unittest.cc', |
1438 'disk_cache/blockfile/index_table_v3_unittest.cc', | |
1439 'disk_cache/blockfile/mapped_file_unittest.cc', | 1423 'disk_cache/blockfile/mapped_file_unittest.cc', |
1440 'disk_cache/blockfile/stats_unittest.cc', | 1424 'disk_cache/blockfile/stats_unittest.cc', |
1441 'disk_cache/blockfile/storage_block_unittest.cc', | 1425 'disk_cache/blockfile/storage_block_unittest.cc', |
1442 'disk_cache/cache_util_unittest.cc', | 1426 'disk_cache/cache_util_unittest.cc', |
1443 'disk_cache/entry_unittest.cc', | 1427 'disk_cache/entry_unittest.cc', |
1444 'disk_cache/simple/simple_index_file_unittest.cc', | 1428 'disk_cache/simple/simple_index_file_unittest.cc', |
1445 'disk_cache/simple/simple_index_unittest.cc', | 1429 'disk_cache/simple/simple_index_unittest.cc', |
1446 'disk_cache/simple/simple_test_util.cc', | 1430 'disk_cache/simple/simple_test_util.cc', |
1447 'disk_cache/simple/simple_test_util.h', | 1431 'disk_cache/simple/simple_test_util.h', |
1448 'disk_cache/simple/simple_util_unittest.cc', | 1432 'disk_cache/simple/simple_util_unittest.cc', |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2002 "websockets/websocket_handshake_stream_create_helper.cc", | 1986 "websockets/websocket_handshake_stream_create_helper.cc", |
2003 "websockets/websocket_handshake_stream_create_helper.h", | 1987 "websockets/websocket_handshake_stream_create_helper.h", |
2004 "websockets/websocket_inflater.cc", | 1988 "websockets/websocket_inflater.cc", |
2005 "websockets/websocket_inflater.h", | 1989 "websockets/websocket_inflater.h", |
2006 "websockets/websocket_mux.h", | 1990 "websockets/websocket_mux.h", |
2007 "websockets/websocket_stream.cc", | 1991 "websockets/websocket_stream.cc", |
2008 "websockets/websocket_stream.h", | 1992 "websockets/websocket_stream.h", |
2009 ], | 1993 ], |
2010 } | 1994 } |
2011 } | 1995 } |
OLD | NEW |