| Index: components/components.gyp
|
| diff --git a/build/android/pylib/host_driven/__init__.py b/components/components.gyp
|
| similarity index 73%
|
| copy from build/android/pylib/host_driven/__init__.py
|
| copy to components/components.gyp
|
| index 727e987e6b621957ed56f20af1968525a9abadcf..09a4171995e434df6c3f5363f150f8e5d5cbec78 100644
|
| --- a/build/android/pylib/host_driven/__init__.py
|
| +++ b/components/components.gyp
|
| @@ -2,3 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +{
|
| + 'includes': [
|
| + 'visitedlink/visitedlink.gypi',
|
| + ],
|
| +}
|
|
|