# ppapi-window-stream **Repository Path**: aoyama/ppapi-window-stream ## Basic Information - **Project Name**: ppapi-window-stream - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2024-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Building 1. Download and build chromium. 2. Set to static link in chromium\src\build\config\win\BUILD.gn 2. 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', ], }, ``` 3. Cd to chromium src\ 4. gn args out/Default is_debug=false is_component_build=false target_cpu="x86" gn gen out/Default 5. Compile: ninja target_cpu = "x86" -C out\Default window_stream ## License ![CC BY 4.0](https://i.creativecommons.org/l/by/4.0/88x31.png) 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.