components: Fix 'gn check' errors for web_cache and web_modal.
commit224aefb0bf918a9158f6378eefa2bcc6ead296b1
authortfarina <tfarina@chromium.org>
Wed, 29 Jul 2015 14:38:44 +0000 (29 07:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Jul 2015 14:39:20 +0000 (29 14:39 +0000)
tree9eb9fb3ede4e635b9b20d1327fcdb6297714e185
parent20bea1f3d88df63106515a82353b821b195481ed
components: Fix 'gn check' errors for web_cache and web_modal.

Tested on Linux with the following command lines:

$ gn gen out-gn/Release --args='is_debug=false is_component_build=false symbol_level=1'
$ gn check out-gn/Release //components/web_cache/*
$ gn check out-gn/Release //components/web_model/*
$ gn check out-gn/Release

BUG=367595, 376000
TEST=see above
R=brettw@chromium.org

Review URL: https://codereview.chromium.org/1256713007

Cr-Commit-Position: refs/heads/master@{#340887}
.gn
components/web_cache/browser/BUILD.gn
components/web_cache/renderer/BUILD.gn
components/web_modal/BUILD.gn