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

Unified Diff: components/password_manager.gypi

Issue 615483002: Credential Manager: Extract browser-side IPC to a stand-alone dispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 6 years, 3 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 | « components/components_tests.gyp ('k') | components/password_manager/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index 63d93d8f82ce527805faa2ac89925341e74b923f..a4d85593a6b7d79e1f15f94fd08b0a8366d1a39c 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -25,6 +25,7 @@
# Note: sources list duplicated in GN build.
'password_manager/core/browser/browser_save_password_progress_logger.cc',
'password_manager/core/browser/browser_save_password_progress_logger.h',
+ 'password_manager/core/browser/credential_manager_dispatcher.h',
'password_manager/core/browser/log_receiver.h',
'password_manager/core/browser/log_router.cc',
'password_manager/core/browser/log_router.h',
@@ -220,6 +221,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'password_manager/content/browser/content_credential_manager_dispatcher.cc',
+ 'password_manager/content/browser/content_credential_manager_dispatcher.h',
'password_manager/content/browser/content_password_manager_driver.cc',
'password_manager/content/browser/content_password_manager_driver.h',
'password_manager/content/browser/password_manager_internals_service_factory.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698