summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_untrusted.gyp
diff options
context:
space:
mode:
authorpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-10 10:17:20 +0000
committerpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-10 10:17:20 +0000
commit6c1ea62403a096c398b86595dfe938a9e0f7d9b8 (patch)
tree182dc1897cafcb5bb545af1259e688d9398918bc /ppapi/ppapi_untrusted.gyp
parentf87d7cb4ec8002c3df07e74dc9b31afcf4ad8b7d (diff)
downloadchromium_src-6c1ea62403a096c398b86595dfe938a9e0f7d9b8.zip
chromium_src-6c1ea62403a096c398b86595dfe938a9e0f7d9b8.tar.gz
chromium_src-6c1ea62403a096c398b86595dfe938a9e0f7d9b8.tar.bz2
Revert 155693 - DEPS roll plus copy list update.
This broke the ChromiumOS (daisy) bot. We require some files now to be copied on the chrome side. Also we require some new include_dirs previously injected. BUG=None TEST=None TBR=noelallen@chromium.org Review URL: https://chromiumcodereview.appspot.com/10914169 TBR=bradnelson@google.com Review URL: https://chromiumcodereview.appspot.com/10912175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155696 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_untrusted.gyp')
-rw-r--r--ppapi/ppapi_untrusted.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp
index 46f70bb..f818676 100644
--- a/ppapi/ppapi_untrusted.gyp
+++ b/ppapi/ppapi_untrusted.gyp
@@ -54,7 +54,9 @@
'link_flags': [
'-lppapi_cpp',
'-lppapi',
+ '-lplatform',
'-lpthread',
+ '-lgio',
],
# TODO(bradchen): get rid of extra_deps64 and extra_deps32
# once native_client/build/untrusted.gypi no longer needs them.