diff options
Diffstat (limited to 'ppapi/ppapi.gyp')
-rw-r--r-- | ppapi/ppapi.gyp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ppapi/ppapi.gyp b/ppapi/ppapi.gyp index a404bed..13b1dd6 100644 --- a/ppapi/ppapi.gyp +++ b/ppapi/ppapi.gyp @@ -30,10 +30,7 @@ 'type': 'none', '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': [ |