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

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
« no previous file with comments | « ppapi/examples/2d/2d.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..51f6b42f30583ef9ec285df552046def41f9459e 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -4,59 +4,6 @@
{
'targets': [
- {
- 'target_name': 'ppapi_example',
- 'dependencies': [
- 'ppapi.gyp:ppapi_cpp'
- ],
- 'xcode_settings': {
- 'INFOPLIST_FILE': 'example/Info.plist',
- },
- 'sources': [
- 'example/example.cc',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'type': 'shared_library',
- 'sources': [
- 'example/example.rc',
- ],
- 'run_as': {
- 'action': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)',
- '--register-pepper-plugins=$(TargetPath);application/x-ppapi-example',
- 'file://$(ProjectDir)/example/example.html',
- ],
- },
- }],
- ['os_posix == 1 and OS != "mac"', {
- 'type': 'shared_library',
- 'cflags': ['-fvisibility=hidden'],
- # -gstabs, used in the official builds, causes an ICE. Simply remove
- # it.
- 'cflags!': ['-gstabs'],
- }],
- ['OS=="mac"', {
- 'type': 'loadable_module',
- '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.
- #'conditions' : [
- # ['OS=="mac"', {
- # 'target_name' : 'Chromium',
- # 'type' : 'executable',
- # 'xcode_settings' : {
- # 'ARGUMENTS' : '--renderer-startup-dialog --internal-pepper --no-sandbox file://${SRCROOT}/test_page.html'
- # },
- # }],
- #],
- },
{
'target_name': 'ppapi_tests',
'type': 'loadable_module',
« no previous file with comments | « ppapi/examples/2d/2d.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698