mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
138c1fc265
commit
c6f3dc72e9
@ -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…
Reference in New Issue
Block a user