| Index: chrome/test/data/extensions/api_test/api_test_data.gyp
|
| diff --git a/chrome/test/data/extensions/api_test/api_test_data.gyp b/chrome/test/data/extensions/api_test/api_test_data.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cbdc1eb1869f72ea536931c99adfb78236b545c0
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/api_test_data.gyp
|
| @@ -0,0 +1,37 @@
|
| +# Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +{
|
| + 'includes': [
|
| + '../../../../../native_client/build/untrusted.gypi',
|
| + ],
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'socket_ppapi',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ppapi/ppapi_nacl_test_common.gyp:nacl_test_common',
|
| + ],
|
| + 'variables': {
|
| + 'nexe_target': 'extensions_api_test_socket_ppapi',
|
| + 'build_newlib': 1,
|
| + 'build_glibc': 0,
|
| + 'build_pnacl_newlib': 0,
|
| + 'nexe_destination_dir': 'test_data/chrome/test/data/extensions/api_test/socket/ppapi',
|
| + 'current_depth': '<(DEPTH)',
|
| + 'sources': [
|
| + 'socket/ppapi/test_socket.cc',
|
| + '<(DEPTH)/ppapi/tests/test_utils.cc',
|
| + '<(DEPTH)/ppapi/tests/test_utils.h',
|
| + ],
|
| + 'test_files': [
|
| + 'socket/ppapi/controller.js',
|
| + 'socket/ppapi/index.html',
|
| + 'socket/ppapi/main.js',
|
| + 'socket/ppapi/manifest.json',
|
| + ],
|
| + },
|
| + },
|
| + ],
|
| +}
|
|
|