• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2013 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6  'includes': [
7    '../../../ppapi/ppapi_nacl_test_common.gypi',
8  ],
9  'targets': [
10    {
11      'target_name': 'ppapi_tests_extensions_socket',
12      'type': 'none',
13      'variables': {
14        'nexe_target': 'ppapi_tests_extensions_socket',
15        'build_newlib': 1,
16        'build_glibc': 0,
17        'build_pnacl_newlib': 0,
18        'nexe_destination_dir': 'test_data/ppapi/tests/extensions/socket',
19        'sources': [
20          'socket/test_socket.cc',
21          '<(DEPTH)/ppapi/tests/test_utils.cc',
22          '<(DEPTH)/ppapi/tests/test_utils.h',
23        ],
24        'test_files': [
25          'socket/controller.js',
26          'socket/index.html',
27          'socket/main.js',
28          'socket/manifest.json',
29        ],
30      },
31    },
32  ],
33}
34