From 3eef111d6e9c32dd9c8a8e97532c7aa2738db028 Mon Sep 17 00:00:00 2001 From: "lliabraa@google.com" Date: Thu, 21 Feb 2013 18:40:20 +0000 Subject: Add a white Default-568h@2x.png placeholder in iOS unit tests bundles. BUG=None Review URL: https://codereview.chromium.org/12328038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183839 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/gtest.gyp | 1 + testing/gtest_ios/Default-568h@2x.png | Bin 0 -> 1707 bytes 2 files changed, 1 insertion(+) create mode 100644 testing/gtest_ios/Default-568h@2x.png (limited to 'testing') diff --git a/testing/gtest.gyp b/testing/gtest.gyp index 7d57d0d..97e5637 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -86,6 +86,7 @@ }, 'mac_bundle_resources': [ '<(ios_unittest_info_plist_path)', + '<(DEPTH)/testing/gtest_ios/Default-568h@2x.png', ], 'mac_bundle_resources!': [ '<(ios_unittest_info_plist_path)', diff --git a/testing/gtest_ios/Default-568h@2x.png b/testing/gtest_ios/Default-568h@2x.png new file mode 100644 index 0000000..8c9089d Binary files /dev/null and b/testing/gtest_ios/Default-568h@2x.png differ -- cgit v1.1