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

Unified Diff: tools/variations/unittest_data/test_config.json

Issue 1209743002: Generate a static struct from fieldtrial_testing_config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_nested_structs
Patch Set: add +x file permission Created 5 years, 5 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 | « tools/variations/unittest_data/expected_output.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/variations/unittest_data/test_config.json
diff --git a/tools/variations/unittest_data/test_config.json b/tools/variations/unittest_data/test_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..58beff3c09daed5deea3b774b90269bcb784118c
--- /dev/null
+++ b/tools/variations/unittest_data/test_config.json
@@ -0,0 +1,14 @@
+{
+ "TestStudy1": [
+ {"group_name": "TestGroup1"}
+ ],
+ "TestStudy2": [
+ {
+ "group_name": "TestGroup2",
+ "params": {
+ "x": "1",
+ "y": "2"
+ }
+ }
+ ]
+}
« no previous file with comments | « tools/variations/unittest_data/expected_output.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698