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

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

Issue 10827456: Remove PPB_Scrollbar_Dev and PPB_Widget_Dev from native client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also remove PPB_PDF and associated tests Created 8 years, 4 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_pdf/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_pdf/nacl.scons b/ppapi/native_client/tests/ppapi_browser/ppb_pdf/nacl.scons
deleted file mode 100644
index b7706bd06c678f0ae7b5ddee4ed33e5c323e8cff..0000000000000000000000000000000000000000
--- a/ppapi/native_client/tests/ppapi_browser/ppb_pdf/nacl.scons
+++ /dev/null
@@ -1,45 +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.
-#
-
-Import('env')
-
-env.Prepend(CPPDEFINES=['XP_UNIX'])
-env.Replace(TEST_DIR='${SOURCE_ROOT}/ppapi/native_client/tests/ppapi_browser/' +
- 'ppb_pdf')
-
-nexe = env.ProgramNameForNmf('ppapi_ppb_pdf')
-env.Alias('ppapi_ppb_pdf${PROGSUFFIX}',
- ['$STAGING_DIR/%s${PROGSUFFIX}' % nexe])
-
-ppapi_ppb_pdf_nexe = env.ComponentProgram(
- nexe,
- ['ppapi_ppb_pdf.cc'],
- EXTRA_LIBS=['${PPAPI_LIBS}',
- 'ppapi_test_lib',
- 'platform', # for CHECK
- 'pthread',
- 'gio',
- ])
-
-env.Publish(nexe, 'run',
- ['ppapi_ppb_pdf.html',
- 'ppapi_ppb_pdf.js'])
-
-node = env.PPAPIBrowserTester('ppapi_ppb_pdf_browser_test.out',
- url='ppapi_ppb_pdf.html',
- nmf_names=['ppapi_ppb_pdf'],
- files=env.ExtractPublishedFiles(nexe))
-
-env.AddNodeToTestSuite(node,
- ['chrome_browser_tests'],
- 'run_ppapi_ppb_pdf_browser_test',
- # Pnacl x86-64 requires a shim. However the shim
- # is generated via IDL, and pdf header is not
- # generated via IDL right now
- # http://code.google.com/p/chromium/issues/detail?id=89968
- is_broken=(
- env.PPAPIBrowserTesterIsBroken() or
- (env.Bit('bitcode') and env.Bit('target_x86_64'))))
« no previous file with comments | « ppapi/native_client/tests/examples.html ('k') | ppapi/native_client/tests/ppapi_browser/ppb_pdf/ppapi_ppb_pdf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698