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

Unified 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: Pull 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 side-by-side diff with in-line comments
Download patch
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 10a32133153d25649849134cfb068b974373dd8c..46418c23a47b242745fda01a8831ff376e9687b9 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -208,6 +208,8 @@
'common/content_paths.cc',
'common/content_switches_internal.cc',
'common/content_switches_internal.h',
+ 'common/cross_site_document_classifier.cc',
+ 'common/cross_site_document_classifier.h',
'common/cursors/webcursor.cc',
'common/cursors/webcursor.h',
'common/cursors/webcursor_android.cc',
@@ -267,10 +269,10 @@
'common/geofencing_types.cc',
'common/geofencing_types.h',
'common/gin_java_bridge_messages.h',
- 'common/gpu/client/command_buffer_proxy_impl.cc',
- 'common/gpu/client/command_buffer_proxy_impl.h',
'common/gpu/client/command_buffer_metrics.cc',
'common/gpu/client/command_buffer_metrics.h',
+ 'common/gpu/client/command_buffer_proxy_impl.cc',
+ 'common/gpu/client/command_buffer_proxy_impl.h',
'common/gpu/client/context_provider_command_buffer.cc',
'common/gpu/client/context_provider_command_buffer.h',
'common/gpu/client/gl_helper.cc',

Powered by Google App Engine
This is Rietveld 408576698