diff options
author | Lei Zhang <thestig@chromium.org> | 2018-03-22 04:58:44 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-22 04:58:44 +0000 |
commit | 0ad1b2e3e8e0f3bb22c5b96a9cfc9a3d011a56df (patch) | |
tree | 32d0593c100c92488df89f2894e5421076742f5a | |
parent | 19a33e4ece99c4bb438d870c52fbc5ed5e80c897 (diff) | |
download | pdfium-0ad1b2e3e8e0f3bb22c5b96a9cfc9a3d011a56df.tar.xz |
Add testing/{gmock,gtest}/dummy.
This will help facilitate the transition for these two directories from
DEPS checkouts to part of the parent git repo. Without any files in
these directories, gclient will delete them when they are no longer in
DEPS.
BUG=chromium:823586
TBR=dsinclair@chromium.org
Change-Id: I1841db87fddcb0b6a2ed9300a86349e09bda3160
Reviewed-on: https://pdfium-review.googlesource.com/29011
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | testing/gmock/dummy | 1 | ||||
-rw-r--r-- | testing/gtest/dummy | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/gmock/dummy b/testing/gmock/dummy new file mode 100644 index 0000000000..5c3118dc95 --- /dev/null +++ b/testing/gmock/dummy @@ -0,0 +1 @@ +dummy file diff --git a/testing/gtest/dummy b/testing/gtest/dummy new file mode 100644 index 0000000000..5c3118dc95 --- /dev/null +++ b/testing/gtest/dummy @@ -0,0 +1 @@ +dummy file |