diff options
author | pilgrim <pilgrim@chromium.org> | 2014-08-25 11:25:15 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-25 18:28:34 +0000 |
commit | fa309edf9033cf74f2aa971cb4284d6849b7bc1a (patch) | |
tree | a1c69fb8d9cf5cda48f193cbd72d11fd31295c76 /content/content_shell.gypi | |
parent | bbbeb06ad9b5f49e04ebdacd61a3c4466ee5b87d (diff) | |
download | chromium_src-fa309edf9033cf74f2aa971cb4284d6849b7bc1a.zip chromium_src-fa309edf9033cf74f2aa971cb4284d6849b7bc1a.tar.gz chromium_src-fa309edf9033cf74f2aa971cb4284d6849b7bc1a.tar.bz2 |
Rename storage-related export macros and build targets
Part of the refactoring effort to consolidate all fileapi/quota/webkit_database/webkit_blob-related code into a single namespace, directory, and component. Discussed here: https://groups.google.com/a/chromium.org/forum/#!topic/storage-dev/aQall8GOrS4
This is itself part of a larger refactoring effort to get rid of the webkit/ directory, as recorded in the following bug:
BUG=338338
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/498273002
Cr-Commit-Position: refs/heads/master@{#291718}
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index ace4192..1115bfb 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -64,7 +64,7 @@ '../ui/gl/gl.gyp:gl', '../url/url.gyp:url_lib', '../v8/tools/gyp/v8.gyp:v8', - '../webkit/storage_browser.gyp:webkit_storage_browser', + '../webkit/storage_browser.gyp:storage', ], 'include_dirs': [ '..', |