electron/brightray
2013-05-16 09:15:56 -04:00
..
browser Fix Windows build error about passing std::string to base::FilePath::Append 2013-05-16 09:15:56 -04:00
common
script Use MSBuild to build on Windows 2013-05-16 09:15:54 -04:00
tools/mac
vendor
.gitattributes Ensure consistent line endings in all files 2013-05-16 09:15:05 -04:00
.gitignore Ignore .sln/.vcxproj files created by gyp 2013-05-16 09:15:47 -04:00
.gitmodules
brightray.gyp Make sure sk_stdint.h is in the include path 2013-05-16 09:15:54 -04:00
brightray.gypi Add some build defaults for Windows 2013-05-16 09:15:55 -04:00
LICENSE
LICENSE-CHROMIUM
README.md

Brightray

Brightray is a static library that makes libchromiumcontent easier to use in applications.

Using it in your app

See brightray_example for a sample application written using Brightray.

Development

Prerequisites

  • Python 2.7
  • gyp
  • Mac:
    • Xcode
  • Windows:
    • Visual Studio 2010 SP1

One-time setup

You must previously have built and uploaded libchromiumcontent using its script/upload script.

$ script/bootstrap http://base.url.com/used/by/script/upload

Building

$ script/build

Building Brightray on its own isnt all that interesting, since its just a static library. Building it into an application (like brightray_example) is the only way to test it.

License

In general, everything is covered by the LICENSE file. Some files specify at the top that they are covered by the LICENSE-CHROMIUM file instead.