2011-09-01 11:28:10 +00:00
|
|
|
# Copyright 2011 the V8 project authors. All rights reserved.
|
2010-12-14 08:16:39 +00:00
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
{
|
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'All',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'../samples/samples.gyp:*',
|
2011-07-14 15:43:40 +00:00
|
|
|
'../src/d8.gyp:d8',
|
2011-08-31 14:15:42 +00:00
|
|
|
'../test/cctest/cctest.gyp:*',
|
2011-07-14 14:42:46 +00:00
|
|
|
],
|
2013-11-13 12:59:49 +00:00
|
|
|
'conditions': [
|
|
|
|
['component!="shared_library"', {
|
|
|
|
'dependencies': [
|
|
|
|
'../tools/lexer-shell.gyp:lexer-shell',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
]
|
2010-12-14 08:16:39 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|