From 6c1ea62403a096c398b86595dfe938a9e0f7d9b8 Mon Sep 17 00:00:00 2001 From: "peter@chromium.org" Date: Mon, 10 Sep 2012 10:17:20 +0000 Subject: 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 --- ppapi/ppapi_untrusted.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ppapi/ppapi_untrusted.gyp') 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. -- cgit v1.1