chromium/ppapi/native_client/src/untrusted/irt_stub/libppapi.a

/*
 * Copyright 2011 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/*
 * This is a linker script installed as "libppapi.a" so that "-lppapi"
 * in a linking command will find it.  We link in the ppapi_stub library
 * that defines a main function for PPAPI-based programs.
 * That library requires libpthread, so we link to it here as well.
 */

INPUT ( libppapi_stub.a libpthread.a )