/* | |
* Copyright 2015 The Chromium Authors. All rights reserved. | |
* Use of this source code is governed by a BSD-style license that can be | |
* found in the LICENSE file. | |
*/ | |
/* | |
* glibc requires -l<library name>. Using lib<library name>.{a,so} will end up | |
* adding the absolute path to the NEEDED field of the the nexe. | |
*/ | |
INPUT ( -lppapi_simple_cpp_real ) | |
EXTERN ( PSUserMainGet PPP_InitializeModule ) |