# Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary #source code may only be used and distributed under the Widevine Master License #Agreement. # # Include this in any custom unit test targets. # Does not include the test runner main. { 'sources': [ 'oec_device_features.cpp', 'oec_session_util.cpp', 'oemcrypto_session_tests_helper.cpp', 'oemcrypto_test.cpp', 'wvcrc.cpp', ], 'include_dirs': [ '<(util_dir)/include', '<(oemcrypto_dir)/include', '<(oemcrypto_dir)/ref/src', '<(oemcrypto_dir)/test', ], 'defines': [ 'OEMCRYPTO_TESTS', ], 'dependencies': [ '<(boringssl_dependency)', ], }