Skip to content

Commit

Permalink
Merge branch 'yoga'
Browse files Browse the repository at this point in the history
  • Loading branch information
paraboul committed Apr 19, 2017
2 parents 5497256 + f624895 commit fa0abf1
Show file tree
Hide file tree
Showing 31 changed files with 5,514 additions and 1,201 deletions.
1 change: 1 addition & 0 deletions gyp/interface.gypi
Expand Up @@ -13,6 +13,7 @@
'<(third_party_path)/angle/include/',
'<(third_party_path)/rapidxml/',
'<(third_party_path)/libnotify/',
'<(third_party_path)/yoga/',
],
'sources': [
'<(nidium_interface_path)/UIInterface.cpp',
Expand Down
10 changes: 8 additions & 2 deletions gyp/libnidium.gyp
Expand Up @@ -39,7 +39,8 @@
'<(third_party_path)/ffmpeg/',
'<(third_party_path)/libcoroutine/source/',
'<(third_party_path)/basekit/source/',
'<(third_party_path)/angle/include/'
'<(third_party_path)/angle/include/',
'<(third_party_path)/yoga/',
],

'conditions': [
Expand Down Expand Up @@ -144,7 +145,12 @@
'<(nidium_src_path)/Binding/JSCanvas.cpp',
'<(nidium_src_path)/Binding/JSCanvas2DContext.cpp',
'<(nidium_src_path)/Binding/JSNML.cpp',
'<(nidium_src_path)/IO/SystemStream.cpp'
'<(nidium_src_path)/IO/SystemStream.cpp',
'<(third_party_path)/yoga/Yoga.c',
'<(third_party_path)/yoga/YGNodeList.c',
'<(third_party_path)/yoga/YGNodeList.c',
'<(third_party_path)/yoga/YGEnums.c',
'<(third_party_path)/yoga/YGStringEnums.c',
],
}],
}
Expand Down

0 comments on commit fa0abf1

Please sign in to comment.