diff options
author | mtklein <mtklein@chromium.org> | 2015-07-01 11:51:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-01 18:51:35 +0000 |
commit | 0d51686fe7cfb30e0789f4a4f6ffcfc3348201a5 (patch) | |
tree | 2fba77661aad13cf412a376a2206209865bab0c4 /skia/skia.gyp | |
parent | 1d48952e7ac455a52ffbe6597b58a571faab42e6 (diff) | |
download | chromium_src-0d51686fe7cfb30e0789f4a4f6ffcfc3348201a5.zip chromium_src-0d51686fe7cfb30e0789f4a4f6ffcfc3348201a5.tar.gz chromium_src-0d51686fe7cfb30e0789f4a4f6ffcfc3348201a5.tar.bz2 |
Remove all .h files from Skia build lists.
Listing headers in GN or GYP files has no effect on the build
and only serves to make moving headers around more difficult, e.g.
ERROR at //skia/BUILD.gn:395:5: Item not found
"//third_party/skia/src/utils/SkTLogic.h",
^----------------------------------------
You were trying to remove "//third_party/skia/src/utils/SkTLogic.h"
from the list but it wasn't there.
BUG=
Review URL: https://codereview.chromium.org/1220063002
Cr-Commit-Position: refs/heads/master@{#337080}
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 8c0536b..19a3132 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -130,7 +130,6 @@ # Note: file list duplicated in GN build. 'public/interfaces/bitmap.mojom', 'public/type_converters.cc', - 'public/type_converters.h', ], }, ], |