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

Side by Side Diff: base/base.gyp

Issue 1565803002: Sync Mac scopers with upstream Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 4 years, 11 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 | « no previous file | base/mac/scoped_cftyperef.h » ('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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 9
10 'targets': [ 10 'targets': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'mac/scoped_cftyperef.h', 59 'mac/scoped_cftyperef.h',
60 'mac/scoped_ioobject.h', 60 'mac/scoped_ioobject.h',
61 'mac/scoped_launch_data.h', 61 'mac/scoped_launch_data.h',
62 'mac/scoped_mach_port.cc', 62 'mac/scoped_mach_port.cc',
63 'mac/scoped_mach_port.h', 63 'mac/scoped_mach_port.h',
64 'mac/scoped_mach_vm.cc', 64 'mac/scoped_mach_vm.cc',
65 'mac/scoped_mach_vm.h', 65 'mac/scoped_mach_vm.h',
66 'mac/scoped_nsautorelease_pool.h', 66 'mac/scoped_nsautorelease_pool.h',
67 'mac/scoped_nsautorelease_pool.mm', 67 'mac/scoped_nsautorelease_pool.mm',
68 'mac/scoped_nsobject.h', 68 'mac/scoped_nsobject.h',
69 'mac/scoped_typeref.h',
69 'macros.h', 70 'macros.h',
70 'memory/aligned_memory.cc', 71 'memory/aligned_memory.cc',
71 'memory/aligned_memory.h', 72 'memory/aligned_memory.h',
72 'memory/scoped_policy.h', 73 'memory/scoped_policy.h',
73 'memory/scoped_ptr.h', 74 'memory/scoped_ptr.h',
74 'numerics/safe_conversions.h', 75 'numerics/safe_conversions.h',
75 'numerics/safe_conversions_impl.h', 76 'numerics/safe_conversions_impl.h',
76 'numerics/safe_math.h', 77 'numerics/safe_math.h',
77 'numerics/safe_math_impl.h', 78 'numerics/safe_math_impl.h',
78 'posix/eintr_wrapper.h', 79 'posix/eintr_wrapper.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '../build/build_config.h', 119 '../build/build_config.h',
119 ], 120 ],
120 'direct_dependent_settings': { 121 'direct_dependent_settings': {
121 'include_dirs': [ 122 'include_dirs': [
122 '..', 123 '..',
123 ], 124 ],
124 }, 125 },
125 }, 126 },
126 ], 127 ],
127 } 128 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_cftyperef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698