diff options
author | mtklein <mtklein@chromium.org> | 2016-02-16 20:23:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-16 20:23:49 -0800 |
commit | e90b4859a0faa9d853e7065fc6a7c7540e91bf77 (patch) | |
tree | 1884d33e3a6e99c88055f1d1a267eccfaeec74dd /src | |
parent | ab669def65ce89aef724b8b88bd36c54c405d841 (diff) |
restore empty files so that Chrome GN config can remove them...
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1700023005
Review URL: https://codereview.chromium.org/1700023005
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/SkBitmapHasher.cpp | 6 | ||||
-rw-r--r-- | src/utils/SkSHA1.cpp | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/utils/SkBitmapHasher.cpp b/src/utils/SkBitmapHasher.cpp new file mode 100644 index 0000000000..86079cc790 --- /dev/null +++ b/src/utils/SkBitmapHasher.cpp @@ -0,0 +1,6 @@ +/* + * Copyright 2016 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ diff --git a/src/utils/SkSHA1.cpp b/src/utils/SkSHA1.cpp new file mode 100644 index 0000000000..86079cc790 --- /dev/null +++ b/src/utils/SkSHA1.cpp @@ -0,0 +1,6 @@ +/* + * Copyright 2016 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ |