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

Unified Diff: sync/sync_internal_api.gypi

Issue 73723006: Allow customization of HttpPostProviderFactory via ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix clang compile error Created 7 years 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 | « sync/internal_api/public/network_time_update_callback.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_internal_api.gypi
diff --git a/sync/sync_internal_api.gypi b/sync/sync_internal_api.gypi
index d750176146a851b60cbc70981de5c4d41919bedc..abcfa4f1b58aab7cbe0a733f5ac3d5b214a59a00 100644
--- a/sync/sync_internal_api.gypi
+++ b/sync/sync_internal_api.gypi
@@ -25,6 +25,7 @@
'internal_api/debug_info_event_listener.cc',
'internal_api/debug_info_event_listener.h',
'internal_api/http_bridge.cc',
+ 'internal_api/http_bridge_network_resources.cc',
'internal_api/internal_components_factory_impl.cc',
'internal_api/js_mutation_event_observer.cc',
'internal_api/js_mutation_event_observer.h',
@@ -68,10 +69,12 @@
'internal_api/public/engine/sync_status.cc',
'internal_api/public/engine/sync_status.h',
'internal_api/public/http_bridge.h',
+ 'internal_api/public/http_bridge_network_resources.h',
'internal_api/public/http_post_provider_factory.h',
'internal_api/public/http_post_provider_interface.h',
'internal_api/public/internal_components_factory.h',
'internal_api/public/internal_components_factory_impl.h',
+ 'internal_api/public/network_resources.h',
'internal_api/public/read_node.h',
'internal_api/public/read_transaction.h',
'internal_api/public/sessions/model_neutral_state.cc',
« no previous file with comments | « sync/internal_api/public/network_time_update_callback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698