Commit 43a6f9c8 authored by mostynb's avatar mostynb Committed by Commit bot

remove stray usage of logging_like_official_build

The logging_like_official_build gyp setting was removed in this CL:
https://codereview.chromium.org/189603007

BUG=334021

Review URL: https://codereview.chromium.org/682603002

Cr-Commit-Position: refs/heads/master@{#301344}
parent fece7e77
...@@ -47,7 +47,6 @@ DEFINES+=" android_toolchain=${ANDROID_TOOLCHAIN}" ...@@ -47,7 +47,6 @@ DEFINES+=" android_toolchain=${ANDROID_TOOLCHAIN}"
# TODO: Get rid of this block, crbug.com/334021 # TODO: Get rid of this block, crbug.com/334021
if [[ -n "$CHROME_ANDROID_WEBVIEW_OFFICIAL_BUILD" ]]; then if [[ -n "$CHROME_ANDROID_WEBVIEW_OFFICIAL_BUILD" ]]; then
DEFINES+=" logging_like_official_build=1"
DEFINES+=" tracing_like_official_build=1" DEFINES+=" tracing_like_official_build=1"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment