| Index: components/components.gyp
|
| diff --git a/components/components.gyp b/components/components.gyp
|
| index cc385a0f60929551213104b172ba14c090d0a83b..589c2411a505d802174a18212fb1009e4193f7dd 100644
|
| --- a/components/components.gyp
|
| +++ b/components/components.gyp
|
| @@ -3,6 +3,12 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| + 'variables': {
|
| + # This turns on e.g. the filename-based detection of which
|
| + # platforms to include source files on (e.g. files ending in
|
| + # _mac.h or _mac.cc are only compiled on MacOSX).
|
| + 'chromium_code': 1,
|
| + },
|
| 'includes': [
|
| 'autofill.gypi',
|
| 'auto_login_parser.gypi',
|
| @@ -10,6 +16,7 @@
|
| 'navigation_interception.gypi',
|
| 'user_prefs.gypi',
|
| 'visitedlink.gypi',
|
| + 'webdata.gypi',
|
| 'web_contents_delegate_android.gypi',
|
| ],
|
| }
|
|
|