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

Unified Diff: ppapi/native_client/tests/ppapi_test_lib/nacl.scons

Issue 11079003: Clean up NaCl's SCons build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 2 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_test_lib/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_test_lib/nacl.scons b/ppapi/native_client/tests/ppapi_test_lib/nacl.scons
index 875ec60e16d583d6bc0e0d8bbc936de00cd2da9e..cc667a1ed32a838c8c65d5c59e3c5eb96cd7fa18 100644
--- a/ppapi/native_client/tests/ppapi_test_lib/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_test_lib/nacl.scons
@@ -17,16 +17,6 @@
Import('env')
-# Register new tests here as we can no longer add them to the DEPS-ed in
-# native_client/SConstruct in the same CL.
-#
-# TODO(polina, bradnelson): take out this temporary work-around for adding new
-# tests when we have a common place to add these
-# (e.g. ppapi/native_client/nacl.scons) included into native_client/SConstruct.
-env_clone = env.Clone()
-env_clone.SConscript('../ppapi_browser/ppb_fullscreen/nacl.scons',
- exports=['env'])
-
env.Prepend(CPPDEFINES=['XP_UNIX'])
env.ComponentLibrary('ppapi_test_lib',
« no previous file with comments | « ppapi/native_client/tests/ppapi_messaging/build.scons ('k') | ppapi/native_client/tests/ppapi_tests/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698