Skip to content

Commit

Permalink
xwalk.gyp: Unconditionally include xesh's gyp file.
Browse files Browse the repository at this point in the history
Simply including the gypi file does not have any effect, as one needs to
depend on the target(s) defined there, so we can drop yet another
condition check.
  • Loading branch information
Raphael Kubo da Costa committed Feb 26, 2016
1 parent 380f561 commit c87d7e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xwalk.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'includes' : [
'xwalk_tests.gypi',
'application/xwalk_application.gypi',
'extensions/xesh/xesh.gypi',
'xwalk_installer.gypi',
],
'targets': [
Expand Down Expand Up @@ -855,9 +856,6 @@
},
], # targets
'conditions': [
['OS=="linux"', {
'includes': [ 'extensions/xesh/xesh.gypi' ],
}],
['OS=="mac"', {
'targets': [
{
Expand Down

0 comments on commit c87d7e8

Please sign in to comment.