mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1226699 - Package DevTools client in Graphene. r=fabrice
This commit is contained in:
parent
bce4808019
commit
2ba6d4cf84
@ -63,3 +63,6 @@ MOZ_JSDOWNLOADS=1
|
||||
MOZ_BUNDLED_FONTS=1
|
||||
|
||||
export JS_GC_SMALL_CHUNK_SIZE=1
|
||||
|
||||
# Include the DevTools client, not just the server (which is the default)
|
||||
MOZ_DEVTOOLS=all
|
||||
|
@ -748,6 +748,9 @@
|
||||
; DevTools
|
||||
@RESPATH@/chrome/devtools@JAREXT@
|
||||
@RESPATH@/chrome/devtools.manifest
|
||||
#ifdef MOZ_GRAPHENE
|
||||
@RESPATH@/@PREF_DIR@/devtools.js
|
||||
#endif
|
||||
|
||||
; shell icons
|
||||
#ifdef XP_UNIX
|
||||
|
Loading…
Reference in New Issue
Block a user