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 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 ], | 869 ], |
870 'export_dependent_settings': [ | 870 'export_dependent_settings': [ |
871 '../base/base.gyp:base', | 871 '../base/base.gyp:base', |
872 # TODO(mmenke): This depends on icu, figure out a way to build tests | 872 # TODO(mmenke): This depends on icu, figure out a way to build tests |
873 # without icu. | 873 # without icu. |
874 '../base/base.gyp:test_support_base', | 874 '../base/base.gyp:test_support_base', |
875 '../testing/gtest.gyp:gtest', | 875 '../testing/gtest.gyp:gtest', |
876 '../testing/gmock.gyp:gmock', | 876 '../testing/gmock.gyp:gmock', |
877 ], | 877 ], |
878 'sources': [ | 878 'sources': [ |
| 879 'base/captured_net_log_entry.cc', |
| 880 'base/captured_net_log_entry.h', |
879 'base/capturing_net_log.cc', | 881 'base/capturing_net_log.cc', |
880 'base/capturing_net_log.h', | 882 'base/capturing_net_log.h', |
| 883 'base/capturing_net_log_observer.cc', |
| 884 'base/capturing_net_log_observer.h', |
881 'base/load_timing_info_test_util.cc', | 885 'base/load_timing_info_test_util.cc', |
882 'base/load_timing_info_test_util.h', | 886 'base/load_timing_info_test_util.h', |
883 'base/mock_file_stream.cc', | 887 'base/mock_file_stream.cc', |
884 'base/mock_file_stream.h', | 888 'base/mock_file_stream.h', |
885 'base/test_completion_callback.cc', | 889 'base/test_completion_callback.cc', |
886 'base/test_completion_callback.h', | 890 'base/test_completion_callback.h', |
887 'base/test_data_directory.cc', | 891 'base/test_data_directory.cc', |
888 'base/test_data_directory.h', | 892 'base/test_data_directory.h', |
889 'cert/mock_cert_verifier.cc', | 893 'cert/mock_cert_verifier.cc', |
890 'cert/mock_cert_verifier.h', | 894 'cert/mock_cert_verifier.h', |
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1714 '../build/isolate.gypi', | 1718 '../build/isolate.gypi', |
1715 ], | 1719 ], |
1716 'sources': [ | 1720 'sources': [ |
1717 'net_unittests.isolate', | 1721 'net_unittests.isolate', |
1718 ], | 1722 ], |
1719 }, | 1723 }, |
1720 ], | 1724 ], |
1721 }], | 1725 }], |
1722 ], | 1726 ], |
1723 } | 1727 } |
OLD | NEW |