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

Unified Diff: components/components_tests.gyp

Issue 570253002: Componentize NetErrorHelperCore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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_strings.grd ('k') | components/error_page.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 1931e435154a09936eb32cc8c83229d65dbb9940..4c779a6e2ec8b6003a33500e5a9441be7316e5bb 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -458,6 +458,7 @@
'sources': [
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
+ 'error_page/renderer/net_error_helper_core_unittest.cc',
'metrics/gpu/gpu_metrics_provider_unittest.cc',
'password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc',
'power/origin_power_map_unittest.cc',
@@ -471,6 +472,9 @@
# Dependencies of dom_distiller
'components.gyp:dom_distiller_content',
+ # Dependencies of error_page
+ 'components.gyp:error_page_renderer',
+
# Dependencies of
# intercept_navigation_resource_throttle_unittest.cc
'../skia/skia.gyp:skia',
« no previous file with comments | « components/components_strings.grd ('k') | components/error_page.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698