diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 01:12:05 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 01:12:05 +0000 |
commit | 583dca288638e576176ea67e040b0f9e2d160703 (patch) | |
tree | b97c1f48d28faf29f740a704162127441811f021 /ppapi/ppapi.gyp | |
parent | 118fcddea5943ebc56fd3d6da4285651239408de (diff) | |
download | chromium_src-583dca288638e576176ea67e040b0f9e2d160703.zip chromium_src-583dca288638e576176ea67e040b0f9e2d160703.tar.gz chromium_src-583dca288638e576176ea67e040b0f9e2d160703.tar.bz2 |
Remove CrOS hack from ppapi.gyp that made the include directories work. This
fixes the includes for cros to use "third_party" so that everything works.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/5854003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi.gyp')
-rw-r--r-- | ppapi/ppapi.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp index 1cc6404..c41b4d9 100644 --- a/ppapi/ppapi.gyp +++ b/ppapi/ppapi.gyp @@ -33,10 +33,6 @@ 'all_dependent_settings': { 'include_dirs': [ '..', - # HOLEY (*#@$@ing #&$^@*&$^. ChromeOS depends on having - # "third_party" in the include path which the old version of this - # project did. This is a temporary hack to keep the build going. - '../third_party', ], }, 'sources': [ |