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

Unified Diff: tests/pyauto_nacl/nacl.scons

Issue 7292002: Remove plugin connection to PPAPI scriptable objects (var deprecated). Also (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 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
« no previous file with comments | « tests/pyauto_nacl/multiple_nexes.py ('k') | tests/pyauto_nacl/reload.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/pyauto_nacl/nacl.scons
===================================================================
--- tests/pyauto_nacl/nacl.scons (revision 6005)
+++ tests/pyauto_nacl/nacl.scons (working copy)
@@ -7,7 +7,6 @@
platform = env.get('TARGET_FULLARCH')
cat_nexe_name = 'cat_%s${PROGSUFFIX}' % platform
-ppapi_basic_object_nexe_name = 'ppapi_basic_object_%s${PROGSUFFIX}' % platform
ppapi_example_events_nexe_name = 'ppapi_example_events_%s${PROGSUFFIX}' % platform
ppapi_user_main_nexe_name = 'ppapi_user_main_%s${PROGSUFFIX}' % platform
srpc_test_nexe_name = 'srpc_test_%s${PROGSUFFIX}' % platform
@@ -20,12 +19,6 @@
env.File('${STAGING_DIR}/' + base_name + '.html'),
env.File('${STAGING_DIR}/' + base_name + '.nmf')]
-basic_object_files = [
- env.File('${STAGING_DIR}/' + ppapi_basic_object_nexe_name),
- env.File('${STAGING_DIR}/basic_object.html'),
- env.File('${STAGING_DIR}/basic_object.nmf'),
- env.File('${STAGING_DIR}/' + ppapi_user_main_nexe_name),
- env.File('${STAGING_DIR}/user_main.nmf')]
earth_c_files = CreateDefaultDeps('earth_c')
earth_cc_files = CreateDefaultDeps('earth_cc')
ppapi_example_events_files = [
@@ -111,7 +104,6 @@
is_broken=env.PyAutoTesterIsBroken())
core_test_files = [env.File('${STAGING_DIR}/nacltest.js'),
- basic_object_files +
earth_c_files +
earth_cc_files +
ppapi_example_events_files +
« no previous file with comments | « tests/pyauto_nacl/multiple_nexes.py ('k') | tests/pyauto_nacl/reload.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698