| 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 'conditions': [ | 9 'conditions': [ |
| 10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 'base/load_timing_info_test_util.cc', | 512 'base/load_timing_info_test_util.cc', |
| 513 'base/load_timing_info_test_util.h', | 513 'base/load_timing_info_test_util.h', |
| 514 'base/mock_file_stream.cc', | 514 'base/mock_file_stream.cc', |
| 515 'base/mock_file_stream.h', | 515 'base/mock_file_stream.h', |
| 516 'base/test_completion_callback.cc', | 516 'base/test_completion_callback.cc', |
| 517 'base/test_completion_callback.h', | 517 'base/test_completion_callback.h', |
| 518 'base/test_data_directory.cc', | 518 'base/test_data_directory.cc', |
| 519 'base/test_data_directory.h', | 519 'base/test_data_directory.h', |
| 520 'cert/mock_cert_verifier.cc', | 520 'cert/mock_cert_verifier.cc', |
| 521 'cert/mock_cert_verifier.h', | 521 'cert/mock_cert_verifier.h', |
| 522 'cert/mock_client_cert_verifier.cc', |
| 523 'cert/mock_client_cert_verifier.h', |
| 522 'cookies/cookie_monster_store_test.cc', | 524 'cookies/cookie_monster_store_test.cc', |
| 523 'cookies/cookie_monster_store_test.h', | 525 'cookies/cookie_monster_store_test.h', |
| 524 'cookies/cookie_store_test_callbacks.cc', | 526 'cookies/cookie_store_test_callbacks.cc', |
| 525 'cookies/cookie_store_test_callbacks.h', | 527 'cookies/cookie_store_test_callbacks.h', |
| 526 'cookies/cookie_store_test_helpers.cc', | 528 'cookies/cookie_store_test_helpers.cc', |
| 527 'cookies/cookie_store_test_helpers.h', | 529 'cookies/cookie_store_test_helpers.h', |
| 528 'disk_cache/disk_cache_test_base.cc', | 530 'disk_cache/disk_cache_test_base.cc', |
| 529 'disk_cache/disk_cache_test_base.h', | 531 'disk_cache/disk_cache_test_base.h', |
| 530 'disk_cache/disk_cache_test_util.cc', | 532 'disk_cache/disk_cache_test_util.cc', |
| 531 'disk_cache/disk_cache_test_util.h', | 533 'disk_cache/disk_cache_test_util.h', |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1631 '../build/isolate.gypi', | 1633 '../build/isolate.gypi', |
| 1632 ], | 1634 ], |
| 1633 'sources': [ | 1635 'sources': [ |
| 1634 'net_unittests.isolate', | 1636 'net_unittests.isolate', |
| 1635 ], | 1637 ], |
| 1636 }, | 1638 }, |
| 1637 ], | 1639 ], |
| 1638 }], | 1640 }], |
| 1639 ], | 1641 ], |
| 1640 } | 1642 } |
| OLD | NEW |