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

Unified Diff: ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons

Issue 126803003: Port nameservice test from nacl_integration to browser_tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: DEPS Created 6 years, 11 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/nacl_browser/nameservice/nacl.scons
diff --git a/ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons b/ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons
deleted file mode 100644
index f1a2497e970d47a8b19bf2a2a1ff92f7168023c5..0000000000000000000000000000000000000000
--- a/ppapi/native_client/tests/nacl_browser/nameservice/nacl.scons
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- python -*-
-# Copyright (c) 2012 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.
-
-Import('env')
-
-# postmessage version of srpc_nameservice_test
-
-pm_ns_obj = env.ComponentObject('pm_nameservice_test.o',
- 'pm_nameservice_test.cc')
-pm_ns_nexe_name = env.ProgramNameForNmf('pm_nameservice_test')
-pm_ns_nexe = env.ComponentProgram(pm_ns_nexe_name,
- pm_ns_obj,
- EXTRA_LIBS=['nacl_ppapi_util',
- 'ppapi_cpp',
- 'pthread',
- 'srpc',
- 'platform',
- 'gio',
- 'imc',
- 'imc_syscalls',
- ])
-env.Publish(pm_ns_nexe_name, 'run',
- ['pm_nameservice_test.html'])
-
-# chrome_browser_tests
-
-node = env.PPAPIBrowserTester(
- 'pm_nameservice_browser_test.out',
- url='pm_nameservice_test.html',
- nmf_names=['pm_nameservice_test'],
- files=env.ExtractPublishedFiles(pm_ns_nexe_name),
- osenv=['NACLVERBOSITY=0:pp_weak_ref=0:weak_ref=0']
- )
-
-env.AddNodeToTestSuite(node,
- ['chrome_browser_tests'],
- 'run_pm_nameservice_chrome_browser_test',
- is_broken=env.PPAPIBrowserTesterIsBroken())
« no previous file with comments | « ppapi/native_client/chrome_main.scons ('k') | ppapi/native_client/tests/nacl_browser/nameservice/pm_nameservice_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698