| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../../../ppapi/ppapi_nacl_test_common.gypi', | 7 '../../../../ppapi/ppapi_nacl_test_common.gypi', |
| 8 ], | 8 ], |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'nso_target': 'libppapi_test_lib.so', | 153 'nso_target': 'libppapi_test_lib.so', |
| 154 'build_newlib': 1, | 154 'build_newlib': 1, |
| 155 'build_glibc': 1, | 155 'build_glibc': 1, |
| 156 'build_pnacl_newlib': 1, | 156 'build_pnacl_newlib': 1, |
| 157 'nexe_destination_dir': 'nacl_test_data', | 157 'nexe_destination_dir': 'nacl_test_data', |
| 158 'sources': [ | 158 'sources': [ |
| 159 # TODO(ncbray) move these files once SCons no longer depends on them. | 159 # TODO(ncbray) move these files once SCons no longer depends on them. |
| 160 '../../../../ppapi/native_client/tests/ppapi_test_lib/get_browser_inte
rface.cc', | 160 '../../../../ppapi/native_client/tests/ppapi_test_lib/get_browser_inte
rface.cc', |
| 161 '../../../../ppapi/native_client/tests/ppapi_test_lib/internal_utils.c
c', | 161 '../../../../ppapi/native_client/tests/ppapi_test_lib/internal_utils.c
c', |
| 162 '../../../../ppapi/native_client/tests/ppapi_test_lib/module_instance.
cc', | 162 '../../../../ppapi/native_client/tests/ppapi_test_lib/module_instance.
cc', |
| 163 '../../../../ppapi/native_client/tests/ppapi_test_lib/test_interface.c
c', |
| 163 '../../../../ppapi/native_client/tests/ppapi_test_lib/testable_callbac
k.cc', | 164 '../../../../ppapi/native_client/tests/ppapi_test_lib/testable_callbac
k.cc', |
| 164 '../../../../ppapi/native_client/tests/ppapi_test_lib/test_interface.c
c', | |
| 165 ] | 165 ] |
| 166 }, | 166 }, |
| 167 'dependencies': [ | 167 'dependencies': [ |
| 168 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 168 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 169 ], | 169 ], |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 'target_name': 'ppapi_progress_events', | 172 'target_name': 'ppapi_progress_events', |
| 173 'type': 'none', | 173 'type': 'none', |
| 174 'variables': { | 174 'variables': { |
| (...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'files': [ | 1044 'files': [ |
| 1045 '>@(test_files)', | 1045 '>@(test_files)', |
| 1046 ], | 1046 ], |
| 1047 }, | 1047 }, |
| 1048 ], | 1048 ], |
| 1049 }, | 1049 }, |
| 1050 ], | 1050 ], |
| 1051 }], | 1051 }], |
| 1052 ], | 1052 ], |
| 1053 } | 1053 } |
| OLD | NEW |