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

Unified Diff: content/shell/BUILD.gn

Issue 2049783002: Refactor OriginTrialPolicy to be an abstract interface in content/public/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ef-add-revoked-feature-list
Patch Set: Remove (c) from copyright headers on new files Created 4 years, 6 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/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index d28fe8061c14215aa964ffa9965504eedc7dc81c..9a1183c2ffb803934029e6d800181bdb2206fcb8 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -159,6 +159,8 @@ static_library("content_shell_lib") {
"common/shell_content_client.h",
"common/shell_messages.cc",
"common/shell_messages.h",
+ "common/shell_origin_trial_policy.cc",
+ "common/shell_origin_trial_policy.h",
"common/shell_switches.cc",
"common/shell_switches.h",
"common/shell_test_configuration.cc",

Powered by Google App Engine
This is Rietveld 408576698