Normalize generated file paths to match main tree.

Previously dawn_native files were in src/dawn_native/ while generated
files were in dawn_native/. This makes some things complicated when
integrating in other source trees so normalize all generated files to be
in paths that match the main tree.

BUG=dawn:225

Change-Id: I5b3e04d37a16251143578dfb7a31445b229fe4ac
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/11300
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez
2019-09-18 04:33:12 +00:00
committed by Commit Bot service account
parent b495e48405
commit 897ebc7a71
6 changed files with 60 additions and 57 deletions

View File

@@ -13,7 +13,7 @@
// limitations under the License.
#include "gtest/gtest.h"
#include "mock/mock_dawn.h"
#include "dawn/mock_dawn.h"
#include <memory>