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

Side by Side Diff: net/net.gyp

Issue 399068: Move base64 from 'net/base' into 'base'. (Closed)
Patch Set: rebase Created 11 years 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 | « net/http/http_auth_handler_ntlm.cc ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 {
11 'target_name': 'net_base', 11 'target_name': 'net_base',
12 'type': '<(library)', 12 'type': '<(library)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:base', 14 '../base/base.gyp:base',
15 '../base/base.gyp:base_i18n', 15 '../base/base.gyp:base_i18n',
16 '../build/temp_gyp/googleurl.gyp:googleurl', 16 '../build/temp_gyp/googleurl.gyp:googleurl',
17 '../sdch/sdch.gyp:sdch', 17 '../sdch/sdch.gyp:sdch',
18 '../third_party/bzip2/bzip2.gyp:bzip2', 18 '../third_party/bzip2/bzip2.gyp:bzip2',
19 '../third_party/icu/icu.gyp:icui18n', 19 '../third_party/icu/icu.gyp:icui18n',
20 '../third_party/icu/icu.gyp:icuuc', 20 '../third_party/icu/icu.gyp:icuuc',
21 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
22 '../third_party/zlib/zlib.gyp:zlib', 21 '../third_party/zlib/zlib.gyp:zlib',
23 'net_resources', 22 'net_resources',
24 ], 23 ],
25 'sources': [ 24 'sources': [
26 'base/address_family.h', 25 'base/address_family.h',
27 'base/address_list.cc', 26 'base/address_list.cc',
28 'base/address_list.h', 27 'base/address_list.h',
29 'base/auth.h', 28 'base/auth.h',
30 'base/base64.cc',
31 'base/base64.h',
32 'base/bzip2_filter.cc', 29 'base/bzip2_filter.cc',
33 'base/bzip2_filter.h', 30 'base/bzip2_filter.h',
34 'base/cache_type.h', 31 'base/cache_type.h',
35 'base/cert_database.h', 32 'base/cert_database.h',
36 'base/cert_database_mac.cc', 33 'base/cert_database_mac.cc',
37 'base/cert_database_nss.cc', 34 'base/cert_database_nss.cc',
38 'base/cert_database_win.cc', 35 'base/cert_database_win.cc',
39 'base/cert_status_flags.cc', 36 'base/cert_status_flags.cc',
40 'base/cert_status_flags.h', 37 'base/cert_status_flags.h',
41 'base/cert_verifier.cc', 38 'base/cert_verifier.cc',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'target_name': 'net', 211 'target_name': 'net',
215 'type': '<(library)', 212 'type': '<(library)',
216 'dependencies': [ 213 'dependencies': [
217 '../base/base.gyp:base', 214 '../base/base.gyp:base',
218 '../base/base.gyp:base_i18n', 215 '../base/base.gyp:base_i18n',
219 '../build/temp_gyp/googleurl.gyp:googleurl', 216 '../build/temp_gyp/googleurl.gyp:googleurl',
220 '../sdch/sdch.gyp:sdch', 217 '../sdch/sdch.gyp:sdch',
221 '../third_party/bzip2/bzip2.gyp:bzip2', 218 '../third_party/bzip2/bzip2.gyp:bzip2',
222 '../third_party/icu/icu.gyp:icui18n', 219 '../third_party/icu/icu.gyp:icui18n',
223 '../third_party/icu/icu.gyp:icuuc', 220 '../third_party/icu/icu.gyp:icuuc',
224 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
225 '../third_party/zlib/zlib.gyp:zlib', 221 '../third_party/zlib/zlib.gyp:zlib',
226 'net_base', 222 'net_base',
227 'net_resources', 223 'net_resources',
228 ], 224 ],
229 'sources': [ 225 'sources': [
230 'disk_cache/addr.cc', 226 'disk_cache/addr.cc',
231 'disk_cache/addr.h', 227 'disk_cache/addr.h',
232 'disk_cache/backend_impl.cc', 228 'disk_cache/backend_impl.cc',
233 'disk_cache/backend_impl.h', 229 'disk_cache/backend_impl.h',
234 'disk_cache/bitmap.cc', 230 'disk_cache/bitmap.cc',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'net_test_support', 555 'net_test_support',
560 '../base/base.gyp:base', 556 '../base/base.gyp:base',
561 '../base/base.gyp:base_i18n', 557 '../base/base.gyp:base_i18n',
562 '../testing/gtest.gyp:gtest', 558 '../testing/gtest.gyp:gtest',
563 '../third_party/zlib/zlib.gyp:zlib', 559 '../third_party/zlib/zlib.gyp:zlib',
564 '../third_party/bzip2/bzip2.gyp:bzip2', 560 '../third_party/bzip2/bzip2.gyp:bzip2',
565 ], 561 ],
566 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 562 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
567 'sources': [ 563 'sources': [
568 'base/address_list_unittest.cc', 564 'base/address_list_unittest.cc',
569 'base/base64_unittest.cc',
570 'base/bzip2_filter_unittest.cc', 565 'base/bzip2_filter_unittest.cc',
571 'base/cookie_monster_unittest.cc', 566 'base/cookie_monster_unittest.cc',
572 'base/cookie_policy_unittest.cc', 567 'base/cookie_policy_unittest.cc',
573 'base/data_url_unittest.cc', 568 'base/data_url_unittest.cc',
574 'base/directory_lister_unittest.cc', 569 'base/directory_lister_unittest.cc',
575 'base/dns_util_unittest.cc', 570 'base/dns_util_unittest.cc',
576 'base/escape_unittest.cc', 571 'base/escape_unittest.cc',
577 'base/file_stream_unittest.cc', 572 'base/file_stream_unittest.cc',
578 'base/filter_unittest.cc', 573 'base/filter_unittest.cc',
579 'base/filter_unittest.h', 574 'base/filter_unittest.h',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 ], 867 ],
873 }], 868 }],
874 ], 869 ],
875 } 870 }
876 871
877 # Local Variables: 872 # Local Variables:
878 # tab-width:2 873 # tab-width:2
879 # indent-tabs-mode:nil 874 # indent-tabs-mode:nil
880 # End: 875 # End:
881 # vim: set expandtab tabstop=2 shiftwidth=2: 876 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_auth_handler_ntlm.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698