mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Reclassify heapsnapshot and nsJSInspector as not part of devtools
This resolves Issue #316
This commit is contained in:
parent
28e0b0cd57
commit
95d5dcd8c5
142 changed files with 19 additions and 15 deletions
|
|
@ -1,26 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# A script to generate devtools/server/CoreDump.pb.{h,cc} from
|
||||
# devtools/server/CoreDump.proto. This script assumes you have
|
||||
# downloaded and installed the protocol buffer compiler, and that it is either
|
||||
# on your $PATH or located at $PROTOC_PATH.
|
||||
#
|
||||
# These files were last compiled with libprotoc 2.4.1.
|
||||
|
||||
set -e
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
if [ -n $PROTOC_PATH ]; then
|
||||
PROTOC_PATH=`which protoc`
|
||||
fi
|
||||
|
||||
if [ ! -e $PROTOC_PATH ]; then
|
||||
echo You must install the protocol compiler from
|
||||
echo https://code.google.com/p/protobuf/downloads/list
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo Using $PROTOC_PATH as the protocol compiler
|
||||
|
||||
$PROTOC_PATH --cpp_out="." CoreDump.proto
|
||||
Loading…
Add table
Add a link
Reference in a new issue