Add PRESUBMIT check for #ifdefs on values that are always defined.
commit35bab3936e07c5bb45a6d6e7000fe4bbca1959fa
authorlliabraa <lliabraa@chromium.org>
Wed, 1 Oct 2014 12:16:44 +0000 (1 05:16 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Oct 2014 12:16:58 +0000 (1 12:16 +0000)
tree9c4f7813744ed8bbbb8d6e5e7bf9d4a7580e2204
parent034b6a11ed4f7d2f0ff2d287684abaf17a46e929
Add PRESUBMIT check for #ifdefs on values that are always defined.

Several values are always defined and the developer actually wants to
do an #if check, not #ifdef.

BUG=417804

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

Cr-Commit-Position: refs/heads/master@{#297627}
PRESUBMIT.py
PRESUBMIT_test.py