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

Unified Diff: src/trusted/gio/gio_wrapped_desc_tests.gyp

Issue 594733005: Cleanup: Remove src/trusted/gio/, since it is unused (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix Created 6 years, 3 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
« no previous file with comments | « src/trusted/gio/gio_wrapped_desc.gyp ('k') | src/trusted/gio/testdata/some_binary_file » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gio/gio_wrapped_desc_tests.gyp
diff --git a/src/trusted/gio/gio_wrapped_desc_tests.gyp b/src/trusted/gio/gio_wrapped_desc_tests.gyp
deleted file mode 100644
index e0d071b728ed8e5b91299823124976046288dc45..0000000000000000000000000000000000000000
--- a/src/trusted/gio/gio_wrapped_desc_tests.gyp
+++ /dev/null
@@ -1,80 +0,0 @@
-# -*- python -*-
-# Copyright 2010 The Native Client Authors. All rights reserved. Use
-# of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'conditions': [
- ['OS=="win"', {
- 'msvs_cygwin_shell': 0,
- }],
- ],
- },
- 'includes': [
- '../../../build/common.gypi',
- ],
- 'target_defaults': {
- 'variables': {
- 'target_base': 'none',
- },
- 'target_conditions': [
- ['OS=="mac"', {
- 'xcode_settings': {
- 'GCC_ENABLE_CPP_RTTI': 'YES', # override -fno-rtti
- },
- }],
- ],
- 'cflags_cc!': ['-fno-rtti'],
- },
- 'targets': [
- {
- 'target_name': 'gio_shm_test',
- 'type': 'executable',
- 'dependencies': [
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
- '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc_c',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
- '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
- '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
- '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
- '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnacl_util',
- ],
- 'sources': [
- 'gio_shm_test.c',
- ],
- },
- {
- 'target_name': 'gio_shm_unbounded_test',
- 'type': 'executable',
- 'dependencies': [
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
- '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc_c',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
- '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
- '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
- '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
- '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnacl_util',
- ],
- 'sources': [
- 'gio_shm_unbounded_test.c',
- ],
- },
- {
- 'target_name': 'gio_nacl_desc_test',
- 'type': 'executable',
- 'dependencies': [
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
- '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc_c',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
- '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
- '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
- '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
- '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:nonnacl_util',
- ],
- 'sources': [
- 'gio_nacl_desc_test.c',
- ],
- },
- ],
-}
« no previous file with comments | « src/trusted/gio/gio_wrapped_desc.gyp ('k') | src/trusted/gio/testdata/some_binary_file » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698