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

Side by Side Diff: net/net.gyp

Issue 140893013: Clean up dependencies for disk_cache histogram_macros.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix fat finger Created 6 years, 10 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/v3/histogram_macros.h ('k') | 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 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 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'disk_cache/flash/storage.h', 450 'disk_cache/flash/storage.h',
451 'disk_cache/v3/backend_impl_v3.cc', 451 'disk_cache/v3/backend_impl_v3.cc',
452 'disk_cache/v3/backend_impl_v3.h', 452 'disk_cache/v3/backend_impl_v3.h',
453 'disk_cache/v3/block_bitmaps.cc', 453 'disk_cache/v3/block_bitmaps.cc',
454 'disk_cache/v3/block_bitmaps.h', 454 'disk_cache/v3/block_bitmaps.h',
455 'disk_cache/v3/disk_format_v3.h', 455 'disk_cache/v3/disk_format_v3.h',
456 'disk_cache/v3/entry_impl_v3.cc', 456 'disk_cache/v3/entry_impl_v3.cc',
457 'disk_cache/v3/entry_impl_v3.h', 457 'disk_cache/v3/entry_impl_v3.h',
458 'disk_cache/v3/eviction_v3.cc', 458 'disk_cache/v3/eviction_v3.cc',
459 'disk_cache/v3/eviction_v3.h', 459 'disk_cache/v3/eviction_v3.h',
460 'disk_cache/v3/histogram_macros.h',
460 'disk_cache/v3/index_table.cc', 461 'disk_cache/v3/index_table.cc',
461 'disk_cache/v3/index_table.h', 462 'disk_cache/v3/index_table.h',
462 'dns/address_sorter.h', 463 'dns/address_sorter.h',
463 'dns/address_sorter_posix.cc', 464 'dns/address_sorter_posix.cc',
464 'dns/address_sorter_posix.h', 465 'dns/address_sorter_posix.h',
465 'dns/address_sorter_win.cc', 466 'dns/address_sorter_win.cc',
466 'dns/dns_client.cc', 467 'dns/dns_client.cc',
467 'dns/dns_client.h', 468 'dns/dns_client.h',
468 'dns/dns_config_service.cc', 469 'dns/dns_config_service.cc',
469 'dns/dns_config_service.h', 470 'dns/dns_config_service.h',
(...skipping 2722 matching lines...) Expand 10 before | Expand all | Expand 10 after
3192 'net_unittests.isolate', 3193 'net_unittests.isolate',
3193 ], 3194 ],
3194 'sources': [ 3195 'sources': [
3195 'net_unittests.isolate', 3196 'net_unittests.isolate',
3196 ], 3197 ],
3197 }, 3198 },
3198 ], 3199 ],
3199 }], 3200 }],
3200 ], 3201 ],
3201 } 3202 }
OLDNEW
« no previous file with comments | « net/disk_cache/v3/histogram_macros.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698