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

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

Issue 2395553002: Reland "Turn libbase into a component" (Closed)
Patch Set: Created 4 years, 2 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 | « test/cctest/BUILD.gn ('k') | test/fuzzer/fuzzer.gyp » ('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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'test-run-wasm-relocation-x87.cc' 314 'test-run-wasm-relocation-x87.cc'
315 ], 315 ],
316 }, 316 },
317 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], 317 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],
318 'targets': [ 318 'targets': [
319 { 319 {
320 'target_name': 'cctest', 320 'target_name': 'cctest',
321 'type': 'executable', 321 'type': 'executable',
322 'dependencies': [ 322 'dependencies': [
323 'resources', 323 'resources',
324 '../../src/v8.gyp:v8_libbase',
324 '../../src/v8.gyp:v8_libplatform', 325 '../../src/v8.gyp:v8_libplatform',
325 ], 326 ],
326 'include_dirs': [ 327 'include_dirs': [
327 '../..', 328 '../..',
328 ], 329 ],
329 'sources': [ 330 'sources': [
330 '../common/wasm/wasm-module-runner.cc', 331 '../common/wasm/wasm-module-runner.cc',
331 '../common/wasm/wasm-module-runner.h', 332 '../common/wasm/wasm-module-runner.h',
332 '<@(cctest_sources)', 333 '<@(cctest_sources)',
333 '<(generated_file)', 334 '<(generated_file)',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 '../../gypfiles/isolate.gypi', 519 '../../gypfiles/isolate.gypi',
519 ], 520 ],
520 'sources': [ 521 'sources': [
521 'cctest.isolate', 522 'cctest.isolate',
522 ], 523 ],
523 }, 524 },
524 ], 525 ],
525 }], 526 }],
526 ], 527 ],
527 } 528 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/fuzzer/fuzzer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698