Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 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= Review URL: https://codereview.chromium.org/128933005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243863 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information