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

Side by Side Diff: net/net.gyp

Issue 141054: Add "load_states.h" to net.gyp, since it was missing.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « no previous file | 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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'base/gzip_header.h', 80 'base/gzip_header.h',
81 'base/host_cache.cc', 81 'base/host_cache.cc',
82 'base/host_cache.h', 82 'base/host_cache.h',
83 'base/host_resolver.cc', 83 'base/host_resolver.cc',
84 'base/host_resolver.h', 84 'base/host_resolver.h',
85 'base/io_buffer.cc', 85 'base/io_buffer.cc',
86 'base/io_buffer.h', 86 'base/io_buffer.h',
87 'base/listen_socket.cc', 87 'base/listen_socket.cc',
88 'base/listen_socket.h', 88 'base/listen_socket.h',
89 'base/load_flags.h', 89 'base/load_flags.h',
90 'base/load_states.h',
90 'base/mime_sniffer.cc', 91 'base/mime_sniffer.cc',
91 'base/mime_sniffer.h', 92 'base/mime_sniffer.h',
92 'base/mime_util.cc', 93 'base/mime_util.cc',
93 'base/mime_util.h', 94 'base/mime_util.h',
94 'base/net_error_list.h', 95 'base/net_error_list.h',
95 'base/net_errors.cc', 96 'base/net_errors.cc',
96 'base/net_errors.h', 97 'base/net_errors.h',
97 'base/net_module.cc', 98 'base/net_module.cc',
98 'base/net_module.h', 99 'base/net_module.h',
99 'base/net_util.cc', 100 'base/net_util.cc',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 'sources': [ 676 'sources': [
676 'tools/dump_cache/dump_cache.cc', 677 'tools/dump_cache/dump_cache.cc',
677 'tools/dump_cache/dump_files.cc', 678 'tools/dump_cache/dump_files.cc',
678 'tools/dump_cache/upgrade.cc', 679 'tools/dump_cache/upgrade.cc',
679 ], 680 ],
680 }, 681 },
681 ], 682 ],
682 }], 683 }],
683 ], 684 ],
684 } 685 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698