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',
40 'language_usage_metrics.gypi',
44 'navigation_metrics.gypi',
52 'packed_ct_ev_whitelist.gypi',
53 'password_manager.gypi',
60 'renderer_context_menu.gypi',
62 'search_engines.gypi',
63 'search_provider_logos.gypi',
66 'startup_metric_utils.gypi',
80 'webdata_services.gypi',
85 'external_video_surface.gypi',
86 'service_tab_launcher.gypi',
94 'devtools_discovery.gypi',
95 'devtools_http_handler.gypi',
96 'navigation_interception.gypi',
98 'safe_json_parser.gypi',
101 'web_contents_delegate_android.gypi',
103 'webui_generator.gypi',
108 'open_from_clipboard.gypi',
109 'webp_transcode.gypi',
112 ['OS != "ios" and OS != "android"', {
117 'proximity_auth.gypi',
118 'storage_monitor.gypi',
128 ['OS == "win" or OS == "mac"', {
135 'browser_watcher.gypi',
138 ['chromeos == 1 or use_ash == 1', {
140 'session_manager.gypi',
144 ['toolkit_views==1', {
146 'constrained_window.gypi',
149 ['enable_basic_printing==1 or enable_print_preview==1', {
154 ['enable_plugins==1', {
159 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps
160 # in components/apps.
161 ['enable_extensions == 1 and chromeos == 1', {