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

Unified Diff: content/content_common.gypi

Issue 1742053002: Move trial token code to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 4669acc6b537f80c2dddb9e8b355968c946b72c8..533c6c621f2d6ee30270509ce0e65340e9f52e0c 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -539,6 +539,10 @@
'common/notification_constants.h',
'common/one_writer_seqlock.cc',
'common/one_writer_seqlock.h',
+ 'common/origin_trials/trial_token.cc',
+ 'common/origin_trials/trial_token.h',
+ 'common/origin_trials/trial_token_validator.cc',
+ 'common/origin_trials/trial_token_validator.h',
'common/origin_util.cc',
'common/p2p_messages.h',
'common/page_state_serialization.cc',

Powered by Google App Engine
This is Rietveld 408576698