Skip to content

y4vor/chrobalt_sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Chrobalt Sandbox

This is Cobalt's repo for testing changes as we move to Chrobalt.

To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code. Then add chrobalt_sandbox as a remote and fetch it:

cd src
git remote add chrobalt_sandbox [email protected]:youtube/chrobalt_sandbox.git
git fetch chrobalt_sandbox
git checkout -b dev/m114 chrobalt_sandbox/dev/m114
gclient sync -r $(git rev-parse HEAD)

Then to build linux:

gn gen out/Default
cp chrobalt/linux/args.gn out/Default/
gn gen out/Default
ninja -C out/Default base_unittests

Replacing base_unittests with whatever target you want to build.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.7%
  • Java 7.4%
  • Objective-C++ 3.8%
  • JavaScript 3.4%
  • HTML 2.7%
  • Python 2.6%
  • Other 4.4%