Add missing Constants.h in src/common/BUILD.gn

This patch adds the missing Constants.h in src/common/BUILD.gn so that
we can see this file under the folder "src/common" of the Visual Studio
project generated by GN.

BUG=dawn:134

Change-Id: I513315ee2adbd93cf1ff61d112e8a4f65f660bce
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/6520
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Jiawei Shao 2019-04-11 07:41:38 +00:00 committed by Commit Bot service account
parent c005c9acf0
commit 51fd66e3dd
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ if (is_win || is_linux || is_mac) {
"Assert.h", "Assert.h",
"BitSetIterator.h", "BitSetIterator.h",
"Compiler.h", "Compiler.h",
"Constants.h",
"DynamicLib.cpp", "DynamicLib.cpp",
"DynamicLib.h", "DynamicLib.h",
"HashUtils.h", "HashUtils.h",