| Index: ppapi/native_client/tests/ppapi_geturl/build.scons
|
| diff --git a/ppapi/native_client/tests/ppapi_geturl/build.scons b/ppapi/native_client/tests/ppapi_geturl/build.scons
|
| deleted file mode 100644
|
| index ca465a8eb9faea8975fa5f58098f8bfdd6e44503..0000000000000000000000000000000000000000
|
| --- a/ppapi/native_client/tests/ppapi_geturl/build.scons
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -# -*- python -*-
|
| -# Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -# A way to build the nexe as a trusted plugin to validate directly
|
| -# against Chrome on Linux using
|
| -# --register-pepper-plugins="/path/to/libppapi_geturl.so;application/x-nacl"
|
| -# http://localhost:5103/scons-out/nacl-x86-../staging/ppapi_geturl.html
|
| -
|
| -Import('env')
|
| -
|
| -if env.Bit('linux'):
|
| - env['COMPONENT_STATIC'] = False # Build a .so, not a .a
|
| -
|
| - sources = [ 'module.cc',
|
| - 'ppapi_geturl.cc',
|
| - 'url_load_request.cc' ]
|
| -
|
| - libs = [ 'ppapi_cpp',
|
| - 'imc',
|
| - 'gio',
|
| - 'pthread' ]
|
| -
|
| - ppapi_geturl = env.ComponentLibrary('ppapi_geturl',
|
| - sources,
|
| - EXTRA_LIBS=libs,
|
| - no_import_lib=True)
|
|
|