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

Unified Diff: components/components_tests.gyp

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert for ios Created 6 years, 9 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 5e3de06abfcdee9e80b431f223482df4bad6a8fc..eab5d1178dc4d678174376a5b136b1c348ca3704 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -194,11 +194,8 @@
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
],
'dependencies': [
- # Dependencies of autofill/core/browser/credit_card_unittest.cc.
- # TODO(blundell): Eliminate the need for this conditional
- # dependence. crbug.com/328150
- '../webkit/webkit_resources.gyp:webkit_resources',
-
+ 'component_resources.gyp:component_resources',
+
# Dependencies of browser_context_keyed_service
'components.gyp:browser_context_keyed_service',

Powered by Google App Engine
This is Rietveld 408576698