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

Side by Side Diff: content/content_common.gypi

Issue 1174323002: [Patch 5 of 6] Split out the site_isolation_policy files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename_policy_to_sniffer3
Patch Set: Re-upload. Created 5 years, 6 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
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'common/content_export.h', 201 'common/content_export.h',
202 'common/content_ipc_logging.cc', 202 'common/content_ipc_logging.cc',
203 'common/content_message_generator.cc', 203 'common/content_message_generator.cc',
204 'common/content_message_generator.h', 204 'common/content_message_generator.h',
205 'common/content_param_traits.cc', 205 'common/content_param_traits.cc',
206 'common/content_param_traits.h', 206 'common/content_param_traits.h',
207 'common/content_param_traits_macros.h', 207 'common/content_param_traits_macros.h',
208 'common/content_paths.cc', 208 'common/content_paths.cc',
209 'common/content_switches_internal.cc', 209 'common/content_switches_internal.cc',
210 'common/content_switches_internal.h', 210 'common/content_switches_internal.h',
211 'common/cross_site_document_classifier.cc',
212 'common/cross_site_document_classifier.h',
211 'common/cursors/webcursor.cc', 213 'common/cursors/webcursor.cc',
212 'common/cursors/webcursor.h', 214 'common/cursors/webcursor.h',
213 'common/cursors/webcursor_android.cc', 215 'common/cursors/webcursor_android.cc',
214 'common/cursors/webcursor_aura.cc', 216 'common/cursors/webcursor_aura.cc',
215 'common/cursors/webcursor_aurawin.cc', 217 'common/cursors/webcursor_aurawin.cc',
216 'common/cursors/webcursor_aurax11.cc', 218 'common/cursors/webcursor_aurax11.cc',
217 'common/cursors/webcursor_mac.mm', 219 'common/cursors/webcursor_mac.mm',
218 'common/cursors/webcursor_ozone.cc', 220 'common/cursors/webcursor_ozone.cc',
219 'common/database_messages.h', 221 'common/database_messages.h',
220 'common/date_time_suggestion.h', 222 'common/date_time_suggestion.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'common/gamepad_hardware_buffer.h', 262 'common/gamepad_hardware_buffer.h',
261 'common/gamepad_messages.h', 263 'common/gamepad_messages.h',
262 'common/gamepad_param_traits.cc', 264 'common/gamepad_param_traits.cc',
263 'common/gamepad_param_traits.h', 265 'common/gamepad_param_traits.h',
264 'common/gamepad_user_gesture.cc', 266 'common/gamepad_user_gesture.cc',
265 'common/gamepad_user_gesture.h', 267 'common/gamepad_user_gesture.h',
266 'common/geofencing_messages.h', 268 'common/geofencing_messages.h',
267 'common/geofencing_types.cc', 269 'common/geofencing_types.cc',
268 'common/geofencing_types.h', 270 'common/geofencing_types.h',
269 'common/gin_java_bridge_messages.h', 271 'common/gin_java_bridge_messages.h',
272 'common/gpu/client/command_buffer_metrics.cc',
273 'common/gpu/client/command_buffer_metrics.h',
270 'common/gpu/client/command_buffer_proxy_impl.cc', 274 'common/gpu/client/command_buffer_proxy_impl.cc',
271 'common/gpu/client/command_buffer_proxy_impl.h', 275 'common/gpu/client/command_buffer_proxy_impl.h',
272 'common/gpu/client/command_buffer_metrics.cc',
273 'common/gpu/client/command_buffer_metrics.h',
274 'common/gpu/client/context_provider_command_buffer.cc', 276 'common/gpu/client/context_provider_command_buffer.cc',
275 'common/gpu/client/context_provider_command_buffer.h', 277 'common/gpu/client/context_provider_command_buffer.h',
276 'common/gpu/client/gl_helper.cc', 278 'common/gpu/client/gl_helper.cc',
277 'common/gpu/client/gl_helper.h', 279 'common/gpu/client/gl_helper.h',
278 'common/gpu/client/gl_helper_readback_support.cc', 280 'common/gpu/client/gl_helper_readback_support.cc',
279 'common/gpu/client/gl_helper_readback_support.h', 281 'common/gpu/client/gl_helper_readback_support.h',
280 'common/gpu/client/gl_helper_scaling.cc', 282 'common/gpu/client/gl_helper_scaling.cc',
281 'common/gpu/client/gl_helper_scaling.h', 283 'common/gpu/client/gl_helper_scaling.h',
282 'common/gpu/client/gpu_channel_host.cc', 284 'common/gpu/client/gpu_channel_host.cc',
283 'common/gpu/client/gpu_channel_host.h', 285 'common/gpu/client/gpu_channel_host.h',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1061 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1060 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1062 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1061 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1063 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1062 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1064 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1065 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1064 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1066 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1065 ], 1067 ],
1066 }], 1068 }],
1067 ], 1069 ],
1068 } 1070 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698