| Index: components/components.gyp
|
| diff --git a/components/components.gyp b/components/components.gyp
|
| index cc385a0f60929551213104b172ba14c090d0a83b..56ab26155486630b84c1da418a995a4a8519b156 100644
|
| --- a/components/components.gyp
|
| +++ b/components/components.gyp
|
| @@ -3,10 +3,17 @@
|
| # 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',
|
| 'components_tests.gypi',
|
| + 'encryptor.gypi',
|
| 'navigation_interception.gypi',
|
| 'user_prefs.gypi',
|
| 'visitedlink.gypi',
|
|
|