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

Unified Diff: components/variations.gypi

Issue 1271123003: Componentize VariationsSeedStore and its unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_variations_prefs
Patch Set: Rebase Created 5 years, 4 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/variations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations.gypi
diff --git a/components/variations.gypi b/components/variations.gypi
index 19e6dd628426d70d512baaa5713a5d73a42bd016..db2bfb0712ad655a545e05c3380eeceb2a2ff5a8 100644
--- a/components/variations.gypi
+++ b/components/variations.gypi
@@ -16,7 +16,9 @@
# adding extra dependencies without first checking with OWNERS.
'../base/base.gyp:base',
'../base/base.gyp:base_prefs',
+ '../crypto/crypto.gyp:crypto',
'../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
+ '../third_party/protobuf/protobuf.gyp:protobuf_lite',
],
'sources': [
# Note: sources list duplicated in GN build.
@@ -56,6 +58,8 @@
'variations/variations_seed_processor.h',
'variations/variations_seed_simulator.cc',
'variations/variations_seed_simulator.h',
+ 'variations/variations_seed_store.cc',
+ 'variations/variations_seed_store.h',
'variations/variations_service_client.h',
'variations/variations_url_constants.cc',
'variations/variations_url_constants.h',
« no previous file with comments | « components/components_tests.gyp ('k') | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698