Fix gn check errors for storage/common:common
commitdeb02768bf9805279461259119a845aa2c734e25
authoragrieve <agrieve@chromium.org>
Wed, 8 Jul 2015 20:51:03 +0000 (8 13:51 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Jul 2015 20:51:34 +0000 (8 20:51 +0000)
treee003fe3730b87b595a97525b57e42df5f2b6efa6
parentf5c53a2db11b3212a5351705750dafa5bef57b0c
Fix gn check errors for storage/common:common

Once blink headers are added as sources (https://codereview.chromium.org/1222673004/), if you run the following
command line, you will get errors like this:

$ gn check
ERROR at //storage/common/fileapi/file_system_util.h:17:11: Include not allowed.
          ^------------------------------------------------
It is not in any dependency of
  //storage/common:common
The include file is in the target(s):
  //third_party/WebKit/public:blink_headers
which should somehow be reachable.

BUG=367595

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

Cr-Commit-Position: refs/heads/master@{#337904}
storage/common/BUILD.gn