Add content-tracing module.

This commit is contained in:
Cheng Zhao 2014-07-31 15:08:54 +08:00
parent 546e4e431d
commit d993c92cea
5 changed files with 82 additions and 1 deletions

View file

@ -61,6 +61,7 @@ REFERENCE_MODULE(uv);
// Atom Shell's builtin modules.
REFERENCE_MODULE(atom_browser_app);
REFERENCE_MODULE(atom_browser_auto_updater);
REFERENCE_MODULE(atom_browser_content_tracing);
REFERENCE_MODULE(atom_browser_dialog);
REFERENCE_MODULE(atom_browser_menu);
REFERENCE_MODULE(atom_browser_power_monitor);