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

Unified Diff: components/component_updater.gypi

Issue 1570873003: Adds a mock for component_updater::ComponentUpdateService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds dependency on //base Created 4 years, 11 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 | components/component_updater/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater.gypi
diff --git a/components/component_updater.gypi b/components/component_updater.gypi
index f90fa46cc12f010f56276b1a53dc6f10613104f7..3baecca027264d30c762614a9b8cdd302a8d4ecf 100644
--- a/components/component_updater.gypi
+++ b/components/component_updater.gypi
@@ -38,5 +38,22 @@
'component_updater/timer.h',
],
},
+ {
+ # GN version: //components/component_updater:test_support
+ 'target_name': 'component_updater_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../testing/gmock.gyp:gmock',
+ 'component_updater',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'component_updater/mock_component_updater_service.cc',
+ 'component_updater/mock_component_updater_service.h',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | components/component_updater/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698