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

Side by Side Diff: base/base.gyp

Issue 17106004: Add discardable memory emulation for non-android/mac platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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/base.gypi » ('j') | base/containers/mru_cache.h » ('J')
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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 'logging_unittest.cc', 505 'logging_unittest.cc',
506 'mac/bind_objc_block_unittest.mm', 506 'mac/bind_objc_block_unittest.mm',
507 'mac/foundation_util_unittest.mm', 507 'mac/foundation_util_unittest.mm',
508 'mac/libdispatch_task_runner_unittest.cc', 508 'mac/libdispatch_task_runner_unittest.cc',
509 'mac/mac_util_unittest.mm', 509 'mac/mac_util_unittest.mm',
510 'mac/objc_property_releaser_unittest.mm', 510 'mac/objc_property_releaser_unittest.mm',
511 'mac/scoped_sending_event_unittest.mm', 511 'mac/scoped_sending_event_unittest.mm',
512 'md5_unittest.cc', 512 'md5_unittest.cc',
513 'memory/aligned_memory_unittest.cc', 513 'memory/aligned_memory_unittest.cc',
514 'memory/discardable_memory_unittest.cc', 514 'memory/discardable_memory_unittest.cc',
515 'memory/discardable_memory_provider_unittest.cc',
515 'memory/linked_ptr_unittest.cc', 516 'memory/linked_ptr_unittest.cc',
516 'memory/ref_counted_memory_unittest.cc', 517 'memory/ref_counted_memory_unittest.cc',
517 'memory/ref_counted_unittest.cc', 518 'memory/ref_counted_unittest.cc',
518 'memory/scoped_nsobject_unittest.mm', 519 'memory/scoped_nsobject_unittest.mm',
519 'memory/scoped_ptr_unittest.cc', 520 'memory/scoped_ptr_unittest.cc',
520 'memory/scoped_ptr_unittest.nc', 521 'memory/scoped_ptr_unittest.nc',
521 'memory/scoped_vector_unittest.cc', 522 'memory/scoped_vector_unittest.cc',
522 'memory/shared_memory_unittest.cc', 523 'memory/shared_memory_unittest.cc',
523 'memory/singleton_unittest.cc', 524 'memory/singleton_unittest.cc',
524 'memory/weak_ptr_unittest.cc', 525 'memory/weak_ptr_unittest.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'debug/trace_event_win_unittest.cc', 794 'debug/trace_event_win_unittest.cc',
794 'time_win_unittest.cc', 795 'time_win_unittest.cc',
795 'win/win_util_unittest.cc', 796 'win/win_util_unittest.cc',
796 ], 797 ],
797 }], 798 }],
798 ['use_system_nspr==1', { 799 ['use_system_nspr==1', {
799 'dependencies': [ 800 'dependencies': [
800 'third_party/nspr/nspr.gyp:nspr', 801 'third_party/nspr/nspr.gyp:nspr',
801 ], 802 ],
802 }], 803 }],
804 ['OS == "mac" or OS == "android"', {
805 'sources!': [
806 'memory/discardable_memory_unittest.cc',
807 ],
808 }],
803 ], # conditions 809 ], # conditions
804 'target_conditions': [ 810 'target_conditions': [
805 ['OS == "ios" and _toolset != "host"', { 811 ['OS == "ios" and _toolset != "host"', {
806 'sources/': [ 812 'sources/': [
807 # Pull in specific Mac files for iOS (which have been filtered out 813 # Pull in specific Mac files for iOS (which have been filtered out
808 # by file name rules). 814 # by file name rules).
809 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], 815 ['include', '^mac/objc_property_releaser_unittest\\.mm$'],
810 ['include', '^mac/bind_objc_block_unittest\\.mm$'], 816 ['include', '^mac/bind_objc_block_unittest\\.mm$'],
811 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], 817 ['include', '^sys_string_conversions_mac_unittest\\.mm$'],
812 ], 818 ],
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 'base_unittests.isolate', 1294 'base_unittests.isolate',
1289 ], 1295 ],
1290 'sources': [ 1296 'sources': [
1291 'base_unittests.isolate', 1297 'base_unittests.isolate',
1292 ], 1298 ],
1293 }, 1299 },
1294 ], 1300 ],
1295 }], 1301 }],
1296 ], 1302 ],
1297 } 1303 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/containers/mru_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698