Skip to content

gyp to mozbuild scripts extract form Mozila's ANGLE fork.

Notifications You must be signed in to change notification settings

subsevenx2001/ANGLE_gyp2mozbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANGLE_gyp2mozbuild

gyp to mozbuild scripts extract form Mozila's ANGLE fork.

How to use it

  1. Copy all files here to an ANGLE repository (/path/to/ANGLE)
  2. Apply the git patches to ANGLE
  3. Execute gyp_mozbuild
  4. Manually fix moz.build under /path/to/ANGLE/src/libANGLE

--(1) Move '../third_party/systeminfo/SystemInfo.cpp' from SOURCES to UNIFIED_SOURCE above. --(2) Move 'renderer/d3d/d3d11/win32/NativeWindow11Win32.cpp' from UNIFIED_SOURCE to SOURCE below

  1. rm -rf /path/to/gecko/gfx/angle
  2. mkdir -p /path/to/gecko/gfx/angle
  3. cp -r /path/to/ANGLE/[A-Z]* /path/to/ANGLE/{include,src,moz.build} /path/to/gecko/gfx/angle
  4. cd /path/to/gecko
  5. git add gfx/angle
  6. git add -f gfx/angle/src/id
  7. git commit
  8. Build

About

gyp to mozbuild scripts extract form Mozila's ANGLE fork.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published