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

Side by Side Diff: third_party/third_party.gyp

Issue 1091283002: Add nonstd::unique_ptr as a workaround until std::unique_ptr is allowed. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Remove more irrelevant comment Created 5 years, 8 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
« no previous file with comments | « third_party/base/nonstd_unique_ptr.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 PDFium Authors. All rights reserved. 1 # Copyright 2014 PDFium 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'bigint', 8 'target_name': 'bigint',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'freetype/src/type1/type1.c', 59 'freetype/src/type1/type1.c',
60 'freetype/src/cid/type1cid.c', 60 'freetype/src/cid/type1cid.c',
61 ], 61 ],
62 }, 62 },
63 { 63 {
64 'target_name': 'pdfium_base', 64 'target_name': 'pdfium_base',
65 'type': 'none', 65 'type': 'none',
66 'sources': [ 66 'sources': [
67 'base/logging.h', 67 'base/logging.h',
68 'base/macros.h', 68 'base/macros.h',
69 'base/nonstd_unique_ptr.h'
69 'base/template_util.h', 70 'base/template_util.h',
70 'base/numerics/safe_conversions.h', 71 'base/numerics/safe_conversions.h',
71 'base/numerics/safe_conversions_impl.h', 72 'base/numerics/safe_conversions_impl.h',
72 'base/numerics/safe_math.h', 73 'base/numerics/safe_math.h',
73 'base/numerics/safe_math_impl.h', 74 'base/numerics/safe_math_impl.h',
74 ], 75 ],
75 }, 76 },
76 ], 77 ],
77 } 78 }
OLDNEW
« no previous file with comments | « third_party/base/nonstd_unique_ptr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698