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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_core/nacl.scons

Issue 10958026: Port ppapi_ppb_core nacl_integration test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependancies. Created 8 years, 3 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_core/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_core/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_core/nacl.scons
deleted file mode 100644
index 7c6bd4b973214c2afc21fb69e765ed34b3f94fbe..0000000000000000000000000000000000000000
--- a/ppapi/native_client/tests/ppapi_browser/ppb_core/nacl.scons
+++ /dev/null
@@ -1,41 +0,0 @@
-# -*- python -*-
-# Copyright (c) 2012 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.
-#
-# This test uses ppapi_test_lib.
-
-Import('env')
-
-env.Prepend(CPPDEFINES=['XP_UNIX'])
-env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/' +
- 'ppb_core')
-
-nexe = env.ProgramNameForNmf('ppapi_ppb_core')
-env.Alias('ppapi_ppb_core${PROGSUFFIX}',
- ['$STAGING_DIR/%s${PROGSUFFIX}' % nexe])
-
-env.ComponentProgram(
- nexe,
- ['ppapi_ppb_core.cc'],
- EXTRA_LIBS=['ppapi',
- 'ppapi_test_lib',
- 'pthread',
- 'platform',
- 'gio'])
-
-# Note that the html is required to run this program.
-env.Publish(nexe, 'run',
- ['ppapi_ppb_core.html',
- env.File('${SCONSTRUCT_DIR}/tools/browser_tester/'
- 'browserdata/nacltest.js')])
-
-node = env.PPAPIBrowserTester('ppapi_ppb_core_browser_test.out',
- url='ppapi_ppb_core.html',
- nmf_names=['ppapi_ppb_core'],
- files=env.ExtractPublishedFiles(nexe))
-
-env.AddNodeToTestSuite(node,
- ['chrome_browser_tests'],
- 'run_ppapi_ppb_core_browser_test',
- is_broken=env.PPAPIBrowserTesterIsBroken())
« no previous file with comments | « ppapi/native_client/ppapi_scons_files.py ('k') | ppapi/native_client/tests/ppapi_browser/ppb_core/ppapi_ppb_core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698