Commit 34a61481 authored by thestig@chromium.org's avatar thestig@chromium.org

Views should not have third_party/wtl/include as an include directory on non-Windows builds.

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

Cr-Commit-Position: refs/heads/master@{#288263}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288263 0039d316-1c4b-4281-b951-d872f2087c98
parent 669b162c
...@@ -591,9 +591,6 @@ ...@@ -591,9 +591,6 @@
'sources': [ 'sources': [
'<@(views_sources)', '<@(views_sources)',
], ],
'include_dirs': [
'../../third_party/wtl/include',
],
'conditions': [ 'conditions': [
['use_ash==0', { ['use_ash==0', {
'sources!': [ 'sources!': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment