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

Side by Side Diff: net/net.gypi

Issue 323683002: net: FileStream cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DCHECK, fix ASSERT message Created 6 years, 6 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'base/directory_lister.h', 187 'base/directory_lister.h',
188 'base/dns_reloader.cc', 188 'base/dns_reloader.cc',
189 'base/dns_reloader.h', 189 'base/dns_reloader.h',
190 'base/expiring_cache.h', 190 'base/expiring_cache.h',
191 'base/file_stream.cc', 191 'base/file_stream.cc',
192 'base/file_stream.h', 192 'base/file_stream.h',
193 'base/file_stream_context.cc', 193 'base/file_stream_context.cc',
194 'base/file_stream_context.h', 194 'base/file_stream_context.h',
195 'base/file_stream_context_posix.cc', 195 'base/file_stream_context_posix.cc',
196 'base/file_stream_context_win.cc', 196 'base/file_stream_context_win.cc',
197 'base/file_stream_whence.h',
198 'base/filename_util.cc', 197 'base/filename_util.cc',
199 'base/filename_util.h', 198 'base/filename_util.h',
200 'base/filename_util_icu.cc', 199 'base/filename_util_icu.cc',
201 'base/filename_util_internal.cc', 200 'base/filename_util_internal.cc',
202 'base/filename_util_internal.h', 201 'base/filename_util_internal.h',
203 'base/filename_util_unsafe.cc', 202 'base/filename_util_unsafe.cc',
204 'base/filename_util_unsafe.h', 203 'base/filename_util_unsafe.h',
205 'base/host_mapping_rules.cc', 204 'base/host_mapping_rules.cc',
206 'base/host_mapping_rules.h', 205 'base/host_mapping_rules.h',
207 'base/int128.cc', 206 'base/int128.cc',
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'tools/quic/test_tools/quic_test_client.h', 1685 'tools/quic/test_tools/quic_test_client.h',
1687 'tools/quic/test_tools/quic_test_utils.cc', 1686 'tools/quic/test_tools/quic_test_utils.cc',
1688 'tools/quic/test_tools/quic_test_utils.h', 1687 'tools/quic/test_tools/quic_test_utils.h',
1689 'tools/quic/test_tools/server_thread.h', 1688 'tools/quic/test_tools/server_thread.h',
1690 'tools/quic/test_tools/server_thread.cc', 1689 'tools/quic/test_tools/server_thread.cc',
1691 'tools/quic/test_tools/simple_client.h', 1690 'tools/quic/test_tools/simple_client.h',
1692 'tools/quic/test_tools/simple_client.cc', 1691 'tools/quic/test_tools/simple_client.cc',
1693 ], 1692 ],
1694 } 1693 }
1695 } 1694 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698