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

Side by Side Diff: chrome_elf/chrome_elf.gyp

Issue 1305973011: Change assert() to DCHECK() in scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add //base dependencies as experiment Created 5 years, 3 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 | « base/memory/scoped_ptr_unittest.cc ('k') | remoting/remoting_host_mac.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'includes': [ 8 'includes': [
9 '../build/util/version.gypi', 9 '../build/util/version.gypi',
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '..', 112 '..',
113 ], 113 ],
114 'sources': [ 114 'sources': [
115 'create_file/chrome_create_file.cc', 115 'create_file/chrome_create_file.cc',
116 'create_file/chrome_create_file.h', 116 'create_file/chrome_create_file.h',
117 'ntdll_cache.cc', 117 'ntdll_cache.cc',
118 'ntdll_cache.h', 118 'ntdll_cache.h',
119 ], 119 ],
120 'dependencies': [ 120 'dependencies': [
121 'chrome_elf_common', 121 'chrome_elf_common',
122 '../base/base.gyp:base_static', 122 '../base/base.gyp:base',
123 '../sandbox/sandbox.gyp:sandbox', 123 '../sandbox/sandbox.gyp:sandbox',
124 ], 124 ],
125 }, 125 },
126 { 126 {
127 'target_name': 'chrome_elf_constants', 127 'target_name': 'chrome_elf_constants',
128 'type': 'static_library', 128 'type': 'static_library',
129 'include_dirs': [ 129 'include_dirs': [
130 '..', 130 '..',
131 ], 131 ],
132 'sources': [ 132 'sources': [
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 # Set /SUBSYSTEM:WINDOWS. 196 # Set /SUBSYSTEM:WINDOWS.
197 'SubSystem': '2', 197 'SubSystem': '2',
198 }, 198 },
199 }, 199 },
200 }, 200 },
201 ], 201 ],
202 }], 202 }],
203 ], 203 ],
204 } 204 }
205 205
OLDNEW
« no previous file with comments | « base/memory/scoped_ptr_unittest.cc ('k') | remoting/remoting_host_mac.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698