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

Side by Side Diff: testing/gtest.gyp

Issue 12328038: Add a white Default-568h@2x.png placeholder in iOS unit tests bundles. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 | « no previous file | testing/gtest_ios/Default-568h@2x.png » ('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 (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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | testing/gtest_ios/Default-568h@2x.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698