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

Unified Diff: components/password_manager.gypi

Issue 533493004: Credential Manager: Refactor password_manager::CredentialManagerClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicit. 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/renderer/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 62be18a2c2939ad82ce5423155dc8b0809a34e49..63d93d8f82ce527805faa2ac89925341e74b923f 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -199,26 +199,6 @@
],
},
{
- # GN version: //components/password_manager/core/browser:test_support
- 'target_name': 'password_manager_content_renderer_test_support',
- 'type': 'static_library',
- 'dependencies': [
- 'password_manager_content_common',
- '../base/base.gyp:base',
- '../testing/gmock.gyp:gmock',
- '../testing/gtest.gyp:gtest',
- '../third_party/WebKit/public/blink.gyp:blink',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- 'password_manager/content/renderer/test_credential_manager_client.cc',
- 'password_manager/content/renderer/test_credential_manager_client.h',
- ],
- },
- {
# GN version: //components/password_manager/content/browser
'target_name': 'password_manager_content_browser',
'type': 'static_library',
« no previous file with comments | « components/components_tests.gyp ('k') | components/password_manager/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698