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

Side by Side Diff: base/base.gypi

Issue 189113006: Move ashmem utility functions to discardable_memory_allocator_android.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | base/memory/discardable_memory_allocator_android.cc » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'macros.h', 306 'macros.h',
307 'md5.cc', 307 'md5.cc',
308 'md5.h', 308 'md5.h',
309 'memory/aligned_memory.cc', 309 'memory/aligned_memory.cc',
310 'memory/aligned_memory.h', 310 'memory/aligned_memory.h',
311 'memory/discardable_memory.cc', 311 'memory/discardable_memory.cc',
312 'memory/discardable_memory.h', 312 'memory/discardable_memory.h',
313 'memory/discardable_memory_allocator_android.cc', 313 'memory/discardable_memory_allocator_android.cc',
314 'memory/discardable_memory_allocator_android.h', 314 'memory/discardable_memory_allocator_android.h',
315 'memory/discardable_memory_android.cc', 315 'memory/discardable_memory_android.cc',
316 'memory/discardable_memory_android.h',
317 'memory/discardable_memory_emulated.cc', 316 'memory/discardable_memory_emulated.cc',
318 'memory/discardable_memory_emulated.h', 317 'memory/discardable_memory_emulated.h',
319 'memory/discardable_memory_linux.cc', 318 'memory/discardable_memory_linux.cc',
320 'memory/discardable_memory_mac.cc', 319 'memory/discardable_memory_mac.cc',
321 'memory/discardable_memory_malloc.cc', 320 'memory/discardable_memory_malloc.cc',
322 'memory/discardable_memory_malloc.h', 321 'memory/discardable_memory_malloc.h',
323 'memory/discardable_memory_provider.cc', 322 'memory/discardable_memory_provider.cc',
324 'memory/discardable_memory_provider.h', 323 'memory/discardable_memory_provider.h',
325 'memory/discardable_memory_win.cc', 324 'memory/discardable_memory_win.cc',
326 'memory/linked_ptr.h', 325 'memory/linked_ptr.h',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 'i18n/time_formatting.h', 979 'i18n/time_formatting.h',
981 'i18n/timezone.cc', 980 'i18n/timezone.cc',
982 'i18n/timezone.h', 981 'i18n/timezone.h',
983 'i18n/utf8_validator_tables.cc', 982 'i18n/utf8_validator_tables.cc',
984 'i18n/utf8_validator_tables.h', 983 'i18n/utf8_validator_tables.h',
985 ], 984 ],
986 }] 985 }]
987 ], 986 ],
988 }, 987 },
989 } 988 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/discardable_memory_allocator_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698