OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'gtest', | 8 'target_name': 'gtest', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 '<(DEPTH)/testing/gtest_ios/unittest-Info.plist', | 79 '<(DEPTH)/testing/gtest_ios/unittest-Info.plist', |
80 }, | 80 }, |
81 'mac_bundle': 1, | 81 'mac_bundle': 1, |
82 'xcode_settings': { | 82 'xcode_settings': { |
83 'BUNDLE_ID_TEST_NAME': | 83 'BUNDLE_ID_TEST_NAME': |
84 '>!(echo ">(_target_name)" | sed -e "s/_//g")', | 84 '>!(echo ">(_target_name)" | sed -e "s/_//g")', |
85 'INFOPLIST_FILE': '>(ios_unittest_info_plist_path)', | 85 'INFOPLIST_FILE': '>(ios_unittest_info_plist_path)', |
86 }, | 86 }, |
87 'mac_bundle_resources': [ | 87 'mac_bundle_resources': [ |
88 '<(ios_unittest_info_plist_path)', | 88 '<(ios_unittest_info_plist_path)', |
| 89 '<(DEPTH)/testing/gtest_ios/Default-568h@2x.png', |
89 ], | 90 ], |
90 'mac_bundle_resources!': [ | 91 'mac_bundle_resources!': [ |
91 '<(ios_unittest_info_plist_path)', | 92 '<(ios_unittest_info_plist_path)', |
92 ], | 93 ], |
93 }], | 94 }], |
94 ], | 95 ], |
95 }, | 96 }, |
96 }], | 97 }], |
97 ['os_posix == 1', { | 98 ['os_posix == 1', { |
98 'defines': [ | 99 'defines': [ |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 { | 203 { |
203 'target_name': 'gtest_prod', | 204 'target_name': 'gtest_prod', |
204 'toolsets': ['host', 'target'], | 205 'toolsets': ['host', 'target'], |
205 'type': 'none', | 206 'type': 'none', |
206 'sources': [ | 207 'sources': [ |
207 'gtest/include/gtest/gtest_prod.h', | 208 'gtest/include/gtest/gtest_prod.h', |
208 ], | 209 ], |
209 }, | 210 }, |
210 ], | 211 ], |
211 } | 212 } |
OLD | NEW |