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

Side by Side Diff: src/v8.gyp

Issue 2175233003: Replace SmartPointer<T> with unique_ptr<T> (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@smart-array
Patch Set: Created 4 years, 4 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 'base/platform/condition-variable.h', 1774 'base/platform/condition-variable.h',
1775 'base/platform/mutex.cc', 1775 'base/platform/mutex.cc',
1776 'base/platform/mutex.h', 1776 'base/platform/mutex.h',
1777 'base/platform/platform.h', 1777 'base/platform/platform.h',
1778 'base/platform/semaphore.cc', 1778 'base/platform/semaphore.cc',
1779 'base/platform/semaphore.h', 1779 'base/platform/semaphore.h',
1780 'base/safe_conversions.h', 1780 'base/safe_conversions.h',
1781 'base/safe_conversions_impl.h', 1781 'base/safe_conversions_impl.h',
1782 'base/safe_math.h', 1782 'base/safe_math.h',
1783 'base/safe_math_impl.h', 1783 'base/safe_math_impl.h',
1784 'base/smart-pointers.h',
1785 'base/sys-info.cc', 1784 'base/sys-info.cc',
1786 'base/sys-info.h', 1785 'base/sys-info.h',
1787 'base/utils/random-number-generator.cc', 1786 'base/utils/random-number-generator.cc',
1788 'base/utils/random-number-generator.h', 1787 'base/utils/random-number-generator.h',
1789 ], 1788 ],
1790 'conditions': [ 1789 'conditions': [
1791 ['want_separate_host_toolset==1', { 1790 ['want_separate_host_toolset==1', {
1792 'toolsets': ['host', 'target'], 1791 'toolsets': ['host', 'target'],
1793 }, { 1792 }, {
1794 'toolsets': ['target'], 1793 'toolsets': ['target'],
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 'conditions': [ 2375 'conditions': [
2377 ['want_separate_host_toolset==1', { 2376 ['want_separate_host_toolset==1', {
2378 'toolsets': ['host'], 2377 'toolsets': ['host'],
2379 }, { 2378 }, {
2380 'toolsets': ['target'], 2379 'toolsets': ['target'],
2381 }], 2380 }],
2382 ], 2381 ],
2383 }, 2382 },
2384 ], 2383 ],
2385 } 2384 }
OLDNEW
« src/profiler/heap-profiler.h ('K') | « src/string-stream.h ('k') | src/wasm/decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698