| Index: content/components/content_components.gyp
|
| diff --git a/native_client_sdk/src/build_tools/sdk_tools/command/__init__.py b/content/components/content_components.gyp
|
| similarity index 65%
|
| copy from native_client_sdk/src/build_tools/sdk_tools/command/__init__.py
|
| copy to content/components/content_components.gyp
|
| index a7b1510b09aaf61f17175667bd4d0c9867d4ba3b..8c9e06e0c4ed4a0b0e08bde4f61c1ae0b7d34935 100644
|
| --- a/native_client_sdk/src/build_tools/sdk_tools/command/__init__.py
|
| +++ b/content/components/content_components.gyp
|
| @@ -1,5 +1,10 @@
|
| # 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.
|
|
|
| -"""Package for all sdk_update commands."""
|
| +{
|
| + 'includes': [
|
| + 'navigation_interception/navigation_interception.gypi',
|
| + ],
|
| +}
|
|
|