OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
825 'sources': [ | 825 'sources': [ |
826 'tools/crash_cache/crash_cache.cc', | 826 'tools/crash_cache/crash_cache.cc', |
827 ], | 827 ], |
828 }, | 828 }, |
829 { | 829 { |
830 'target_name': 'net_test_support', | 830 'target_name': 'net_test_support', |
831 'type': '<(library)', | 831 'type': '<(library)', |
832 'dependencies': [ | 832 'dependencies': [ |
833 'net', | 833 'net', |
834 '../base/base.gyp:base', | 834 '../base/base.gyp:base', |
835 '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', | |
836 '../testing/gtest.gyp:gtest', | 835 '../testing/gtest.gyp:gtest', |
837 '../third_party/protobuf2/protobuf.gyp:py_proto', | |
838 ], | 836 ], |
839 'sources': [ | 837 'sources': [ |
840 'base/cert_test_util.cc', | 838 'base/cert_test_util.cc', |
841 'base/cert_test_util.h', | 839 'base/cert_test_util.h', |
842 'disk_cache/disk_cache_test_util.cc', | 840 'disk_cache/disk_cache_test_util.cc', |
843 'disk_cache/disk_cache_test_util.h', | 841 'disk_cache/disk_cache_test_util.h', |
844 'proxy/proxy_config_service_common_unittest.cc', | 842 'proxy/proxy_config_service_common_unittest.cc', |
845 'proxy/proxy_config_service_common_unittest.h', | 843 'proxy/proxy_config_service_common_unittest.h', |
846 'socket/socket_test_util.cc', | 844 'socket/socket_test_util.cc', |
847 'socket/socket_test_util.h', | 845 'socket/socket_test_util.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1027 ], | 1025 ], |
1028 }], | 1026 }], |
1029 ], | 1027 ], |
1030 } | 1028 } |
1031 | 1029 |
1032 # Local Variables: | 1030 # Local Variables: |
1033 # tab-width:2 | 1031 # tab-width:2 |
1034 # indent-tabs-mode:nil | 1032 # indent-tabs-mode:nil |
1035 # End: | 1033 # End: |
1036 # vim: set expandtab tabstop=2 shiftwidth=2: | 1034 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |