Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: chrome/test/data/extensions/api_test/api_test_data.gyp

Issue 13811036: Add Pepper API tests for chrome.socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 '../../../../../native_client/build/untrusted.gypi',
8 ],
9 'targets': [
10 {
11 'target_name': 'socket_ppapi',
12 'type': 'none',
13 'dependencies': [
14 '<(DEPTH)/ppapi/ppapi_nacl_test_common.gyp:nacl_test_common',
15 ],
16 'variables': {
17 'nexe_target': 'extensions_api_test_socket_ppapi',
18 'build_newlib': 1,
19 'build_glibc': 0,
20 'build_pnacl_newlib': 0,
21 'nexe_destination_dir': 'test_data/chrome/test/data/extensions/api_test/ socket/ppapi',
22 'current_depth': '<(DEPTH)',
23 'sources': [
24 'socket/ppapi/test_socket.cc',
25 '<(DEPTH)/ppapi/tests/test_utils.cc',
26 '<(DEPTH)/ppapi/tests/test_utils.h',
27 ],
28 'test_files': [
29 'socket/ppapi/controller.js',
30 'socket/ppapi/index.html',
31 'socket/ppapi/main.js',
32 'socket/ppapi/manifest.json',
33 ],
34 },
35 },
36 ],
37 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/DEPS ('k') | chrome/test/data/extensions/api_test/socket/ppapi/controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698