diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-08 18:28:39 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-08 18:30:31 +0000 |
commit | 4683ff309f1cecd209b775a7f95773eb802f322f (patch) | |
tree | f17203f689adf75ee487fc944abe263ea213ab3a /content/content_child.gypi | |
parent | 7ac632d3d954c20f826f915f7bbf9687a3484656 (diff) | |
download | chromium_src-4683ff309f1cecd209b775a7f95773eb802f322f.zip chromium_src-4683ff309f1cecd209b775a7f95773eb802f322f.tar.gz chromium_src-4683ff309f1cecd209b775a7f95773eb802f322f.tar.bz2 |
content: Rename blink_glue.* to file_info_util.*.
Reason: blink_glue.* is too generic for this.
It just contains a single function to convert from base::File::Info to
blink::WebFileInfo. Similar to web_url_request_util.h and
pepper_file_util.h.
BUG=345892
TEST=None
R=avi@chromium.org
Review URL: https://codereview.chromium.org/455623002
Cr-Commit-Position: refs/heads/master@{#288399}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288399 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r-- | content/content_child.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi index 4e5784f..c2ac413 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -36,8 +36,6 @@ 'child/appcache/web_application_cache_host_impl.cc', 'child/appcache/web_application_cache_host_impl.h', 'child/assert_matching_enums.cc', - 'child/blink_glue.cc', - 'child/blink_glue.h', 'child/blink_platform_impl.cc', 'child/blink_platform_impl.h', 'child/browser_font_resource_trusted.cc', @@ -60,6 +58,8 @@ 'child/database_util.h', 'child/db_message_filter.cc', 'child/db_message_filter.h', + 'child/file_info_util.cc', + 'child/file_info_util.h', 'child/fileapi/file_system_dispatcher.cc', 'child/fileapi/file_system_dispatcher.h', 'child/fileapi/webfilesystem_impl.cc', |