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

Unified Diff: mojo/mojo_edk_nacl.gyp

Issue 2305043002: Removing .gyp/.gypi files from the mojo/ folder. (Closed)
Patch Set: . Created 4 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 | « mojo/mojo_edk.gypi ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_nacl.gyp
diff --git a/mojo/mojo_edk_nacl.gyp b/mojo/mojo_edk_nacl.gyp
deleted file mode 100644
index b4df059ac7684c632d05d2deec649fdc2c7c86bf..0000000000000000000000000000000000000000
--- a/mojo/mojo_edk_nacl.gyp
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 2015 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'includes': [
- '../build/common_untrusted.gypi',
- 'mojo_edk.gypi',
- ],
- 'target_defaults' : {
- 'include_dirs': [
- '..',
- ],
- },
- 'targets': [
- {
- # GN version: //mojo/edk/system
- 'target_name': 'mojo_system_impl_nacl',
- 'type': 'none',
- 'variables': {
- 'nacl_untrusted_build': 1,
- 'nlib_target': 'libmojo_system_impl_nacl.a',
- 'build_glibc': 0,
- 'build_newlib': 0,
- 'build_irt': 1,
- 'build_pnacl_newlib': 0,
- 'build_nonsfi_helper': 0,
- },
- 'dependencies': [
- '../base/base_nacl.gyp:base_nacl',
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- 'mojo_public.gyp:mojo_public_system',
- ],
- 'defines': [
- 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
- ],
- 'sources': [
- '<@(mojo_edk_ports_sources)',
- '<@(mojo_edk_system_impl_sources)',
- ],
- 'conditions': [
- ['OS=="android" or chromeos==1', {
- 'defines': [
- 'MOJO_EDK_LEGACY_PROTOCOL',
- ],
- }],
- ],
- },
- {
- 'target_name': 'mojo_system_impl_nacl_nonsfi',
- 'type': 'none',
- 'variables': {
- 'nacl_untrusted_build': 1,
- 'nlib_target': 'libmojo_system_impl_nacl_nonsfi.a',
- 'build_glibc': 0,
- 'build_newlib': 0,
- 'build_irt': 0,
- 'build_pnacl_newlib': 0,
- 'build_nonsfi_helper': 1,
- },
- 'dependencies': [
- '../base/base_nacl.gyp:base_nacl_nonsfi',
- 'mojo_public.gyp:mojo_public_system',
- ],
- 'defines': [
- 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
- ],
- 'sources': [
- '<@(mojo_edk_ports_sources)',
- '<@(mojo_edk_system_impl_sources)',
- '<@(mojo_edk_system_impl_nacl_nonsfi_sources)',
- ],
- 'conditions': [
- ['OS=="android" or chromeos==1', {
- 'defines': [
- 'MOJO_EDK_LEGACY_PROTOCOL',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « mojo/mojo_edk.gypi ('k') | mojo/mojo_edk_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698