mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Remove support for energy profiling
This commit is contained in:
parent
d4f1f4641d
commit
0abe90647f
15 changed files with 8 additions and 215 deletions
|
@ -35,7 +35,6 @@ gl_generator = "0.14"
|
|||
debugmozjs = ["libservo/debugmozjs"]
|
||||
default = ["webdriver", "max_log_level"]
|
||||
egl = ["libservo/egl"]
|
||||
energy-profiling = ["libservo/energy-profiling"]
|
||||
googlevr = ["libservo/googlevr"]
|
||||
jitspew = ["libservo/jitspew"]
|
||||
js_backtrace = ["libservo/js_backtrace"]
|
||||
|
|
|
@ -31,7 +31,6 @@ cbindgen = "0.14"
|
|||
debugmozjs = ["simpleservo/debugmozjs"]
|
||||
default = ["webdriver", "max_log_level"]
|
||||
egl = ["simpleservo/egl"]
|
||||
energy-profiling = ["simpleservo/energy-profiling"]
|
||||
googlevr = ["simpleservo/googlevr"]
|
||||
jitspew = ["simpleservo/jitspew"]
|
||||
js_backtrace = ["simpleservo/js_backtrace"]
|
||||
|
|
|
@ -30,7 +30,6 @@ cc = "1.0"
|
|||
debugmozjs = ["simpleservo/debugmozjs"]
|
||||
default = ["webdriver", "max_log_level"]
|
||||
egl = ["simpleservo/egl"]
|
||||
energy-profiling = ["simpleservo/energy-profiling"]
|
||||
googlevr = ["simpleservo/googlevr"]
|
||||
js_backtrace = ["simpleservo/js_backtrace"]
|
||||
layout-2013 = ["simpleservo/layout-2013"]
|
||||
|
|
|
@ -30,7 +30,6 @@ ProductName = "Servo"
|
|||
debugmozjs = ["libservo/debugmozjs"]
|
||||
default = ["webdriver", "max_log_level"]
|
||||
egl = ["libservo/egl"]
|
||||
energy-profiling = ["libservo/energy-profiling"]
|
||||
jitspew = ["libservo/jitspew"]
|
||||
js_backtrace = ["libservo/js_backtrace"]
|
||||
layout-2013 = ["libservo/layout-2013"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue