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

Unified Diff: jingle/jingle_nacl.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge 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 | « jingle/jingle.gyp ('k') | native_client_sdk/native_client_sdk_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/jingle_nacl.gyp
diff --git a/jingle/jingle_nacl.gyp b/jingle/jingle_nacl.gyp
deleted file mode 100644
index b20f6414e3d09a463dd37a2fef9df2536943a28d..0000000000000000000000000000000000000000
--- a/jingle/jingle_nacl.gyp
+++ /dev/null
@@ -1,42 +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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'includes': [
- '../native_client/build/untrusted.gypi',
- 'jingle.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'jingle_glue_nacl',
- 'type': 'none',
- 'variables': {
- 'nacl_untrusted_build': 1,
- 'nlib_target': 'libjingle_glue_nacl.a',
- 'build_glibc': 0,
- 'build_newlib': 0,
- 'build_pnacl_newlib': 1,
- },
- 'sources': [
- '<@(jingle_glue_sources)',
- ],
- 'sources!': [
- 'glue/chrome_async_socket.cc',
- 'glue/proxy_resolving_client_socket.cc',
- 'glue/xmpp_client_socket_factory.cc',
- ],
- 'dependencies': [
- '../base/base_nacl.gyp:base_nacl',
- '../net/net_nacl.gyp:net_nacl',
- '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
- ],
- 'export_dependent_settings': [
- '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
- ],
- }
- ]
-}
« no previous file with comments | « jingle/jingle.gyp ('k') | native_client_sdk/native_client_sdk_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698