Fix crash when JS alert from background page appears during lock screen
[chromium-blink-merge.git] / components / components.gyp
blobc3617390036496f6e22cd9605d5b9c5f9174c2d3
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'variables': {
7     # This turns on e.g. the filename-based detection of which
8     # platforms to include source files on (e.g. files ending in
9     # _mac.h or _mac.cc are only compiled on MacOSX).
10     'chromium_code': 1,
11    },
12   'includes': [
13     'autofill.gypi',
14     'auto_login_parser.gypi',
15     'browser_context_keyed_service.gypi',
16     'components_tests.gypi',
17     'navigation_interception.gypi',
18     'sessions.gypi',
19     'user_prefs.gypi',
20     'visitedlink.gypi',
21     'webdata.gypi',
22     'web_contents_delegate_android.gypi',
23     'web_modal.gypi',
24   ],