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

Issue 1291763002: Componentize kExperimentLabelSeparator & BuildExperimentDateString. (Closed)

Created:
5 years, 4 months ago by sdefresne
Modified:
5 years, 4 months ago
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize kExperimentLabelSeparator & BuildExperimentDateString. Move kExperimentLabelSeparator & BuildExperimentDateString into the variations components so that chrome/common/variations can be componentized in a followup CL (in order to be shared with iOS). BUG=520070 Committed: https://crrev.com/1eeb90f911d88e13f29545b6d3c49270061a2984 Cr-Commit-Position: refs/heads/master@{#343246}

Patch Set 1 #

Patch Set 2 : Fix compilation on Windows #

Patch Set 3 : Try moving kExperimentLabels into the component to fix the build on Windows #

Patch Set 4 : Try moving kExperimentLabels into the component to fix the build on Windows #

Total comments: 6

Patch Set 5 : Try moving kExperimentLabels into the component to fix the build on Windows #

Patch Set 6 : Move kExperimentLabels to chrome/installer/util/google_update_constants.h (fix Windows build) #

Total comments: 1

Patch Set 7 : Remove "#if defined(OS_WIN)" from google_update_constants.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -164 lines) Patch
M chrome/chrome_installer.gypi View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_installer_util.gypi View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/common/variations/experiment_labels.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/installer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/gcapi/gcapi_omaha_experiment.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/installer/gcapi/gcapi_omaha_experiment_test.cc View 8 chunks +24 lines, -24 lines 0 comments Download
M chrome/installer/gcapi/gcapi_reactivation_test.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/installer/util/BUILD.gn View 1 2 3 4 5 3 chunks +1 line, -4 lines 0 comments Download
M chrome/installer/util/google_update_constants.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/installer/util/google_update_constants.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
D chrome/installer/util/google_update_experiment_util.h View 2 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/installer/util/google_update_experiment_util.cc View 2 1 chunk +0 lines, -65 lines 0 comments Download
M chrome/installer/util/google_update_settings.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/installer/util/google_update_settings_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M components/variations.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/variations/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/variations/variations_experiment_util.h View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
A + components/variations/variations_experiment_util.cc View 1 2 3 4 5 3 chunks +7 lines, -18 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
sdefresne
robertshield, can you take a look at - chrome/installer/* - chrome/chrome_installer* stevet, can you take ...
5 years, 4 months ago (2015-08-12 17:22:39 UTC) #4
robertshield
installer changes LGTM
5 years, 4 months ago (2015-08-12 18:05:55 UTC) #5
sdefresne
Do you have an idea of what could cause the compilation error on windows? I've ...
5 years, 4 months ago (2015-08-12 18:47:57 UTC) #6
robertshield
On 2015/08/12 18:47:57, sdefresne wrote: > Do you have an idea of what could cause ...
5 years, 4 months ago (2015-08-12 19:37:38 UTC) #7
sdefresne
-stevet (OOO), +asvitkine: can you review - chrome/common/variations - components/variations
5 years, 4 months ago (2015-08-13 07:57:13 UTC) #9
Alexei Svitkine (slow)
https://codereview.chromium.org/1291763002/diff/60002/chrome/installer/util/google_update_settings.cc File chrome/installer/util/google_update_settings.cc (right): https://codereview.chromium.org/1291763002/diff/60002/chrome/installer/util/google_update_settings.cc#newcode30 chrome/installer/util/google_update_settings.cc:30: #include "components/variations/variations_experiment_util.h" Do you need to update any usage ...
5 years, 4 months ago (2015-08-13 15:18:29 UTC) #10
sdefresne
https://codereview.chromium.org/1291763002/diff/60002/chrome/installer/util/google_update_settings.cc File chrome/installer/util/google_update_settings.cc (right): https://codereview.chromium.org/1291763002/diff/60002/chrome/installer/util/google_update_settings.cc#newcode30 chrome/installer/util/google_update_settings.cc:30: #include "components/variations/variations_experiment_util.h" On 2015/08/13 at 15:18:29, Alexei Svitkine wrote: ...
5 years, 4 months ago (2015-08-13 16:46:49 UTC) #11
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/1291763002/diff/130001/chrome/installer/util/google_update_constants.h File chrome/installer/util/google_update_constants.h (right): https://codereview.chromium.org/1291763002/diff/130001/chrome/installer/util/google_update_constants.h#newcode82 chrome/installer/util/google_update_constants.h:82: #if defined(OS_WIN) Can you check if this file ...
5 years, 4 months ago (2015-08-13 16:52:05 UTC) #12
sdefresne
On 2015/08/13 at 16:46:49, sdefresne wrote: > https://codereview.chromium.org/1291763002/diff/60002/chrome/installer/util/google_update_settings.cc > File chrome/installer/util/google_update_settings.cc (right): > > https://codereview.chromium.org/1291763002/diff/60002/chrome/installer/util/google_update_settings.cc#newcode30 ...
5 years, 4 months ago (2015-08-13 16:54:55 UTC) #13
Alexei Svitkine (slow)
We should just figure out the cause of the error and fix it. I can ...
5 years, 4 months ago (2015-08-13 16:58:50 UTC) #14
Alexei Svitkine (slow)
The other thing I suggest checking is that the targets that fail to link actually ...
5 years, 4 months ago (2015-08-13 17:01:26 UTC) #15
sdefresne
On 2015/08/13 at 17:01:26, asvitkine wrote: > The other thing I suggest checking is that ...
5 years, 4 months ago (2015-08-13 17:04:32 UTC) #16
sdefresne
On 2015/08/13 at 17:01:26, asvitkine wrote: > The other thing I suggest checking is that ...
5 years, 4 months ago (2015-08-13 17:06:33 UTC) #17
Alexei Svitkine (slow)
lgtm
5 years, 4 months ago (2015-08-13 17:27:08 UTC) #18
sdefresne
On 2015/08/13 at 17:27:08, asvitkine wrote: > lgtm thank you for the review and the ...
5 years, 4 months ago (2015-08-13 18:46:27 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1291763002/150001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1291763002/150001
5 years, 4 months ago (2015-08-13 18:47:11 UTC) #22
commit-bot: I haz the power
Committed patchset #7 (id:150001)
5 years, 4 months ago (2015-08-13 18:52:15 UTC) #23
commit-bot: I haz the power
5 years, 4 months ago (2015-08-13 18:52:49 UTC) #24
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/1eeb90f911d88e13f29545b6d3c49270061a2984
Cr-Commit-Position: refs/heads/master@{#343246}

Powered by Google App Engine
This is Rietveld 408576698