Skip to content

Commit

Permalink
Remove bogus include paths from NaCl gyp files.
Browse files Browse the repository at this point in the history
BUG=384752

Review URL: https://codereview.chromium.org/336023003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279241 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
sergeyu@chromium.org committed Jun 24, 2014
1 parent 38c2b38 commit 6c43537
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ppapi/native_client/native_client.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
'build_newlib': 0,
'build_irt': 1,
'include_dirs': [
'lib/gl/include',
'..',
],
'link_flags': [
Expand Down
2 changes: 0 additions & 2 deletions third_party/libjingle/libjingle_nacl.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
}
},
'include_dirs': [
'../testing/gtest/include',
'./<(libjingle_source)',
],
'includes': ['libjingle_common.gypi', ],
Expand All @@ -65,7 +64,6 @@
'./overrides',
'./<(libjingle_source)',
'../../third_party/webrtc/overrides',
'../../testing/gtest/include',
'../../third_party',
'../../third_party/webrtc',
],
Expand Down

0 comments on commit 6c43537

Please sign in to comment.