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

Unified Diff: content/content_common.gypi

Issue 1208143002: Move existing kSitePerProcess checks to a policy-oracle object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@swapped_out_cmdline_checks
Patch Set: Attempt to fix compile. Created 5 years, 5 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
« no previous file with comments | « content/common/site_isolation_policy.cc ('k') | content/public/browser/site_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 296dc28e90ab2e7452900e0a9af51d951f0bcfe0..8b5a3744145b103c2c51f270a617e4a3531a2d73 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -39,6 +39,8 @@
'public_common_sources': [
'public/common/appcache_info.h',
'public/common/bindings_policy.h',
+ 'public/common/browser_plugin_guest_mode.cc',
+ 'public/common/browser_plugin_guest_mode.h',
'public/common/child_process_host.h',
'public/common/child_process_host_delegate.cc',
'public/common/child_process_host_delegate.h',
@@ -360,6 +362,8 @@
'common/host_discardable_shared_memory_manager.h',
'common/host_shared_bitmap_manager.cc',
'common/host_shared_bitmap_manager.h',
+ 'common/in_process_child_thread_params.cc',
+ 'common/in_process_child_thread_params.h',
'common/indexed_db/indexed_db_constants.h',
'common/indexed_db/indexed_db_key.cc',
'common/indexed_db/indexed_db_key.h',
@@ -407,8 +411,6 @@
'common/input_messages.h',
'common/inter_process_time_ticks_converter.cc',
'common/inter_process_time_ticks_converter.h',
- 'common/in_process_child_thread_params.cc',
- 'common/in_process_child_thread_params.h',
'common/mac/attributed_string_coder.h',
'common/mac/attributed_string_coder.mm',
'common/mac/font_descriptor.h',
@@ -454,8 +456,8 @@
'common/net/url_request_user_data.h',
'common/one_writer_seqlock.cc',
'common/one_writer_seqlock.h',
- 'common/p2p_messages.h',
'common/origin_util.cc',
+ 'common/p2p_messages.h',
'common/page_state_serialization.cc',
'common/page_state_serialization.h',
'common/page_zoom.cc',
@@ -533,6 +535,8 @@
'common/set_process_title.h',
'common/set_process_title_linux.cc',
'common/set_process_title_linux.h',
+ 'common/site_isolation_policy.cc',
+ 'common/site_isolation_policy.h',
'common/speech_recognition_messages.h',
'common/ssl_status_serialization.cc',
'common/ssl_status_serialization.h',
« no previous file with comments | « content/common/site_isolation_policy.cc ('k') | content/public/browser/site_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698