tor-browser

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

moz.build (622B)


      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 UNIFIED_SOURCES = [
      6     "TestIDBResult.cpp",
      7 ]
      8 
      9 # not UNIFIED_SOURCES because TestKey.cpp has classes in an anonymous namespace
     10 # which result in a GCC error when used in tests, cf. gfx/tests/gtest/moz.build
     11 SOURCES = [
     12     "TestKey.cpp",
     13     "TestSafeRefPtr.cpp",
     14     "TestSimpleFileInfo.cpp",
     15 ]
     16 
     17 include("/ipc/chromium/chromium-config.mozbuild")
     18 
     19 FINAL_LIBRARY = "xul-gtest"
     20 
     21 LOCAL_INCLUDES += [
     22     "/dom/indexedDB",
     23 ]