| 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 'base/load_timing_info_test_util.cc', | 532 'base/load_timing_info_test_util.cc', |
| 533 'base/load_timing_info_test_util.h', | 533 'base/load_timing_info_test_util.h', |
| 534 'base/mock_file_stream.cc', | 534 'base/mock_file_stream.cc', |
| 535 'base/mock_file_stream.h', | 535 'base/mock_file_stream.h', |
| 536 'base/test_completion_callback.cc', | 536 'base/test_completion_callback.cc', |
| 537 'base/test_completion_callback.h', | 537 'base/test_completion_callback.h', |
| 538 'base/test_data_directory.cc', | 538 'base/test_data_directory.cc', |
| 539 'base/test_data_directory.h', | 539 'base/test_data_directory.h', |
| 540 'cert/mock_cert_verifier.cc', | 540 'cert/mock_cert_verifier.cc', |
| 541 'cert/mock_cert_verifier.h', | 541 'cert/mock_cert_verifier.h', |
| 542 'cert/mock_client_cert_verifier.cc', |
| 543 'cert/mock_client_cert_verifier.h', |
| 542 'cookies/cookie_monster_store_test.cc', | 544 'cookies/cookie_monster_store_test.cc', |
| 543 'cookies/cookie_monster_store_test.h', | 545 'cookies/cookie_monster_store_test.h', |
| 544 'cookies/cookie_store_test_callbacks.cc', | 546 'cookies/cookie_store_test_callbacks.cc', |
| 545 'cookies/cookie_store_test_callbacks.h', | 547 'cookies/cookie_store_test_callbacks.h', |
| 546 'cookies/cookie_store_test_helpers.cc', | 548 'cookies/cookie_store_test_helpers.cc', |
| 547 'cookies/cookie_store_test_helpers.h', | 549 'cookies/cookie_store_test_helpers.h', |
| 548 'cookies/cookie_store_unittest.h', | 550 'cookies/cookie_store_unittest.h', |
| 549 'disk_cache/disk_cache_test_base.cc', | 551 'disk_cache/disk_cache_test_base.cc', |
| 550 'disk_cache/disk_cache_test_base.h', | 552 'disk_cache/disk_cache_test_base.h', |
| 551 'disk_cache/disk_cache_test_util.cc', | 553 'disk_cache/disk_cache_test_util.cc', |
| (...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1719 '../build/isolate.gypi', | 1721 '../build/isolate.gypi', |
| 1720 ], | 1722 ], |
| 1721 'sources': [ | 1723 'sources': [ |
| 1722 'net_unittests.isolate', | 1724 'net_unittests.isolate', |
| 1723 ], | 1725 ], |
| 1724 }, | 1726 }, |
| 1725 ], | 1727 ], |
| 1726 }], | 1728 }], |
| 1727 ], | 1729 ], |
| 1728 } | 1730 } |
| OLD | NEW |