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

Side by Side Diff: net/net.gyp

Issue 10920026: Move hash.h/cc from net/disk_cache to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: willchan, rvargas feedback Created 8 years, 3 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/disk_cache/storage_block-inl.h ('k') | tools/checklicenses/checklicenses.py » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'disk_cache/eviction.cc', 334 'disk_cache/eviction.cc',
335 'disk_cache/eviction.h', 335 'disk_cache/eviction.h',
336 'disk_cache/experiments.h', 336 'disk_cache/experiments.h',
337 'disk_cache/file.cc', 337 'disk_cache/file.cc',
338 'disk_cache/file.h', 338 'disk_cache/file.h',
339 'disk_cache/file_block.h', 339 'disk_cache/file_block.h',
340 'disk_cache/file_lock.cc', 340 'disk_cache/file_lock.cc',
341 'disk_cache/file_lock.h', 341 'disk_cache/file_lock.h',
342 'disk_cache/file_posix.cc', 342 'disk_cache/file_posix.cc',
343 'disk_cache/file_win.cc', 343 'disk_cache/file_win.cc',
344 'disk_cache/hash.cc',
345 'disk_cache/hash.h',
346 'disk_cache/histogram_macros.h', 344 'disk_cache/histogram_macros.h',
347 'disk_cache/in_flight_backend_io.cc', 345 'disk_cache/in_flight_backend_io.cc',
348 'disk_cache/in_flight_backend_io.h', 346 'disk_cache/in_flight_backend_io.h',
349 'disk_cache/in_flight_io.cc', 347 'disk_cache/in_flight_io.cc',
350 'disk_cache/in_flight_io.h', 348 'disk_cache/in_flight_io.h',
351 'disk_cache/mapped_file.h', 349 'disk_cache/mapped_file.h',
352 'disk_cache/mapped_file_posix.cc', 350 'disk_cache/mapped_file_posix.cc',
353 'disk_cache/mapped_file_avoid_mmap_posix.cc', 351 'disk_cache/mapped_file_avoid_mmap_posix.cc',
354 'disk_cache/mapped_file_win.cc', 352 'disk_cache/mapped_file_win.cc',
355 'disk_cache/mem_backend_impl.cc', 353 'disk_cache/mem_backend_impl.cc',
(...skipping 1808 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 '--result', '<@(_outputs)', 2162 '--result', '<@(_outputs)',
2165 '--isolate', 'net_unittests.isolate', 2163 '--isolate', 'net_unittests.isolate',
2166 ], 2164 ],
2167 }, 2165 },
2168 ], 2166 ],
2169 }, 2167 },
2170 ], 2168 ],
2171 }], 2169 }],
2172 ], 2170 ],
2173 } 2171 }
OLDNEW
« no previous file with comments | « net/disk_cache/storage_block-inl.h ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698