linux: Move some building flags to brightray
This commit is contained in:
parent
b8e38ad14e
commit
44d0bceff4
2 changed files with 5 additions and 17 deletions
20
atom.gyp
20
atom.gyp
|
@ -17,16 +17,6 @@
|
||||||
# Rules for excluding e.g. foo_win.cc from the build on non-Windows.
|
# Rules for excluding e.g. foo_win.cc from the build on non-Windows.
|
||||||
'filename_rules.gypi',
|
'filename_rules.gypi',
|
||||||
],
|
],
|
||||||
'conditions': [
|
|
||||||
['libchromiumcontent_component', {
|
|
||||||
'configurations': {
|
|
||||||
'Debug': {
|
|
||||||
'defines': [ 'DEBUG' ],
|
|
||||||
'cflags': [ '-g', '-O0' ],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}],
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
'targets': [
|
'targets': [
|
||||||
{
|
{
|
||||||
|
@ -282,15 +272,13 @@
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# Required settings of using breakpad.
|
# Required settings of using breakpad.
|
||||||
'include_dirs': [
|
'cflags_cc': [
|
||||||
'vendor/breakpad/src',
|
|
||||||
],
|
|
||||||
'cflags': [
|
|
||||||
'<!@(pkg-config --cflags dbus-1)',
|
|
||||||
'-Wno-deprecated-register',
|
|
||||||
'-Wno-empty-body',
|
'-Wno-empty-body',
|
||||||
'-Wno-reserved-user-defined-literal',
|
'-Wno-reserved-user-defined-literal',
|
||||||
],
|
],
|
||||||
|
'include_dirs': [
|
||||||
|
'vendor/breakpad/src',
|
||||||
|
],
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'vendor/breakpad/breakpad.gyp:breakpad_client',
|
'vendor/breakpad/breakpad.gyp:breakpad_client',
|
||||||
],
|
],
|
||||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit dfce146b6249c191fe7cba624ce85432d3894d1d
|
Subproject commit 821eed6ada17149eea96bb3ab6cb0c299342f535
|
Loading…
Add table
Add a link
Reference in a new issue