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

Issue 1266113002: Add a new gyp flag: fieldtrial_testing_like_official_build (Closed)

Created:
5 years, 4 months ago by danduong
Modified:
5 years, 4 months ago
Reviewers:
brettw, Alexei Svitkine (slow), pawjdan.jr
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new gyp flag: fieldtrial_testing_like_official_build When set to 1, this will NOT activate the field trial test specified in the fieldtrial_testing_config_*.json. This gives Chromium packagers the flexibility to disable field trial testing config for their package as we have on our Google Chrome build. BUG=515686 Committed: https://crrev.com/3d2e44fe0e7994b083504c249b654e20d76228e0 Cr-Commit-Position: refs/heads/master@{#341845}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -2 lines) Patch
M build/common.gypi View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M build/config/BUILD.gn View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M build/config/features.gni View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (5 generated)
danduong
Assuming I don't hear any major objections from chromium-packagers, I'd like to submit this next ...
5 years, 4 months ago (2015-07-30 22:20:05 UTC) #2
Alexei Svitkine (slow)
https://codereview.chromium.org/1266113002/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1266113002/diff/1/build/common.gypi#newcode374 build/common.gypi:374: 'fieldtrial_testing_like_official_build%': 0, Is there a .gn change needed too ...
5 years, 4 months ago (2015-07-31 15:03:11 UTC) #3
danduong
https://codereview.chromium.org/1266113002/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1266113002/diff/1/build/common.gypi#newcode374 build/common.gypi:374: 'fieldtrial_testing_like_official_build%': 0, On 2015/07/31 at 15:03:10, Alexei Svitkine wrote: ...
5 years, 4 months ago (2015-07-31 17:14:35 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/1266113002/diff/20001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1266113002/diff/20001/chrome/browser/chrome_browser_main.cc#newcode152 chrome/browser/chrome_browser_main.cc:152: #if OFFICIAL_BUILD You switched from GOOGLE_CHROME_BUILD to OFFICIAL_BUILD. I ...
5 years, 4 months ago (2015-08-03 18:23:10 UTC) #5
danduong
https://codereview.chromium.org/1266113002/diff/20001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1266113002/diff/20001/chrome/browser/chrome_browser_main.cc#newcode152 chrome/browser/chrome_browser_main.cc:152: #if OFFICIAL_BUILD On 2015/08/03 at 18:23:10, Alexei Svitkine wrote: ...
5 years, 4 months ago (2015-08-03 18:30:59 UTC) #6
Alexei Svitkine (slow)
So OFFICIAL_BUILD doesn't get enabled in Debug builds, even if you're building a Google Chrome ...
5 years, 4 months ago (2015-08-03 19:47:25 UTC) #7
danduong
On 2015/08/03 at 19:47:25, asvitkine wrote: > So OFFICIAL_BUILD doesn't get enabled in Debug builds, ...
5 years, 4 months ago (2015-08-03 19:53:40 UTC) #8
danduong
https://codereview.chromium.org/1266113002/diff/20001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1266113002/diff/20001/chrome/browser/chrome_browser_main.cc#newcode157 chrome/browser/chrome_browser_main.cc:157: #endif On 2015/08/03 at 18:23:10, Alexei Svitkine wrote: > ...
5 years, 4 months ago (2015-08-03 20:52:49 UTC) #9
Alexei Svitkine (slow)
LGTM We should also document this somewhere on the Chromium project's site page - I'm ...
5 years, 4 months ago (2015-08-03 20:55:41 UTC) #10
danduong
brettw: PTAL
5 years, 4 months ago (2015-08-03 20:57:19 UTC) #11
brettw
BUILD.gn LGTM
5 years, 4 months ago (2015-08-04 19:10:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266113002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266113002/40001
5 years, 4 months ago (2015-08-04 20:12:01 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/99213) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 4 months ago (2015-08-04 20:18:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1266113002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1266113002/60001
5 years, 4 months ago (2015-08-04 20:47:58 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 4 months ago (2015-08-05 02:09:47 UTC) #20
commit-bot: I haz the power
5 years, 4 months ago (2015-08-05 02:12:51 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3d2e44fe0e7994b083504c249b654e20d76228e0
Cr-Commit-Position: refs/heads/master@{#341845}

Powered by Google App Engine
This is Rietveld 408576698