diff options
author | huangs <huangs@chromium.org> | 2015-03-02 13:51:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-02 21:52:27 +0000 |
commit | c32b1cd854552259473c954c9204fe87426e540a (patch) | |
tree | 9514bd27c15dffc9655cb77df7cacec17be4e2cd /skia/BUILD.gn | |
parent | 0c8b5e25e8104d44c1d9ae037965b7b48627585e (diff) | |
download | chromium_src-c32b1cd854552259473c954c9204fe87426e540a.zip chromium_src-c32b1cd854552259473c954c9204fe87426e540a.tar.gz chromium_src-c32b1cd854552259473c954c9204fe87426e540a.tar.bz2 |
[Favicon] Adding FallbackIconUrlParser.
Design: go/chrome-fallback-icons
This adds FallbackIconUrlParser, which will be used to parse the
"explict flow" host chrome://fallback-icon/ to extract size,
FallbackIconStyle, and URL needed to render Fallback icons.
This CL is sliced off from https://codereview.chromium.org/835903005/ .
BUG=455063
Review URL: https://codereview.chromium.org/924063003
Cr-Commit-Position: refs/heads/master@{#318771}
Diffstat (limited to 'skia/BUILD.gn')
-rw-r--r-- | skia/BUILD.gn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 8c843c9..3e3bc0c 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -255,7 +255,6 @@ config("skia_library_config") { "/wd4554", # 'operator' : check operator precedence for possible error "/wd4748", # compiler will disable optimizations if a function has inline # assembly code contains flow control(jmp or jcc) statements. - "/wd4800", # forcing value to bool 'true/false'(assigning int to bool). ] } @@ -343,7 +342,6 @@ component("skia") { "//third_party/skia/include/utils/SkLayer.h", "//third_party/skia/include/utils/SkMeshUtils.h", "//third_party/skia/include/utils/SkNinePatch.h", - "//third_party/skia/include/utils/SkParse.h", "//third_party/skia/include/utils/SkParsePaint.h", "//third_party/skia/include/utils/SkParsePath.h", "//third_party/skia/include/utils/SkRandom.h", @@ -364,8 +362,6 @@ component("skia") { "//third_party/skia/src/utils/SkMeshUtils.cpp", "//third_party/skia/src/utils/SkNinePatch.cpp", "//third_party/skia/src/utils/SkOSFile.cpp", - "//third_party/skia/src/utils/SkParse.cpp", - "//third_party/skia/src/utils/SkParseColor.cpp", "//third_party/skia/src/utils/SkParsePath.cpp", "//third_party/skia/src/utils/SkPathUtils.cpp", "//third_party/skia/src/utils/SkSHA1.cpp", |