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

Side by Side Diff: base/base.gyp

Issue 1868353003: Add an LRUBoundedCache class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | base/base.gypi » ('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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'ios/device_util_unittest.mm', 437 'ios/device_util_unittest.mm',
438 'ios/weak_nsobject_unittest.mm', 438 'ios/weak_nsobject_unittest.mm',
439 'json/json_parser_unittest.cc', 439 'json/json_parser_unittest.cc',
440 'json/json_reader_unittest.cc', 440 'json/json_reader_unittest.cc',
441 'json/json_value_converter_unittest.cc', 441 'json/json_value_converter_unittest.cc',
442 'json/json_value_serializer_unittest.cc', 442 'json/json_value_serializer_unittest.cc',
443 'json/json_writer_unittest.cc', 443 'json/json_writer_unittest.cc',
444 'json/string_escape_unittest.cc', 444 'json/string_escape_unittest.cc',
445 'lazy_instance_unittest.cc', 445 'lazy_instance_unittest.cc',
446 'logging_unittest.cc', 446 'logging_unittest.cc',
447 'lru_bounded_cache_unittest.cc',
447 'mac/bind_objc_block_unittest.mm', 448 'mac/bind_objc_block_unittest.mm',
448 'mac/call_with_eh_frame_unittest.mm', 449 'mac/call_with_eh_frame_unittest.mm',
449 'mac/dispatch_source_mach_unittest.cc', 450 'mac/dispatch_source_mach_unittest.cc',
450 'mac/foundation_util_unittest.mm', 451 'mac/foundation_util_unittest.mm',
451 'mac/libdispatch_task_runner_unittest.cc', 452 'mac/libdispatch_task_runner_unittest.cc',
452 'mac/mac_util_unittest.mm', 453 'mac/mac_util_unittest.mm',
453 'mac/mach_port_broker_unittest.cc', 454 'mac/mach_port_broker_unittest.cc',
454 'mac/objc_property_releaser_unittest.mm', 455 'mac/objc_property_releaser_unittest.mm',
455 'mac/scoped_nsobject_unittest.mm', 456 'mac/scoped_nsobject_unittest.mm',
456 'mac/scoped_objc_class_swizzler_unittest.mm', 457 'mac/scoped_objc_class_swizzler_unittest.mm',
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 '../build/isolate.gypi', 1717 '../build/isolate.gypi',
1717 ], 1718 ],
1718 'sources': [ 1719 'sources': [
1719 'base_unittests.isolate', 1720 'base_unittests.isolate',
1720 ], 1721 ],
1721 }, 1722 },
1722 ], 1723 ],
1723 }], 1724 }],
1724 ], 1725 ],
1725 } 1726 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698