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

Side by Side Diff: base/base.gyp

Issue 111713008: base: Refactor DiscardableMemoryProvider to build and be tested on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix native_discardable_memory on ios. Created 7 years 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') | build/common.gypi » ('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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 ['use_aura==1 and use_x11==1', { 836 ['use_aura==1 and use_x11==1', {
837 'sources': [ 837 'sources': [
838 'x11/edid_parser_x11_unittest.cc', 838 'x11/edid_parser_x11_unittest.cc',
839 ], 839 ],
840 }], 840 }],
841 ['use_system_nspr==1', { 841 ['use_system_nspr==1', {
842 'dependencies': [ 842 'dependencies': [
843 'third_party/nspr/nspr.gyp:nspr', 843 'third_party/nspr/nspr.gyp:nspr',
844 ], 844 ],
845 }], 845 }],
846 ['<(native_discardable_memory)==1', {
847 'sources!': [
848 'memory/discardable_memory_provider_unittest.cc',
849 ],
850 }],
851 ], # conditions 846 ], # conditions
852 'target_conditions': [ 847 'target_conditions': [
853 ['OS == "ios" and _toolset != "host"', { 848 ['OS == "ios" and _toolset != "host"', {
854 'sources/': [ 849 'sources/': [
855 # Pull in specific Mac files for iOS (which have been filtered out 850 # Pull in specific Mac files for iOS (which have been filtered out
856 # by file name rules). 851 # by file name rules).
857 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], 852 ['include', '^mac/objc_property_releaser_unittest\\.mm$'],
858 ['include', '^mac/bind_objc_block_unittest\\.mm$'], 853 ['include', '^mac/bind_objc_block_unittest\\.mm$'],
859 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], 854 ['include', '^mac/scoped_nsobject_unittest\\.mm$'],
860 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], 855 ['include', '^sys_string_conversions_mac_unittest\\.mm$'],
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'base_unittests.isolate', 1395 'base_unittests.isolate',
1401 ], 1396 ],
1402 'sources': [ 1397 'sources': [
1403 'base_unittests.isolate', 1398 'base_unittests.isolate',
1404 ], 1399 ],
1405 }, 1400 },
1406 ], 1401 ],
1407 }], 1402 }],
1408 ], 1403 ],
1409 } 1404 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698