OLD | NEW |
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 'targets': [ | 8 'targets': [ |
9 { | 9 { |
| 10 # GN version: //ios/web:ios_web_unittests |
10 'target_name': 'ios_web_unittests', | 11 'target_name': 'ios_web_unittests', |
11 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
12 'dependencies': [ | 13 'dependencies': [ |
13 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
14 '../../base/base.gyp:test_support_base', | 15 '../../base/base.gyp:test_support_base', |
15 '../../net/net.gyp:net_test_support', | 16 '../../net/net.gyp:net_test_support', |
16 '../../testing/gmock.gyp:gmock', | 17 '../../testing/gmock.gyp:gmock', |
17 '../../testing/gtest.gyp:gtest', | 18 '../../testing/gtest.gyp:gtest', |
18 '../../third_party/ocmock/ocmock.gyp:ocmock', | 19 '../../third_party/ocmock/ocmock.gyp:ocmock', |
19 '../../ui/base/ui_base.gyp:ui_base_test_support', | 20 '../../ui/base/ui_base.gyp:ui_base_test_support', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'test/data/testpass.pkpass', | 94 'test/data/testpass.pkpass', |
94 ], | 95 ], |
95 'test_data_prefix': 'ios/web', | 96 'test_data_prefix': 'ios/web', |
96 }, | 97 }, |
97 'includes': [ '../../build/copy_test_data_ios.gypi' ], | 98 'includes': [ '../../build/copy_test_data_ios.gypi' ], |
98 }, | 99 }, |
99 ], | 100 ], |
100 }, | 101 }, |
101 ], | 102 ], |
102 } | 103 } |
OLD | NEW |