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

Unified Diff: chrome/common/BUILD.gn

Issue 2465953002: Move Field Trial Utils from chrome/common/variations to components/variations/field_trial_util (Closed)
Patch Set: Created 4 years, 1 month 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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 345c5c54a35a9c352f054097d5bf0d478e9644b1..97a8e5cbbacecad76d247fd91fe3341bf36aab1b 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -146,8 +146,6 @@ static_library("common") {
"v8_breakpad_support_win.h",
"variations/child_process_field_trial_syncer.cc",
"variations/child_process_field_trial_syncer.h",
- "variations/variations_util.cc",
- "variations/variations_util.h",
"web_application_info.cc",
"web_application_info.h",
"widevine_cdm_constants.cc",
@@ -172,7 +170,6 @@ static_library("common") {
"//chrome/common:constants",
"//chrome/common/net",
"//chrome/common/safe_browsing:proto",
- "//chrome/common/variations:fieldtrial_testing_config",
"//chrome/installer/util:with_no_strings",
"//components/autofill/content/common:ipc_traits",
"//components/autofill/core/common",

Powered by Google App Engine
This is Rietveld 408576698