summaryrefslogtreecommitdiff
path: root/dom/base/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/moz.build')
-rwxr-xr-xdom/base/moz.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/dom/base/moz.build b/dom/base/moz.build
index d8f00e82db..98235c0622 100755
--- a/dom/base/moz.build
+++ b/dom/base/moz.build
@@ -141,11 +141,9 @@ EXPORTS.mozilla += [
'FeedWriterEnabled.h',
'TextInputProcessor.h',
'TimerClamping.h',
- 'UseCounter.h',
]
EXPORTS.mozilla.dom += [
- '!UseCounterList.h',
'AnonymousContent.h',
'Attr.h',
'BarProps.h',
@@ -471,18 +469,5 @@ if CONFIG['MOZ_PHOENIX']:
if CONFIG['MOZ_X11']:
CXXFLAGS += CONFIG['TK_CFLAGS']
-GENERATED_FILES += [
- 'PropertyUseCounterMap.inc',
- 'UseCounterList.h',
-]
-
-countermap = GENERATED_FILES['PropertyUseCounterMap.inc']
-countermap.script = 'gen-usecounters.py:property_map'
-countermap.inputs = ['UseCounters.conf']
-
-counterlist = GENERATED_FILES['UseCounterList.h']
-counterlist.script = 'gen-usecounters.py:use_counter_list'
-counterlist.inputs = ['UseCounters.conf']
-
if CONFIG['GNU_CXX']:
CXXFLAGS += ['-Wno-error=shadow']