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

Side by Side Diff: net/net.gyp

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « net/base/run_all_unittests.cc ('k') | printing/printing.gyp » ('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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 ], 651 ],
652 }, 652 },
653 { 653 {
654 'target_name': 'net_unittests', 654 'target_name': 'net_unittests',
655 'type': 'executable', 655 'type': 'executable',
656 'dependencies': [ 656 'dependencies': [
657 'net', 657 'net',
658 'net_test_support', 658 'net_test_support',
659 '../base/base.gyp:base', 659 '../base/base.gyp:base',
660 '../base/base.gyp:base_i18n', 660 '../base/base.gyp:base_i18n',
661 '../base/base.gyp:test_support_base',
662 '../testing/gmock.gyp:gmock', 661 '../testing/gmock.gyp:gmock',
663 '../testing/gtest.gyp:gtest', 662 '../testing/gtest.gyp:gtest',
664 '../third_party/zlib/zlib.gyp:zlib', 663 '../third_party/zlib/zlib.gyp:zlib',
665 ], 664 ],
666 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 665 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
667 'sources': [ 666 'sources': [
668 'base/address_list_unittest.cc', 667 'base/address_list_unittest.cc',
669 'base/cookie_monster_unittest.cc', 668 'base/cookie_monster_unittest.cc',
670 'base/data_url_unittest.cc', 669 'base/data_url_unittest.cc',
671 'base/directory_lister_unittest.cc', 670 'base/directory_lister_unittest.cc',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 ], 1138 ],
1140 }], 1139 }],
1141 ], 1140 ],
1142 } 1141 }
1143 1142
1144 # Local Variables: 1143 # Local Variables:
1145 # tab-width:2 1144 # tab-width:2
1146 # indent-tabs-mode:nil 1145 # indent-tabs-mode:nil
1147 # End: 1146 # End:
1148 # vim: set expandtab tabstop=2 shiftwidth=2: 1147 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/run_all_unittests.cc ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698