DescriptionRemove the base.gyp dependency from system.gyp
The dependency is unnecessary and causes build error in the standalone webrtc project due to missing base.gyp when SCTP is enabled (it depends on usrsctp.gyp, which depends on system.gyp). All system.typ needs from base.gyp is the "include_dirs" pointing to ".." relative to "base". So we can remove the dependency on base.gyp and add "include_dirs":["../.."] instead.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243863
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 7 (0 generated)
|