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

Unified Diff: mojo/mojo_nacl_untrusted.gyp

Issue 1279133006: Removed unused mojo_nacl code and GYP targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - -l Created 5 years, 4 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 | « mojo/mojo_nacl.gyp ('k') | mojo/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_nacl_untrusted.gyp
diff --git a/mojo/mojo_nacl_untrusted.gyp b/mojo/mojo_nacl_untrusted.gyp
deleted file mode 100644
index 4054b32ca6e420fe8dbb401b07037b5b00a600be..0000000000000000000000000000000000000000
--- a/mojo/mojo_nacl_untrusted.gyp
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'conditions': [
- ['disable_nacl==0 and disable_nacl_untrusted==0', {
- 'includes': [
- '../build/common_untrusted.gypi',
- '../mojo/mojo_nacl.gypi',
- '../third_party/mojo/mojo_variables.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'libmojo',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libmojo.a',
- 'build_glibc': 0,
- 'build_newlib': 0,
- 'build_pnacl_newlib': 1,
- },
- 'sources': [
- '<(monacl_codegen_dir)/libmojo.cc',
- ],
- 'dependencies': [
- 'mojo_nacl.gyp:monacl_codegen',
- '../third_party/mojo/mojo_public.gyp:mojo_system_placeholder',
- ],
- },
- {
- 'target_name': 'libmojo_irt',
- 'type': 'none',
- 'variables': {
- 'nlib_target': 'libmojo_irt.a',
- 'build_glibc': 0,
- 'build_newlib': 0,
- 'build_pnacl_newlib': 0,
- 'build_irt': 1,
- },
- 'sources': [
- '<(monacl_codegen_dir)/mojo_irt.c',
- '<(monacl_codegen_dir)/mojo_irt.h',
- ],
- 'dependencies': [
- 'mojo_nacl.gyp:monacl_codegen',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../third_party/mojo/src',
- ],
- },
- },
- {
- 'target_name': 'monacl_test',
- 'type': 'none',
- 'variables': {
- 'nexe_target': 'monacl_test',
- 'build_newlib': 0,
- 'build_pnacl_newlib': 1,
- 'translate_pexe_with_build': 1,
- 'link_flags': [
- '-pthread',
- '-lmojo',
- '-limc_syscalls',
- ],
- 'sources': [
- '<@(mojo_public_system_unittest_sources)',
- ],
- },
- 'dependencies': [
- '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib',
- '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
- '<(DEPTH)/native_client/src/untrusted/pthread/pthread.gyp:pthread_lib',
- '../testing/gtest_nacl.gyp:gtest_nacl',
- '../testing/gtest_nacl.gyp:gtest_main_nacl',
- 'libmojo',
- 'mojo_nacl.gyp:monacl_codegen',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « mojo/mojo_nacl.gyp ('k') | mojo/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698