Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1489)

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_url_loader/build.scons

Issue 10762009: Remove dead NaCl tests and re-enabled fixed tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/tests/ppapi_browser/ppb_url_loader/build.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_url_loader/build.scons b/ppapi/native_client/tests/ppapi_browser/ppb_url_loader/build.scons
deleted file mode 100644
index 128df109ad3dea22819345c1f4e54b24957aea53..0000000000000000000000000000000000000000
--- a/ppapi/native_client/tests/ppapi_browser/ppb_url_loader/build.scons
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- python -*-
-# Copyright 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_ppb_file_system.so;application/x-nacl"
-# http://localhost:5103/scons-out/nacl-x86-../staging/ppapi_ppb_file_system.html
-
-Import('env')
-
-if env.Bit('linux'):
- env['COMPONENT_STATIC'] = False # Build a .so, not a .a
- env.Append(CFLAGS=['-std=c99'])
-
- sources = ['ppapi_ppb_urlloader.cc']
-
- libs = ['imc',
- 'gio',
- 'pthread' ]
-
- ppapi_geturl = env.ComponentLibrary('ppapi_ppb_urlloader',
- sources,
- EXTRA_LIBS=libs,
- no_import_lib=True)
« no previous file with comments | « ppapi/native_client/ppapi_scons_files.py ('k') | ppapi/native_client/tests/ppapi_browser/ppb_url_request_info/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698