|
Generate a static struct from fieldtrial_testing_config
This is gives Chromium developers visibility into what features are active, but hidden behind field trial testing while developing Chromium.
There is already a JSON file in Chromium with which field trials should be active. The goal is make a code generator to output a struct based off the contents of this JSON file. The next step after this is to create a mechanism to activate the trials defined by this generated struct.
BUG= 504075
Committed: https://crrev.com/970b79a8adc8c3fa3593054681b6d4bc5ae3ec94
Cr-Commit-Position: refs/heads/master@{#338416}
Total comments: 7
Total comments: 1
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+439 lines, -59 lines) |
Patch |
 |
M |
build/json_to_struct.gypi
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/variations/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/variations/fieldtrial_testing_config.gyp
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/variations/fieldtrial_testing_config_schema.json
|
View
|
1
2
3
4
5
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
D |
testing/variations/fieldtrial_testing_config.json
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A + |
testing/variations/fieldtrial_testing_config_chromeos.json
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
testing/variations/fieldtrial_testing_config_ios.json
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
testing/variations/fieldtrial_testing_config_linux.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
testing/variations/fieldtrial_testing_config_mac.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/json_to_struct/json_to_struct.py
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+27 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/perf/core/perf_benchmark.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
A |
tools/variations/fieldtrial_to_struct.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/variations/fieldtrial_to_struct_unittest.py
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/variations/fieldtrial_util.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
tools/variations/fieldtrial_util_unittest.py
|
View
|
|
2 chunks |
+14 lines, -38 lines |
0 comments
|
Download
|
 |
A |
tools/variations/unittest_data/expected_output.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/variations/unittest_data/expected_output.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
tools/variations/unittest_data/test_config.json
|
View
|
1
2
3
4
5
6
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 36 (10 generated)
|