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

Side by Side Diff: net/net.gyp

Issue 1548503002: net: extract GetDirectoryListingXXX functions into directory_listing.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 4 years, 11 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 | « net/base/net_util_icu_unittest.cc ('k') | net/net.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'linux_link_kerberos%': 0, 8 'linux_link_kerberos%': 0,
9 'conditions': [ 9 'conditions': [
10 ['chromeos==1 or embedded==1 or OS=="ios"', { 10 ['chromeos==1 or embedded==1 or OS=="ios"', {
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '../third_party/brotli/brotli.gyp:brotli', 110 '../third_party/brotli/brotli.gyp:brotli',
111 '../third_party/icu/icu.gyp:icui18n', 111 '../third_party/icu/icu.gyp:icui18n',
112 '../third_party/icu/icu.gyp:icuuc', 112 '../third_party/icu/icu.gyp:icuuc',
113 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 113 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
114 '../url/url.gyp:url_lib', 114 '../url/url.gyp:url_lib',
115 'net_quic_proto', 115 'net_quic_proto',
116 ], 116 ],
117 'sources': [ 117 'sources': [
118 'base/filename_util_icu.cc', 118 'base/filename_util_icu.cc',
119 'base/net_string_util_icu.cc', 119 'base/net_string_util_icu.cc',
120 'base/net_util_icu.cc',
121 'filter/brotli_filter.cc', 120 'filter/brotli_filter.cc',
122 ], 121 ],
123 'includes': [ 'net_common.gypi' ], 122 'includes': [ 'net_common.gypi' ],
124 }, 123 },
125 { 124 {
126 # GN version: //net:net_unittests 125 # GN version: //net:net_unittests
127 'target_name': 'net_unittests', 126 'target_name': 'net_unittests',
128 'type': '<(gtest_target_type)', 127 'type': '<(gtest_target_type)',
129 'dependencies': [ 128 'dependencies': [
130 '../base/base.gyp:base', 129 '../base/base.gyp:base',
(...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 '../build/isolate.gypi', 1707 '../build/isolate.gypi',
1709 ], 1708 ],
1710 'sources': [ 1709 'sources': [
1711 'net_unittests.isolate', 1710 'net_unittests.isolate',
1712 ], 1711 ],
1713 }, 1712 },
1714 ], 1713 ],
1715 }], 1714 }],
1716 ], 1715 ],
1717 } 1716 }
OLDNEW
« no previous file with comments | « net/base/net_util_icu_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698