Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 3be737a05f4fa5b6198d4cce82ad6447f7bd271b..f9d96acbd95d76239e323a2f9e1c1f6aea0b4665 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -9,9 +9,6 @@ |
'dependencies': [ |
'ppapi.gyp:ppapi_cpp' |
], |
- 'xcode_settings': { |
- 'INFOPLIST_FILE': 'example/Info.plist', |
- }, |
'sources': [ |
'example/example.cc', |
], |
@@ -41,9 +38,6 @@ |
'mac_bundle': 1, |
'product_name': 'PPAPIExample', |
'product_extension': 'plugin', |
- 'sources+': [ |
- 'example/Info.plist' |
- ], |
}], |
], |
# See README for instructions on how to run and debug on the Mac. |