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

Unified Diff: tools/variations/fieldtrial_to_struct_unittest.py

Issue 2465953002: Move Field Trial Utils from chrome/common/variations to components/variations/field_trial_util (Closed)
Patch Set: Moved to components/variations/field_trial_util and chrome switches 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
« no previous file with comments | « components/variations/variations_switches.cc ('k') | tools/variations/unittest_data/expected_output.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/variations/fieldtrial_to_struct_unittest.py
diff --git a/tools/variations/fieldtrial_to_struct_unittest.py b/tools/variations/fieldtrial_to_struct_unittest.py
index 97f830874d529b179edcc520d1dbc238869c8840..4f10bacb0383076156ac61ac020770571906d09f 100644
--- a/tools/variations/fieldtrial_to_struct_unittest.py
+++ b/tools/variations/fieldtrial_to_struct_unittest.py
@@ -208,8 +208,8 @@ class FieldTrialToStruct(unittest.TestCase):
self.assertEqual(expected, result)
def test_FieldTrialToStructMain(self):
- schema = (
- '../../chrome/common/variations/fieldtrial_testing_config_schema.json')
+ schema = ('../../components/variations/field_trial_config/'
+ 'field_trial_testing_config_schema.json')
test_output_filename = 'test_output'
fieldtrial_to_struct.main([
'--schema=' + schema,
« no previous file with comments | « components/variations/variations_switches.cc ('k') | tools/variations/unittest_data/expected_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698