Chromium Code Reviews| Index: components/components.gyp |
| diff --git a/components/components.gyp b/components/components.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7500de748e37361f47afa9e6bb6d1c4b0c00a989 |
| --- /dev/null |
| +++ b/components/components.gyp |
| @@ -0,0 +1,9 @@ |
| +# Copyright (c) 2013 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': [ |
| + 'web_contents_delegate_android/web_contents_delegate_android.gypi', |
| + ], |
| +} |