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

Side by Side Diff: base/base.gypi

Issue 1513423002: Add WrapUnique helper to wrap a raw pointer in a std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and add comments. Created 5 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
« no previous file with comments | « base/base.gyp ('k') | base/memory/BUILD.gn » ('j') | no next file with comments »
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'memory/memory_pressure_listener.cc', 343 'memory/memory_pressure_listener.cc',
344 'memory/memory_pressure_listener.h', 344 'memory/memory_pressure_listener.h',
345 'memory/memory_pressure_monitor.cc', 345 'memory/memory_pressure_monitor.cc',
346 'memory/memory_pressure_monitor.h', 346 'memory/memory_pressure_monitor.h',
347 'memory/memory_pressure_monitor_chromeos.cc', 347 'memory/memory_pressure_monitor_chromeos.cc',
348 'memory/memory_pressure_monitor_chromeos.h', 348 'memory/memory_pressure_monitor_chromeos.h',
349 'memory/memory_pressure_monitor_mac.cc', 349 'memory/memory_pressure_monitor_mac.cc',
350 'memory/memory_pressure_monitor_mac.h', 350 'memory/memory_pressure_monitor_mac.h',
351 'memory/memory_pressure_monitor_win.cc', 351 'memory/memory_pressure_monitor_win.cc',
352 'memory/memory_pressure_monitor_win.h', 352 'memory/memory_pressure_monitor_win.h',
353 'memory/ptr_util.h',
353 'memory/raw_scoped_refptr_mismatch_checker.h', 354 'memory/raw_scoped_refptr_mismatch_checker.h',
354 'memory/ref_counted.cc', 355 'memory/ref_counted.cc',
355 'memory/ref_counted.h', 356 'memory/ref_counted.h',
356 'memory/ref_counted_delete_on_message_loop.h', 357 'memory/ref_counted_delete_on_message_loop.h',
357 'memory/ref_counted_memory.cc', 358 'memory/ref_counted_memory.cc',
358 'memory/ref_counted_memory.h', 359 'memory/ref_counted_memory.h',
359 'memory/scoped_policy.h', 360 'memory/scoped_policy.h',
360 'memory/scoped_ptr.h', 361 'memory/scoped_ptr.h',
361 'memory/scoped_vector.h', 362 'memory/scoped_vector.h',
362 'memory/shared_memory.h', 363 'memory/shared_memory.h',
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'i18n/time_formatting.h', 1053 'i18n/time_formatting.h',
1053 'i18n/timezone.cc', 1054 'i18n/timezone.cc',
1054 'i18n/timezone.h', 1055 'i18n/timezone.h',
1055 'i18n/utf8_validator_tables.cc', 1056 'i18n/utf8_validator_tables.cc',
1056 'i18n/utf8_validator_tables.h', 1057 'i18n/utf8_validator_tables.h',
1057 ], 1058 ],
1058 }] 1059 }]
1059 ], 1060 ],
1060 }, 1061 },
1061 } 1062 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/memory/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698