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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/lru_bounded_cache.h » ('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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'json/string_escape.cc', 273 'json/string_escape.cc',
274 'json/string_escape.h', 274 'json/string_escape.h',
275 'lazy_instance.cc', 275 'lazy_instance.cc',
276 'lazy_instance.h', 276 'lazy_instance.h',
277 'location.cc', 277 'location.cc',
278 'location.h', 278 'location.h',
279 'logging.cc', 279 'logging.cc',
280 'logging.h', 280 'logging.h',
281 'logging_win.cc', 281 'logging_win.cc',
282 'logging_win.h', 282 'logging_win.h',
283 'lru_bounded_cache.h',
283 'mac/authorization_util.h', 284 'mac/authorization_util.h',
284 'mac/authorization_util.mm', 285 'mac/authorization_util.mm',
285 'mac/bind_objc_block.h', 286 'mac/bind_objc_block.h',
286 'mac/bundle_locations.h', 287 'mac/bundle_locations.h',
287 'mac/bundle_locations.mm', 288 'mac/bundle_locations.mm',
288 'mac/call_with_eh_frame.cc', 289 'mac/call_with_eh_frame.cc',
289 'mac/call_with_eh_frame.h', 290 'mac/call_with_eh_frame.h',
290 'mac/call_with_eh_frame_asm.S', 291 'mac/call_with_eh_frame_asm.S',
291 'mac/close_nocancel.cc', 292 'mac/close_nocancel.cc',
292 'mac/cocoa_protocols.h', 293 'mac/cocoa_protocols.h',
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 'i18n/time_formatting.h', 1083 'i18n/time_formatting.h',
1083 'i18n/timezone.cc', 1084 'i18n/timezone.cc',
1084 'i18n/timezone.h', 1085 'i18n/timezone.h',
1085 'i18n/utf8_validator_tables.cc', 1086 'i18n/utf8_validator_tables.cc',
1086 'i18n/utf8_validator_tables.h', 1087 'i18n/utf8_validator_tables.h',
1087 ], 1088 ],
1088 }] 1089 }]
1089 ], 1090 ],
1090 }, 1091 },
1091 } 1092 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/lru_bounded_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698