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.
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).
13 'auto_login_parser.gypi',
16 'captive_portal.gypi',
18 'component_updater.gypi',
19 'content_settings.gypi',
23 'data_reduction_proxy.gypi',
24 'device_event_log.gypi',
26 'domain_reliability.gypi',
27 'enhanced_bookmarks.gypi',
39 'language_usage_metrics.gypi',
43 'navigation_metrics.gypi',
50 'packed_ct_ev_whitelist.gypi',
51 'password_manager.gypi',
58 'renderer_context_menu.gypi',
60 'search_engines.gypi',
61 'search_provider_logos.gypi',
64 'startup_metric_utils.gypi',
78 'webdata_services.gypi',
83 'service_tab_launcher.gypi',
91 'devtools_discovery.gypi',
92 'devtools_http_handler.gypi',
93 'navigation_interception.gypi',
97 'web_contents_delegate_android.gypi',
99 'webui_generator.gypi',
104 'open_from_clipboard.gypi',
105 'webp_transcode.gypi',
108 ['OS != "ios" and OS != "android"', {
113 'proximity_auth.gypi',
114 'storage_monitor.gypi',
124 ['OS == "win" or OS == "mac"', {
131 'browser_watcher.gypi',
134 ['chromeos == 1 or use_ash == 1', {
136 'session_manager.gypi',
140 ['toolkit_views==1', {
142 'constrained_window.gypi',
145 ['enable_basic_printing==1 or enable_print_preview==1', {
150 ['enable_plugins==1', {
155 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps
156 # in components/apps.
157 ['enable_extensions == 1 and chromeos == 1', {