| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
| 9 # Enables BidirectionalStream; Used in cronet, disabled by default. | 9 # Enables BidirectionalStream; Used in cronet, disabled by default. |
| 10 'enable_bidirectional_stream%': 0, | 10 'enable_bidirectional_stream%': 0, |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 'base/load_timing_info_test_util.cc', | 521 'base/load_timing_info_test_util.cc', |
| 522 'base/load_timing_info_test_util.h', | 522 'base/load_timing_info_test_util.h', |
| 523 'base/mock_file_stream.cc', | 523 'base/mock_file_stream.cc', |
| 524 'base/mock_file_stream.h', | 524 'base/mock_file_stream.h', |
| 525 'base/test_completion_callback.cc', | 525 'base/test_completion_callback.cc', |
| 526 'base/test_completion_callback.h', | 526 'base/test_completion_callback.h', |
| 527 'base/test_data_directory.cc', | 527 'base/test_data_directory.cc', |
| 528 'base/test_data_directory.h', | 528 'base/test_data_directory.h', |
| 529 'cert/mock_cert_verifier.cc', | 529 'cert/mock_cert_verifier.cc', |
| 530 'cert/mock_cert_verifier.h', | 530 'cert/mock_cert_verifier.h', |
| 531 'cert/mock_client_cert_verifier.cc', |
| 532 'cert/mock_client_cert_verifier.h', |
| 531 'cookies/cookie_monster_store_test.cc', | 533 'cookies/cookie_monster_store_test.cc', |
| 532 'cookies/cookie_monster_store_test.h', | 534 'cookies/cookie_monster_store_test.h', |
| 533 'cookies/cookie_store_test_callbacks.cc', | 535 'cookies/cookie_store_test_callbacks.cc', |
| 534 'cookies/cookie_store_test_callbacks.h', | 536 'cookies/cookie_store_test_callbacks.h', |
| 535 'cookies/cookie_store_test_helpers.cc', | 537 'cookies/cookie_store_test_helpers.cc', |
| 536 'cookies/cookie_store_test_helpers.h', | 538 'cookies/cookie_store_test_helpers.h', |
| 537 'cookies/cookie_store_unittest.h', | 539 'cookies/cookie_store_unittest.h', |
| 538 'disk_cache/disk_cache_test_base.cc', | 540 'disk_cache/disk_cache_test_base.cc', |
| 539 'disk_cache/disk_cache_test_base.h', | 541 'disk_cache/disk_cache_test_base.h', |
| 540 'disk_cache/disk_cache_test_util.cc', | 542 'disk_cache/disk_cache_test_util.cc', |
| (...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1700 '../build/isolate.gypi', | 1702 '../build/isolate.gypi', |
| 1701 ], | 1703 ], |
| 1702 'sources': [ | 1704 'sources': [ |
| 1703 'net_unittests.isolate', | 1705 'net_unittests.isolate', |
| 1704 ], | 1706 ], |
| 1705 }, | 1707 }, |
| 1706 ], | 1708 ], |
| 1707 }], | 1709 }], |
| 1708 ], | 1710 ], |
| 1709 } | 1711 } |
| OLD | NEW |