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

Unified 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 side-by-side diff with in-line comments
Download patch
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',
+ ],
+ },
+ },
+ ],
+}
« 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