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

Side by Side Diff: base/base.gyp

Issue 10790149: Add awesome_ptr<>. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: stack allocated for speed (per levin@) Created 8 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/awesome_ptr.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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'lazy_instance_unittest.cc', 402 'lazy_instance_unittest.cc',
403 'linked_list_unittest.cc', 403 'linked_list_unittest.cc',
404 'logging_unittest.cc', 404 'logging_unittest.cc',
405 'mac/closure_blocks_leopard_compat_unittest.cc', 405 'mac/closure_blocks_leopard_compat_unittest.cc',
406 'mac/foundation_util_unittest.mm', 406 'mac/foundation_util_unittest.mm',
407 'mac/mac_util_unittest.mm', 407 'mac/mac_util_unittest.mm',
408 'mac/objc_property_releaser_unittest.mm', 408 'mac/objc_property_releaser_unittest.mm',
409 'mac/scoped_sending_event_unittest.mm', 409 'mac/scoped_sending_event_unittest.mm',
410 'md5_unittest.cc', 410 'md5_unittest.cc',
411 'memory/aligned_memory_unittest.cc', 411 'memory/aligned_memory_unittest.cc',
412 'memory/awesome_ptr_unittest.cc',
412 'memory/linked_ptr_unittest.cc', 413 'memory/linked_ptr_unittest.cc',
413 'memory/mru_cache_unittest.cc', 414 'memory/mru_cache_unittest.cc',
414 'memory/ref_counted_memory_unittest.cc', 415 'memory/ref_counted_memory_unittest.cc',
415 'memory/ref_counted_unittest.cc', 416 'memory/ref_counted_unittest.cc',
416 'memory/scoped_nsobject_unittest.mm', 417 'memory/scoped_nsobject_unittest.mm',
417 'memory/scoped_ptr_unittest.cc', 418 'memory/scoped_ptr_unittest.cc',
418 'memory/scoped_ptr_unittest.nc', 419 'memory/scoped_ptr_unittest.nc',
419 'memory/scoped_vector_unittest.cc', 420 'memory/scoped_vector_unittest.cc',
420 'memory/singleton_unittest.cc', 421 'memory/singleton_unittest.cc',
421 'memory/weak_ptr_unittest.cc', 422 'memory/weak_ptr_unittest.cc',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'test_suite_name': 'base_unittests', 1059 'test_suite_name': 'base_unittests',
1059 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)', 1060 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit tests<(SHARED_LIB_SUFFIX)',
1060 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 1061 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
1061 }, 1062 },
1062 'includes': [ '../build/apk_test.gypi' ], 1063 'includes': [ '../build/apk_test.gypi' ],
1063 }, 1064 },
1064 ], 1065 ],
1065 }], 1066 }],
1066 ], 1067 ],
1067 } 1068 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/awesome_ptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698