| 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',
|
|
|