diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 20:13:24 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-29 20:13:24 +0000 |
commit | 3249c06c0349c262657d7a1fdb9565c1baa050af (patch) | |
tree | d9ef68930be8368c4ffdd8e98c79c9ebfc839524 /ppapi/ppapi_tests.gypi | |
parent | 9d5c059a895e6bffc249648e7b82aa96a4c9b5db (diff) | |
download | chromium_src-3249c06c0349c262657d7a1fdb9565c1baa050af.zip chromium_src-3249c06c0349c262657d7a1fdb9565c1baa050af.tar.gz chromium_src-3249c06c0349c262657d7a1fdb9565c1baa050af.tar.bz2 |
Remove the PPAPI example plugin.
Lots of the code was wrong and messy, and we now have a separate directory of examples.
BUG=54004
TEST=
Review URL: https://chromiumcodereview.appspot.com/10697022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r-- | ppapi/ppapi_tests.gypi | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi index 3be737a..51f6b42 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', |