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

Side by Side Diff: base/base.gypi

Issue 15995014: Adds MemoryPressureListener. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments 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
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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'android/jni_android.cc', 47 'android/jni_android.cc',
48 'android/jni_android.h', 48 'android/jni_android.h',
49 'android/jni_array.cc', 49 'android/jni_array.cc',
50 'android/jni_array.h', 50 'android/jni_array.h',
51 'android/jni_helper.cc', 51 'android/jni_helper.cc',
52 'android/jni_helper.h', 52 'android/jni_helper.h',
53 'android/jni_registrar.cc', 53 'android/jni_registrar.cc',
54 'android/jni_registrar.h', 54 'android/jni_registrar.h',
55 'android/jni_string.cc', 55 'android/jni_string.cc',
56 'android/jni_string.h', 56 'android/jni_string.h',
57 'android/memory_pressure_android.cc',
58 'android/memory_pressure_android.h',
57 'android/path_service_android.cc', 59 'android/path_service_android.cc',
58 'android/path_service_android.h', 60 'android/path_service_android.h',
59 'android/path_utils.cc', 61 'android/path_utils.cc',
60 'android/path_utils.h', 62 'android/path_utils.h',
61 'android/thread_utils.h', 63 'android/thread_utils.h',
62 'at_exit.cc', 64 'at_exit.cc',
63 'at_exit.h', 65 'at_exit.h',
64 'atomic_ref_count.h', 66 'atomic_ref_count.h',
65 'atomic_sequence_num.h', 67 'atomic_sequence_num.h',
66 'atomicops.h', 68 'atomicops.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'mac/scoped_sending_event.mm', 261 'mac/scoped_sending_event.mm',
260 'mac/sdk_forward_declarations.h', 262 'mac/sdk_forward_declarations.h',
261 'memory/aligned_memory.cc', 263 'memory/aligned_memory.cc',
262 'memory/aligned_memory.h', 264 'memory/aligned_memory.h',
263 'memory/discardable_memory.cc', 265 'memory/discardable_memory.cc',
264 'memory/discardable_memory.h', 266 'memory/discardable_memory.h',
265 'memory/discardable_memory_android.cc', 267 'memory/discardable_memory_android.cc',
266 'memory/discardable_memory_mac.cc', 268 'memory/discardable_memory_mac.cc',
267 'memory/linked_ptr.h', 269 'memory/linked_ptr.h',
268 'memory/manual_constructor.h', 270 'memory/manual_constructor.h',
271 'memory/memory_pressure.cc',
272 'memory/memory_pressure.h',
269 'memory/raw_scoped_refptr_mismatch_checker.h', 273 'memory/raw_scoped_refptr_mismatch_checker.h',
270 'memory/ref_counted.cc', 274 'memory/ref_counted.cc',
271 'memory/ref_counted.h', 275 'memory/ref_counted.h',
272 'memory/ref_counted_memory.cc', 276 'memory/ref_counted_memory.cc',
273 'memory/ref_counted_memory.h', 277 'memory/ref_counted_memory.h',
274 'memory/scoped_handle.h', 278 'memory/scoped_handle.h',
275 'memory/scoped_nsobject.h', 279 'memory/scoped_nsobject.h',
276 'memory/scoped_open_process.h', 280 'memory/scoped_open_process.h',
277 'memory/scoped_policy.h', 281 'memory/scoped_policy.h',
278 'memory/scoped_ptr.h', 282 'memory/scoped_ptr.h',
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 835 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
832 'sources/': [ 836 'sources/': [
833 ['exclude', '^third_party/nspr/'], 837 ['exclude', '^third_party/nspr/'],
834 ], 838 ],
835 }], 839 }],
836 ], 840 ],
837 }], 841 }],
838 ], 842 ],
839 }, 843 },
840 } 844 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698