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

Unified Diff: components/tracing_untrusted.gyp

Issue 185063002: Rename tracing_untrusted->tracing_nacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « components/tracing_nacl.gyp ('k') | ppapi/native_client/native_client.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing_untrusted.gyp
diff --git a/components/tracing_untrusted.gyp b/components/tracing_untrusted.gyp
deleted file mode 100644
index 99ae413b2d0b10066386603feaf86fb7ba7e2b17..0000000000000000000000000000000000000000
--- a/components/tracing_untrusted.gyp
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright (c) 2012 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.
-
-{
- 'includes': [
- '../build/common_untrusted.gypi',
- ],
- 'conditions': [
- ['disable_nacl==0 and disable_nacl_untrusted==0', {
- 'targets': [
- {
- 'target_name': 'tracing_untrusted',
- 'type': 'none',
- 'defines!': ['CONTENT_IMPLEMENTATION'],
- 'dependencies': [
- '../base/base_nacl.gyp:base_nacl',
- '../native_client/tools.gyp:prep_toolchain',
- '../ipc/ipc.gyp:ipc',
- ],
- 'include_dirs': [
- '..',
- ],
- 'variables': {
- 'nacl_untrusted_build': 1,
- 'nlib_target': 'libtracing_untrusted.a',
- 'build_glibc': 0,
- 'build_newlib': 0,
- 'build_irt': 1,
- },
- 'sources': [
- 'tracing/child_trace_message_filter.cc',
- 'tracing/child_trace_message_filter.h',
- 'tracing/tracing_messages.cc',
- 'tracing/tracing_messages.h',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « components/tracing_nacl.gyp ('k') | ppapi/native_client/native_client.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698