mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 03:21:10 +00:00
Bug 919889 (part 1) - Rename jsmemorymetrics.cpp as vm/MemoryMetrics.cpp. r=luke.
--HG-- rename : js/src/jsmemorymetrics.cpp => js/src/vm/MemoryMetrics.cpp
This commit is contained in:
parent
df07b87d70
commit
2059e24169
@ -317,10 +317,6 @@ def is_module_header(enclosing_inclname, header_inclname):
|
||||
if m is not None and module.endswith('/' + m.group(1)):
|
||||
return True
|
||||
|
||||
# A weird public header case.
|
||||
if module == 'jsmemorymetrics' and header_inclname == 'js/MemoryMetrics.h':
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
|
@ -317,10 +317,6 @@ def is_module_header(enclosing_inclname, header_inclname):
|
||||
if m is not None and module.endswith('/' + m.group(1)):
|
||||
return True
|
||||
|
||||
# A weird public header case.
|
||||
if module == 'jsmemorymetrics' and header_inclname == 'js/MemoryMetrics.h':
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
|
@ -99,6 +99,7 @@ CPP_SOURCES += [
|
||||
'MapObject.cpp',
|
||||
'Marking.cpp',
|
||||
'Memory.cpp',
|
||||
'MemoryMetrics.cpp',
|
||||
'Module.cpp',
|
||||
'Monitor.cpp',
|
||||
'NameFunctions.cpp',
|
||||
@ -164,7 +165,6 @@ CPP_SOURCES += [
|
||||
'jsinfer.cpp',
|
||||
'jsiter.cpp',
|
||||
'jsmath.cpp',
|
||||
'jsmemorymetrics.cpp',
|
||||
'jsnativestack.cpp',
|
||||
'jsnum.cpp',
|
||||
'jsobj.cpp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user