Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: net/net.gyp

Issue 1763023: Re-apply http://codereview.chromium.org/1622012 (Closed)
Patch Set: Add missing files (I thought git would do that) Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/memory_test/memory_test.cc ('k') | net/socket/ssl_test_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/test/memory_test/memory_test.cc ('k') | net/socket/ssl_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698