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

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, 5 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/memory/discardable_memory.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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'mac/bind_objc_block_unittest.mm', 510 'mac/bind_objc_block_unittest.mm',
511 'mac/foundation_util_unittest.mm', 511 'mac/foundation_util_unittest.mm',
512 'mac/libdispatch_task_runner_unittest.cc', 512 'mac/libdispatch_task_runner_unittest.cc',
513 'mac/mac_util_unittest.mm', 513 'mac/mac_util_unittest.mm',
514 'mac/objc_property_releaser_unittest.mm', 514 'mac/objc_property_releaser_unittest.mm',
515 'mac/scoped_nsobject_unittest.mm', 515 'mac/scoped_nsobject_unittest.mm',
516 'mac/scoped_sending_event_unittest.mm', 516 'mac/scoped_sending_event_unittest.mm',
517 'md5_unittest.cc', 517 'md5_unittest.cc',
518 'memory/aligned_memory_unittest.cc', 518 'memory/aligned_memory_unittest.cc',
519 'memory/discardable_memory_unittest.cc', 519 'memory/discardable_memory_unittest.cc',
520 'memory/discardable_memory_provider_unittest.cc',
520 'memory/linked_ptr_unittest.cc', 521 'memory/linked_ptr_unittest.cc',
521 'memory/ref_counted_memory_unittest.cc', 522 'memory/ref_counted_memory_unittest.cc',
522 'memory/ref_counted_unittest.cc', 523 'memory/ref_counted_unittest.cc',
523 'memory/scoped_ptr_unittest.cc', 524 'memory/scoped_ptr_unittest.cc',
524 'memory/scoped_ptr_unittest.nc', 525 'memory/scoped_ptr_unittest.nc',
525 'memory/scoped_vector_unittest.cc', 526 'memory/scoped_vector_unittest.cc',
526 'memory/shared_memory_unittest.cc', 527 'memory/shared_memory_unittest.cc',
527 'memory/singleton_unittest.cc', 528 'memory/singleton_unittest.cc',
528 'memory/weak_ptr_unittest.cc', 529 'memory/weak_ptr_unittest.cc',
529 'memory/weak_ptr_unittest.nc', 530 'memory/weak_ptr_unittest.nc',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'debug/trace_event_win_unittest.cc', 800 'debug/trace_event_win_unittest.cc',
800 'time_win_unittest.cc', 801 'time_win_unittest.cc',
801 'win/win_util_unittest.cc', 802 'win/win_util_unittest.cc',
802 ], 803 ],
803 }], 804 }],
804 ['use_system_nspr==1', { 805 ['use_system_nspr==1', {
805 'dependencies': [ 806 'dependencies': [
806 'third_party/nspr/nspr.gyp:nspr', 807 'third_party/nspr/nspr.gyp:nspr',
807 ], 808 ],
808 }], 809 }],
810 ['OS == "mac" or OS == "android"', {
811 'sources!': [
812 'memory/discardable_memory_unittest.cc',
813 ],
814 }],
809 ], # conditions 815 ], # conditions
810 'target_conditions': [ 816 'target_conditions': [
811 ['OS == "ios" and _toolset != "host"', { 817 ['OS == "ios" and _toolset != "host"', {
812 'sources/': [ 818 'sources/': [
813 # Pull in specific Mac files for iOS (which have been filtered out 819 # Pull in specific Mac files for iOS (which have been filtered out
814 # by file name rules). 820 # by file name rules).
815 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], 821 ['include', '^mac/objc_property_releaser_unittest\\.mm$'],
816 ['include', '^mac/bind_objc_block_unittest\\.mm$'], 822 ['include', '^mac/bind_objc_block_unittest\\.mm$'],
817 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], 823 ['include', '^mac/scoped_nsobject_unittest\\.mm$'],
818 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], 824 ['include', '^sys_string_conversions_mac_unittest\\.mm$'],
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 'base_unittests.isolate', 1304 'base_unittests.isolate',
1299 ], 1305 ],
1300 'sources': [ 1306 'sources': [
1301 'base_unittests.isolate', 1307 'base_unittests.isolate',
1302 ], 1308 ],
1303 }, 1309 },
1304 ], 1310 ],
1305 }], 1311 }],
1306 ], 1312 ],
1307 } 1313 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/discardable_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698