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

Unified Diff: src/trusted/gio/gio_wrapped_desc.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_shm_unbounded_test.c ('k') | src/trusted/gio/gio_wrapped_desc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/gio/gio_wrapped_desc.gyp
diff --git a/src/trusted/gio/gio_wrapped_desc.gyp b/src/trusted/gio/gio_wrapped_desc.gyp
deleted file mode 100644
index 8fed9326ae5b03b4083a82b6451e958213d36017..0000000000000000000000000000000000000000
--- a/src/trusted/gio/gio_wrapped_desc.gyp
+++ /dev/null
@@ -1,70 +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.
-
-{
- 'includes': [
- '../../../build/common.gypi',
- ],
- 'target_defaults': {
- 'variables':{
- 'target_base': 'none',
- },
- 'target_conditions': [
- ['OS=="linux" or OS=="mac"', {
- 'cflags': [
- '-fexceptions',
- ],
- 'cflags_cc' : [
- '-frtti',
- ]
- }],
- ['OS=="mac"', {
- 'xcode_settings': {
- 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', # -fexceptions
- 'GCC_ENABLE_CPP_RTTI': 'YES', # -frtti
- }
- }],
- ],
- },
- 'targets': [
- {
- 'target_name': 'gio_wrapped_desc',
- 'type': 'static_library',
- 'sources': [
- 'gio_shm.c',
- 'gio_shm_unbounded.c',
- 'gio_nacl_desc.c',
- ],
- 'dependencies': [
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
- '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
- ],
- },
- ],
- 'conditions': [
- ['OS=="win" and target_arch=="ia32"', {
- 'targets': [
- {
- 'target_name': 'gio_wrapped_desc64',
- 'type': 'static_library',
- 'variables': {
- 'win_target': 'x64',
- },
- 'sources': [
- 'gio_shm.c',
- 'gio_shm_unbounded.c',
- 'gio_nacl_desc.c',
- ],
- 'dependencies': [
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio64',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform64',
- '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer64',
- ],
- },
- ],
- }],
- ]
-}
« no previous file with comments | « src/trusted/gio/gio_shm_unbounded_test.c ('k') | src/trusted/gio/gio_wrapped_desc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698