| Index: components/tracing.gyp
|
| diff --git a/components/components_tracing.gyp b/components/tracing.gyp
|
| similarity index 70%
|
| rename from components/components_tracing.gyp
|
| rename to components/tracing.gyp
|
| index f11c823de077b96577d0e82b98ee54fc7aa084f5..fe7e588f3ff65327e8202241c70b6fc5e288135e 100644
|
| --- a/components/components_tracing.gyp
|
| +++ b/components/tracing.gyp
|
| @@ -3,6 +3,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# This file is intentionally a gyp file rather than a gypi for dependencies
|
| +# reasons. The other gypi files include content.gyp and content_common depends
|
| +# on this, thus if you try to rename this to gypi and include it in
|
| +# components.gyp, you will get a circular dependency error.
|
| {
|
| 'targets' : [
|
| {
|
|
|