summaryrefslogtreecommitdiff
path: root/chromium/components/components.gyp
blob: 47ece66a0d516f6268359b0c62460ab9e0a7a15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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.

{
  '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',
    'breakpad.gypi',
    'dom_distiller.gypi',
    'json_schema.gypi',
    'navigation_metrics.gypi',
    'onc.gypi',
    'policy.gypi',
    'precache.gypi',
    'startup_metric_utils.gypi',
    'translate.gypi',
    'user_prefs.gypi',
    'variations.gypi',
    'webdata.gypi',
  ],
  'conditions': [
    ['OS != "ios"', {
      'includes': [
        'browser_context_keyed_service.gypi',
        'navigation_interception.gypi',
        'plugins.gypi',
        'sessions.gypi',
        'url_matcher.gypi',
        'visitedlink.gypi',
        'web_contents_delegate_android.gypi',
        'web_modal.gypi',
        'wifi.gypi',
      ],
    }],
  ],
}