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

Side by Side Diff: trunk/src/chrome_elf/chrome_elf.gyp

Issue 189803007: Revert 255151 "Make chrome_elf use thunks instead of function po..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '..', 117 '..',
118 ], 118 ],
119 'sources': [ 119 'sources': [
120 'create_file/chrome_create_file.cc', 120 'create_file/chrome_create_file.cc',
121 'create_file/chrome_create_file.h', 121 'create_file/chrome_create_file.h',
122 'ntdll_cache.cc', 122 'ntdll_cache.cc',
123 'ntdll_cache.h', 123 'ntdll_cache.h',
124 ], 124 ],
125 'dependencies': [ 125 'dependencies': [
126 'chrome_elf_common', 126 'chrome_elf_common',
127 '../base/base.gyp:base_static',
128 '../sandbox/sandbox.gyp:sandbox',
129 ], 127 ],
130 }, 128 },
131 { 129 {
132 'target_name': 'chrome_elf_constants', 130 'target_name': 'chrome_elf_constants',
133 'type': 'static_library', 131 'type': 'static_library',
134 'include_dirs': [ 132 'include_dirs': [
135 '..', 133 '..',
136 ], 134 ],
137 'sources': [ 135 'sources': [
138 'chrome_elf_constants.cc', 136 'chrome_elf_constants.cc',
139 'chrome_elf_constants.h', 137 'chrome_elf_constants.h',
140 ], 138 ],
141 }, 139 },
142 { 140 {
143 'target_name': 'chrome_elf_common', 141 'target_name': 'chrome_elf_common',
144 'type': 'static_library', 142 'type': 'static_library',
145 'dependencies': [ 143 'dependencies': [
146 'chrome_elf_constants', 144 'chrome_elf_constants',
147 ], 145 ],
148 'include_dirs': [ 146 'include_dirs': [
149 '..', 147 '..',
150 ], 148 ],
151 'sources': [ 149 'sources': [
152 'chrome_elf_types.h', 150 'chrome_elf_types.h',
153 'chrome_elf_util.cc', 151 'chrome_elf_util.cc',
154 'chrome_elf_util.h', 152 'chrome_elf_util.h',
155 'thunk_getter.cc',
156 'thunk_getter.h',
157 ], 153 ],
158 }, 154 },
159 { 155 {
160 'target_name': 'chrome_elf_breakpad', 156 'target_name': 'chrome_elf_breakpad',
161 'type': 'static_library', 157 'type': 'static_library',
162 'include_dirs': [ 158 'include_dirs': [
163 '..', 159 '..',
164 '<(SHARED_INTERMEDIATE_DIR)', 160 '<(SHARED_INTERMEDIATE_DIR)',
165 ], 161 ],
166 'sources': [ 162 'sources': [
(...skipping 29 matching lines...) Expand all
196 # Set /SUBSYSTEM:WINDOWS. 192 # Set /SUBSYSTEM:WINDOWS.
197 'SubSystem': '2', 193 'SubSystem': '2',
198 }, 194 },
199 }, 195 },
200 }, 196 },
201 ], 197 ],
202 }], 198 }],
203 ], 199 ],
204 } 200 }
205 201
OLDNEW
« no previous file with comments | « trunk/src/chrome_elf/blacklist/blacklist.cc ('k') | trunk/src/chrome_elf/create_file/chrome_create_file_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698