| 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', |
| 835 '../testing/gtest.gyp:gtest', | 836 '../testing/gtest.gyp:gtest', |
| 837 '../third_party/protobuf2/protobuf.gyp:py_proto', |
| 836 ], | 838 ], |
| 837 'sources': [ | 839 'sources': [ |
| 838 'base/cert_test_util.cc', | 840 'base/cert_test_util.cc', |
| 839 'base/cert_test_util.h', | 841 'base/cert_test_util.h', |
| 840 'disk_cache/disk_cache_test_util.cc', | 842 'disk_cache/disk_cache_test_util.cc', |
| 841 'disk_cache/disk_cache_test_util.h', | 843 'disk_cache/disk_cache_test_util.h', |
| 842 'proxy/proxy_config_service_common_unittest.cc', | 844 'proxy/proxy_config_service_common_unittest.cc', |
| 843 'proxy/proxy_config_service_common_unittest.h', | 845 'proxy/proxy_config_service_common_unittest.h', |
| 844 'socket/socket_test_util.cc', | 846 'socket/socket_test_util.cc', |
| 845 'socket/socket_test_util.h', | 847 'socket/socket_test_util.h', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 ], | 1027 ], |
| 1026 }], | 1028 }], |
| 1027 ], | 1029 ], |
| 1028 } | 1030 } |
| 1029 | 1031 |
| 1030 # Local Variables: | 1032 # Local Variables: |
| 1031 # tab-width:2 | 1033 # tab-width:2 |
| 1032 # indent-tabs-mode:nil | 1034 # indent-tabs-mode:nil |
| 1033 # End: | 1035 # End: |
| 1034 # vim: set expandtab tabstop=2 shiftwidth=2: | 1036 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |