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
3 # found in the LICENSE file.
12 'type': 'static_library',
17 '../v8/tools/gyp/v8.gyp:v8',
19 'export_dependent_settings': [
20 '../v8/tools/gyp/v8.gyp:v8',
33 'per_isolate_data.cc',
42 'target_name': 'gin_test',
43 'type': 'static_library',
45 '../base/base.gyp:base',
46 '../testing/gtest.gyp:gtest',
49 'export_dependent_settings': [
50 '../base/base.gyp:base',
51 '../testing/gtest.gyp:gtest',
62 'target_name': 'gin_unittests',
65 '../base/base.gyp:run_all_unittests',
69 'converter_unittest.cc',
70 'test/run_all_unittests.cc',