Removing Breakpad from GYP files
This commit is contained in:
parent
c6352758c8
commit
92bd978f11
4 changed files with 0 additions and 7 deletions
|
|
@ -30,7 +30,6 @@
|
|||
'linux_path_openal%': '/usr/local',
|
||||
'linux_path_va%': '/usr/local',
|
||||
'linux_path_vdpau%': '/usr/local',
|
||||
'linux_path_breakpad%': '/usr/local',
|
||||
'linux_path_opus_include%': '<(libs_loc)/opus/include',
|
||||
'linux_path_range%': '/usr/local',
|
||||
},
|
||||
|
|
@ -38,7 +37,6 @@
|
|||
'/usr/local/include',
|
||||
'<(linux_path_ffmpeg)/include',
|
||||
'<(linux_path_openal)/include',
|
||||
'<(linux_path_breakpad)/include/breakpad',
|
||||
'<(linux_path_opus_include)',
|
||||
'<(linux_path_range)/include',
|
||||
],
|
||||
|
|
@ -48,7 +46,6 @@
|
|||
'<(linux_path_openal)/lib',
|
||||
'<(linux_path_va)/lib',
|
||||
'<(linux_path_vdpau)/lib',
|
||||
'<(linux_path_breakpad)/lib',
|
||||
],
|
||||
'conditions': [
|
||||
[ '"<!(uname -m)" == "x86_64" or "<!(uname -m)" == "aarch64"', {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
],
|
||||
},
|
||||
'libraries': [
|
||||
'-lbreakpad_client',
|
||||
'-lcomposeplatforminputcontextplugin',
|
||||
'-libusplatforminputcontextplugin',
|
||||
'-lfcitxplatforminputcontextplugin',
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@
|
|||
'include_dirs': [
|
||||
'<(src_loc)',
|
||||
'<(SHARED_INTERMEDIATE_DIR)',
|
||||
'<(libs_loc)/breakpad/src',
|
||||
'<(libs_loc)/lzma/C',
|
||||
'<(libs_loc)/zlib',
|
||||
'<(libs_loc)/ffmpeg',
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
'<(libs_loc)/opus/win32/VS2015/Win32/Debug',
|
||||
'<(libs_loc)/openal-soft/build/Debug',
|
||||
'<(libs_loc)/zlib/contrib/vstudio/vc14/x86/ZlibStatDebug',
|
||||
'<(libs_loc)/breakpad/src/out/Debug/obj/client',
|
||||
],
|
||||
},
|
||||
'Release': {
|
||||
|
|
@ -50,7 +49,6 @@
|
|||
'<(libs_loc)/opus/win32/VS2015/Win32/Release',
|
||||
'<(libs_loc)/openal-soft/build/Release',
|
||||
'<(libs_loc)/zlib/contrib/vstudio/vc14/x86/ZlibStatReleaseWithoutAsm',
|
||||
'<(libs_loc)/breakpad/src/out/Release/obj/client',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue