tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.build (877B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 DIRS += ["graph", "keyframes-graph"]
      6 
      7 DevToolsModules(
      8     "AnimatedPropertyItem.js",
      9     "AnimatedPropertyList.js",
     10     "AnimatedPropertyListContainer.js",
     11     "AnimatedPropertyName.js",
     12     "AnimationDetailContainer.js",
     13     "AnimationDetailHeader.js",
     14     "AnimationItem.js",
     15     "AnimationList.js",
     16     "AnimationListContainer.js",
     17     "AnimationTarget.js",
     18     "AnimationToolbar.js",
     19     "App.js",
     20     "CurrentTimeLabel.js",
     21     "CurrentTimeScrubber.js",
     22     "KeyframesProgressBar.js",
     23     "NoAnimationPanel.js",
     24     "PauseResumeButton.js",
     25     "PlaybackRateSelector.js",
     26     "ProgressInspectionPanel.js",
     27     "RewindButton.js",
     28     "TickLabels.js",
     29     "TickLines.js",
     30 )