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

Side by Side Diff: base/base.gypi

Issue 16938006: Adds RefCountedDeleteOnMessageLoop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the gyp file 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
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'memory/aligned_memory.h', 266 'memory/aligned_memory.h',
267 'memory/discardable_memory.cc', 267 'memory/discardable_memory.cc',
268 'memory/discardable_memory.h', 268 'memory/discardable_memory.h',
269 'memory/discardable_memory_android.cc', 269 'memory/discardable_memory_android.cc',
270 'memory/discardable_memory_mac.cc', 270 'memory/discardable_memory_mac.cc',
271 'memory/linked_ptr.h', 271 'memory/linked_ptr.h',
272 'memory/manual_constructor.h', 272 'memory/manual_constructor.h',
273 'memory/raw_scoped_refptr_mismatch_checker.h', 273 'memory/raw_scoped_refptr_mismatch_checker.h',
274 'memory/ref_counted.cc', 274 'memory/ref_counted.cc',
275 'memory/ref_counted.h', 275 'memory/ref_counted.h',
276 'memory/ref_counted_delete_on_message_loop.h',
276 'memory/ref_counted_memory.cc', 277 'memory/ref_counted_memory.cc',
277 'memory/ref_counted_memory.h', 278 'memory/ref_counted_memory.h',
278 'memory/scoped_handle.h', 279 'memory/scoped_handle.h',
279 'memory/scoped_nsobject.h', 280 'memory/scoped_nsobject.h',
280 'memory/scoped_open_process.h', 281 'memory/scoped_open_process.h',
281 'memory/scoped_policy.h', 282 'memory/scoped_policy.h',
282 'memory/scoped_ptr.h', 283 'memory/scoped_ptr.h',
283 'memory/scoped_vector.h', 284 'memory/scoped_vector.h',
284 'memory/shared_memory.h', 285 'memory/shared_memory.h',
285 'memory/shared_memory_android.cc', 286 'memory/shared_memory_android.cc',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 837 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
837 'sources/': [ 838 'sources/': [
838 ['exclude', '^third_party/nspr/'], 839 ['exclude', '^third_party/nspr/'],
839 ], 840 ],
840 }], 841 }],
841 ], 842 ],
842 }], 843 }],
843 ], 844 ],
844 }, 845 },
845 } 846 }
OLDNEW
« no previous file with comments | « android_webview/browser/aw_form_database_service.cc ('k') | base/memory/ref_counted_delete_on_message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698