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

Unified Diff: mojo/mojo_services.gypi

Issue 409883007: Mojo: add support for cookies to HTMLViewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: apply review feedback Created 6 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 | « no previous file | mojo/services/html_viewer/blink_platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 44e522ccd75bb2d8cc49d603635dfaa981746d45..d4e97307cd7b0c518eed8acee791f5e74932c73c 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -50,6 +50,8 @@
'services/html_viewer/html_viewer.cc',
'services/html_viewer/html_document_view.cc',
'services/html_viewer/html_document_view.h',
+ 'services/html_viewer/webcookiejar_impl.cc',
+ 'services/html_viewer/webcookiejar_impl.h',
'services/html_viewer/webmimeregistry_impl.cc',
'services/html_viewer/webmimeregistry_impl.h',
'services/html_viewer/webstoragenamespace_impl.cc',
@@ -348,6 +350,7 @@
'target_name': 'mojo_network_bindings',
'type': 'static_library',
'sources': [
+ 'services/public/interfaces/network/cookie_store.mojom',
'services/public/interfaces/network/network_error.mojom',
'services/public/interfaces/network/network_service.mojom',
'services/public/interfaces/network/url_loader.mojom',
@@ -376,6 +379,8 @@
'mojo_network_bindings',
],
'sources': [
+ 'services/network/cookie_store_impl.cc',
+ 'services/network/cookie_store_impl.h',
'services/network/network_context.cc',
'services/network/network_context.h',
'services/network/network_service_impl.cc',
« no previous file with comments | « no previous file | mojo/services/html_viewer/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698