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

Side by Side Diff: test/unittests/unittests.gyp

Issue 2853483002: Enable build with shared libraries. (Closed)
Patch Set: Using target v8_maybe_snapshot. Created 3 years, 7 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 | 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 the V8 project authors. All rights reserved. 1 # Copyright 2014 the V8 project 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 # The sources are kept automatically in sync with BUILD.gn. 5 # The sources are kept automatically in sync with BUILD.gn.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'v8_code': 1, 9 'v8_code': 1,
10 'unittests_sources': [ ### gcmole(all) ### 10 'unittests_sources': [ ### gcmole(all) ###
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'type': 'executable', 185 'type': 'executable',
186 'variables': { 186 'variables': {
187 'optimize': 'max', 187 'optimize': 'max',
188 }, 188 },
189 'dependencies': [ 189 'dependencies': [
190 '../../testing/gmock.gyp:gmock', 190 '../../testing/gmock.gyp:gmock',
191 '../../testing/gtest.gyp:gtest', 191 '../../testing/gtest.gyp:gtest',
192 '../../src/v8.gyp:v8', 192 '../../src/v8.gyp:v8',
193 '../../src/v8.gyp:v8_libbase', 193 '../../src/v8.gyp:v8_libbase',
194 '../../src/v8.gyp:v8_libplatform', 194 '../../src/v8.gyp:v8_libplatform',
195 '../../src/v8.gyp:v8_maybe_snapshot',
195 ], 196 ],
196 'include_dirs': [ 197 'include_dirs': [
197 '../..', 198 '../..',
198 ], 199 ],
199 'sources': [ 200 'sources': [
200 '<@(unittests_sources)', 201 '<@(unittests_sources)',
201 ], 202 ],
202 'conditions': [ 203 'conditions': [
203 ['v8_target_arch=="arm"', { 204 ['v8_target_arch=="arm"', {
204 'sources': [ 205 'sources': [
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../../gypfiles/isolate.gypi', 276 '../../gypfiles/isolate.gypi',
276 ], 277 ],
277 'sources': [ 278 'sources': [
278 'unittests.isolate', 279 'unittests.isolate',
279 ], 280 ],
280 }, 281 },
281 ], 282 ],
282 }], 283 }],
283 ], 284 ],
284 } 285 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698