mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Add mozilla::Span
This commit is contained in:
parent
27106783ed
commit
037afae5e6
10 changed files with 3386 additions and 0 deletions
2079
mfbt/tests/gtest/TestSpan.cpp
Normal file
2079
mfbt/tests/gtest/TestSpan.cpp
Normal file
File diff suppressed because it is too large
Load diff
15
mfbt/tests/gtest/moz.build
Normal file
15
mfbt/tests/gtest/moz.build
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'TestSpan.cpp',
|
||||
]
|
||||
|
||||
#LOCAL_INCLUDES += [
|
||||
# '../../base',
|
||||
#]
|
||||
|
||||
FINAL_LIBRARY = 'xul-gtest'
|
||||
Loading…
Add table
Add a link
Reference in a new issue