diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-02-04 15:23:27 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-04 15:23:27 +0100 |
commit | 3ef4f63ec257cf90ad4bf8695a1e4e291f811af2 (patch) | |
tree | a250561efd62b85afa60738eec1cf3184d9ea499 /gfx/graphite2/src/moz.build | |
parent | feeb4327304db5af1c4aa7f77c082bb6527eef5b (diff) | |
parent | a47a037ec9052bf1707be10ba5140226f939eb60 (diff) | |
download | UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar.gz UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar.lz UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.tar.xz UXP-3ef4f63ec257cf90ad4bf8695a1e4e291f811af2.zip |
Merge branch 'ported-moebius'
Diffstat (limited to 'gfx/graphite2/src/moz.build')
-rw-r--r-- | gfx/graphite2/src/moz.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gfx/graphite2/src/moz.build b/gfx/graphite2/src/moz.build index d918f8ee9..c95c2089d 100644 --- a/gfx/graphite2/src/moz.build +++ b/gfx/graphite2/src/moz.build @@ -1,4 +1,4 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# -*- Mode: python; c-basic-offset: 4; 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 @@ -23,7 +23,6 @@ else: # This should contain all of the _SOURCES from files.mk, except *_machine.cpp UNIFIED_SOURCES += [ - 'Bidi.cpp', 'CachedFace.cpp', 'CmapCache.cpp', 'Code.cpp', |