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

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: . 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
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 1788 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 '--result', '<@(_outputs)', 2142 '--result', '<@(_outputs)',
2145 '--isolate', 'net_unittests.isolate', 2143 '--isolate', 'net_unittests.isolate',
2146 ], 2144 ],
2147 }, 2145 },
2148 ], 2146 ],
2149 }, 2147 },
2150 ], 2148 ],
2151 }], 2149 }],
2152 ], 2150 ],
2153 } 2151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698