Import Cobalt 6.16000
diff --git a/src/third_party/mozjs/mozjs.gyp b/src/third_party/mozjs/mozjs.gyp
index e01f0eb..a64e661 100644
--- a/src/third_party/mozjs/mozjs.gyp
+++ b/src/third_party/mozjs/mozjs.gyp
@@ -208,6 +208,7 @@
],
'dependencies': [
'build_include_directory',
+ '<(DEPTH)/starboard/client_porting/pr_starboard/pr_starboard.gyp:pr_starboard',
'<(DEPTH)/third_party/icu/icu.gyp:icui18n',
'<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
],
@@ -254,6 +255,7 @@
'js/src/shell/js.cpp',
'js/src/shell/jsheaptools.cpp',
'js/src/shell/jsoptparse.cpp',
+ 'js/src/shell/TraceLoggingStub.cpp',
],
'dependencies': [
'mozjs_lib',