GithubHelp home page GithubHelp logo

oamates / ppapi-window-stream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from biohazard90/ppapi-window-stream

0.0 0.0 0.0 8 KB

Chrome pepper plugin that displays the client area of an HWND

C++ 91.95% HTML 8.05%

ppapi-window-stream's Introduction

Building

  1. Download and build chromium.
  2. Set to static link in chromium\src\build\config\win\BUILD.gn
  3. Add plugin to ppapi_test.gypi
    {
      # GN version: //ppapi/examples/window_stream
      'target_name': 'ppapi_window_stream',
      'dependencies': [
        'ppapi_example_skeleton',
        'ppapi.gyp:ppapi_cpp',
      ],
      'sources': [
        '../../../window_stream/window_stream.cc',
      ],
    },
  1. Cd to chromium src\
  2. gn args out/Default

is_debug=false is_component_build=false target_cpu="x86"

gn gen out/Default

  1. Compile: ninja target_cpu = "x86" -C out\Default window_stream

License

CC BY 4.0 This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

ppapi-window-stream's People

Contributors

biohazard90 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.