athena: Allow dragging the window-title down to switch between windows.
[chromium-blink-merge.git] / components / components.gyp
blob62e189a10b2952f39b0ffea0e6f6fa7ab8f6a706
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     'auto_login_parser.gypi',
14     'autofill.gypi',
15     'bookmarks.gypi',
16     'breakpad.gypi',
17     'captive_portal.gypi',
18     'cloud_devices.gypi',
19     'component_updater.gypi',
20     'content_settings.gypi',
21     'cronet.gypi',
22     'data_reduction_proxy.gypi',
23     'dom_distiller.gypi',
24     'domain_reliability.gypi',
25     'enhanced_bookmarks.gypi',
26     'favicon.gypi',
27     'favicon_base.gypi',
28     'google.gypi',
29     'history.gypi',
30     'infobars.gypi',
31     'json_schema.gypi',
32     'keyed_service.gypi',
33     'language_usage_metrics.gypi',
34     'leveldb_proto.gypi',
35     'metrics.gypi',
36     'navigation_metrics.gypi',
37     'network_time.gypi',
38     'omaha_query_params.gypi',
39     'onc.gypi',
40     'os_crypt.gypi',
41     'password_manager.gypi',
42     'policy.gypi',
43     'precache.gypi',
44     'pref_registry.gypi',
45     'query_parser.gypi',
46     'rappor.gypi',
47     'search.gypi',
48     'search_provider_logos.gypi',
49     'signin.gypi',
50     'startup_metric_utils.gypi',
51     'suggestions.gypi',
52     'translate.gypi',
53     'url_fixer.gypi',
54     'url_matcher.gypi',
55     'user_prefs.gypi',
56     'variations.gypi',
57     'webdata.gypi',
58   ],
59   'conditions': [
60     ['OS != "ios"', {
61       'includes': [
62         'cdm.gypi',
63         'navigation_interception.gypi',
64         'plugins.gypi',
65         'sessions.gypi',
66         'visitedlink.gypi',
67         'web_contents_delegate_android.gypi',
68         'web_modal.gypi',
69       ],
70     }],
71     ['OS != "android"', {
72       'includes': [
73         'feedback.gypi',
74       ]
75     }],
76     ['OS != "ios" and OS != "android"', {
77       'includes': [
78         'copresence.gypi',
79         'storage_monitor.gypi',
80         'usb_service.gypi',
81       ]
82     }],
83     ['chromeos == 1', {
84       'includes': [
85         'pairing.gypi',
86       ],
87     }],
88     ['OS == "win" or OS == "mac"', {
89       'includes': [
90         'wifi.gypi',
91       ],
92     }],
93     ['use_ash==1', {
94       'includes': [
95         'session_manager.gypi',
96         'user_manager.gypi',
97       ],
98     }],
99     ['android_webview_build == 0', {
100       # Android WebView fails to build if a dependency on these targets is
101       # introduced.
102       'includes': [
103         'gcm_driver.gypi',
104         'omnibox.gypi',
105         'renderer_context_menu.gypi',
106         'search_engines.gypi',
107         'sync_driver.gypi',
108         'invalidation.gypi',
109       ],
110     }],
111   ],