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

Unified Diff: content/content_components_tracing.gyp

Issue 11624021: Move tracing component to src/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 8 years 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
Index: content/content_components_tracing.gyp
diff --git a/content/content_components_tracing.gyp b/content/content_components_tracing.gyp
deleted file mode 100644
index c9537b16a81784a3dab1c750f09a5ec47cf0c3be..0000000000000000000000000000000000000000
--- a/content/content_components_tracing.gyp
+++ /dev/null
@@ -1,27 +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.
-
-{
- 'targets' : [
- {
- 'target_name': 'tracing',
- 'type': 'static_library',
- 'defines!': ['CONTENT_IMPLEMENTATION'],
- 'dependencies': [
- '../base/base.gyp:base',
- '../ipc/ipc.gyp:ipc',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'components/tracing/child_trace_message_filter.cc',
- 'components/tracing/child_trace_message_filter.h',
- 'components/tracing/tracing_messages.cc',
- 'components/tracing/tracing_messages.h',
- ],
- },
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698