Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: content/content_common.gypi

Issue 223583003: Exclude wifi_data_provider_linux.cc for chromecast build as chromecast uses wpa_supplicant instead … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chromecast-specific content port implementation. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'common/content_switches_internal.cc', 165 'common/content_switches_internal.cc',
166 'common/content_switches_internal.h', 166 'common/content_switches_internal.h',
167 'common/cookie_data.cc', 167 'common/cookie_data.cc',
168 'common/cookie_data.h', 168 'common/cookie_data.h',
169 'common/cursors/webcursor.cc', 169 'common/cursors/webcursor.cc',
170 'common/cursors/webcursor.h', 170 'common/cursors/webcursor.h',
171 'common/cursors/webcursor_android.cc', 171 'common/cursors/webcursor_android.cc',
172 'common/cursors/webcursor_aura.cc', 172 'common/cursors/webcursor_aura.cc',
173 'common/cursors/webcursor_aurawin.cc', 173 'common/cursors/webcursor_aurawin.cc',
174 'common/cursors/webcursor_aurax11.cc', 174 'common/cursors/webcursor_aurax11.cc',
175 'common/cursors/webcursor_cast.cc',
175 'common/cursors/webcursor_mac.mm', 176 'common/cursors/webcursor_mac.mm',
176 'common/cursors/webcursor_ozone.cc', 177 'common/cursors/webcursor_ozone.cc',
177 'common/cursors/webcursor_win.cc', 178 'common/cursors/webcursor_win.cc',
178 'common/database_messages.h', 179 'common/database_messages.h',
179 'common/date_time_suggestion.h', 180 'common/date_time_suggestion.h',
180 'common/desktop_notification_messages.h', 181 'common/desktop_notification_messages.h',
181 'common/device_orientation/device_motion_hardware_buffer.h', 182 'common/device_orientation/device_motion_hardware_buffer.h',
182 'common/device_orientation/device_motion_messages.h', 183 'common/device_orientation/device_motion_messages.h',
183 'common/device_orientation/device_orientation_hardware_buffer.h', 184 'common/device_orientation/device_orientation_hardware_buffer.h',
184 'common/device_orientation/device_orientation_messages.h', 185 'common/device_orientation/device_orientation_messages.h',
185 'common/devtools_messages.h', 186 'common/devtools_messages.h',
186 'common/dom_storage/dom_storage_map.cc', 187 'common/dom_storage/dom_storage_map.cc',
187 'common/dom_storage/dom_storage_map.h', 188 'common/dom_storage/dom_storage_map.h',
188 'common/dom_storage/dom_storage_messages.h', 189 'common/dom_storage/dom_storage_messages.h',
189 'common/drag_event_source_info.h', 190 'common/drag_event_source_info.h',
190 'common/drag_messages.h', 191 'common/drag_messages.h',
191 'common/drag_traits.h', 192 'common/drag_traits.h',
192 'common/edit_command.h', 193 'common/edit_command.h',
193 'common/file_utilities_messages.h', 194 'common/file_utilities_messages.h',
194 'common/fileapi/file_system_messages.h', 195 'common/fileapi/file_system_messages.h',
195 'common/fileapi/webblob_messages.h', 196 'common/fileapi/webblob_messages.h',
196 'common/font_cache_dispatcher_win.cc', 197 'common/font_cache_dispatcher_win.cc',
197 'common/font_cache_dispatcher_win.h', 198 'common/font_cache_dispatcher_win.h',
198 'common/font_config_ipc_linux.cc', 199 'common/font_config_ipc_linux.cc',
199 'common/font_config_ipc_linux.h', 200 'common/font_config_ipc_linux.h',
200 'common/font_list.cc', 201 'common/font_list.cc',
201 'common/font_list.h', 202 'common/font_list.h',
202 'common/font_list_android.cc', 203 'common/font_list_android.cc',
204 'common/font_list_cast.cc',
203 'common/font_list_mac.mm', 205 'common/font_list_mac.mm',
204 'common/font_list_ozone.cc', 206 'common/font_list_ozone.cc',
205 'common/font_list_pango.cc', 207 'common/font_list_pango.cc',
206 'common/font_list_win.cc', 208 'common/font_list_win.cc',
207 'common/frame_message_enums.h', 209 'common/frame_message_enums.h',
208 'common/frame_messages.h', 210 'common/frame_messages.h',
209 'common/frame_param.cc', 211 'common/frame_param.cc',
210 'common/frame_param.h', 212 'common/frame_param.h',
211 'common/frame_param_macros.h', 213 'common/frame_param_macros.h',
212 'common/gamepad_hardware_buffer.h', 214 'common/gamepad_hardware_buffer.h',
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 752 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
751 'common/sandbox_linux/bpf_renderer_policy_linux.h', 753 'common/sandbox_linux/bpf_renderer_policy_linux.h',
752 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 754 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
753 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
754 ], 756 ],
755 }, { 757 }, {
756 'defines': ['USE_SECCOMP_BPF'], 758 'defines': ['USE_SECCOMP_BPF'],
757 }], 759 }],
758 ], 760 ],
759 } 761 }
OLDNEW
« content/browser/power_save_blocker_cast.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698