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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 10697022: Delete the PPAPI example plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 side-by-side diff with in-line comments
Download patch
« ppapi/example/example.cc ('K') | « ppapi/example/example.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« ppapi/example/example.cc ('K') | « ppapi/example/example.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698