diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 22:27:26 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 22:27:26 +0000 |
commit | ab10dcb39ed6104780a543da16868d21ebc76182 (patch) | |
tree | 07b5a51f5061acd2628e35bdc460796436185e59 /ppapi | |
parent | f29bf1b43557870f5f1b7dd1ac45323cddc43458 (diff) | |
download | chromium_src-ab10dcb39ed6104780a543da16868d21ebc76182.zip chromium_src-ab10dcb39ed6104780a543da16868d21ebc76182.tar.gz chromium_src-ab10dcb39ed6104780a543da16868d21ebc76182.tar.bz2 |
Remove bogus include path from ppapi/ppapi_proxy.gypi
This path is to the parent of the top-level src/ directory and was required to
support nacl. It was added to ppapi/ppapi.gyp in
http://src.chromium.org/viewvc/chrome?view=rev&revision=65614 and later moved
to ppapi/ppapi_proxy.gypi.
Use of a path outside the top-level src/ directory seems wrong. Furthermore, it
is no longer required to build either Chromium or nacl, so should be removed.
TEST=Chromium and nacl build OK
Review URL: http://codereview.chromium.org/10365020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/ppapi_proxy.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi index 8b918bc..538c333 100644 --- a/ppapi/ppapi_proxy.gypi +++ b/ppapi/ppapi_proxy.gypi @@ -25,7 +25,6 @@ }, 'include_dirs': [ '..', - '../..', # For nacl includes to work. ], 'sources': [ # Take some standalong files from the C++ wrapper allowing us to more |