diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 20:09:24 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 20:09:24 +0000 |
commit | d9f3793208dcf490b447869bfa5cb117c45abab9 (patch) | |
tree | 6262ec1c26f7f0639257db3f452d587428224add /chrome | |
parent | d7ca1babe5496783d02b38c735e39f416126e613 (diff) | |
download | chromium_src-d9f3793208dcf490b447869bfa5cb117c45abab9.zip chromium_src-d9f3793208dcf490b447869bfa5cb117c45abab9.tar.gz chromium_src-d9f3793208dcf490b447869bfa5cb117c45abab9.tar.bz2 |
Moved content/browser/gpu_* to content/browser/gpu/.
Also added an OWNERS file with myself and kbr.
TEST=build locally, try
BUG=none
Review URL: http://codereview.chromium.org/6931017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/browser_about_handler.cc | 2 | ||||
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 2 | ||||
-rw-r--r-- | chrome/browser/gpu_pixel_browsertest.cc | 4 | ||||
-rw-r--r-- | chrome/browser/io_thread.cc | 2 | ||||
-rw-r--r-- | chrome/browser/metrics/metrics_log.cc | 2 | ||||
-rw-r--r-- | chrome/browser/renderer_host/render_widget_host_view_mac.mm | 4 | ||||
-rw-r--r-- | chrome/browser/tab_contents/render_view_host_delegate_helper.cc | 2 | ||||
-rw-r--r-- | chrome/browser/ui/webui/gpu_internals_ui.cc | 4 | ||||
-rw-r--r-- | chrome/browser/web_resource/gpu_blacklist_updater.cc | 4 | ||||
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
10 files changed, 14 insertions, 14 deletions
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc index 286e067..7e0ee8d 100644 --- a/chrome/browser/browser_about_handler.cc +++ b/chrome/browser/browser_about_handler.cc @@ -44,7 +44,7 @@ #include "chrome/common/render_messages.h" #include "chrome/common/url_constants.h" #include "content/browser/browser_thread.h" -#include "content/browser/gpu_process_host.h" +#include "content/browser/gpu/gpu_process_host.h" #include "content/browser/renderer_host/render_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/common/gpu/gpu_messages.h" diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index 274ebca..f1b30a5 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -67,7 +67,7 @@ #include "content/browser/browser_child_process_host.h" #include "content/browser/browser_thread.h" #include "content/browser/child_process_security_policy.h" -#include "content/browser/gpu_process_host_ui_shim.h" +#include "content/browser/gpu/gpu_process_host_ui_shim.h" #include "content/browser/plugin_service.h" #include "content/browser/renderer_host/render_process_host.h" #include "content/browser/renderer_host/resource_dispatcher_host.h" diff --git a/chrome/browser/gpu_pixel_browsertest.cc b/chrome/browser/gpu_pixel_browsertest.cc index 4e6931c..6f6f734f 100644 --- a/chrome/browser/gpu_pixel_browsertest.cc +++ b/chrome/browser/gpu_pixel_browsertest.cc @@ -19,8 +19,8 @@ #include "chrome/test/in_process_browser_test.h" #include "chrome/test/test_launcher_utils.h" #include "chrome/test/ui_test_utils.h" -#include "content/browser/gpu_data_manager.h" -#include "content/browser/gpu_process_host.h" +#include "content/browser/gpu/gpu_data_manager.h" +#include "content/browser/gpu/gpu_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/tab_contents/tab_contents.h" #include "content/common/gpu/gpu_info.h" diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index faef46c..3a5de93 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -30,7 +30,7 @@ #include "chrome/common/net/url_fetcher.h" #include "chrome/common/pref_names.h" #include "content/browser/browser_thread.h" -#include "content/browser/gpu_process_host.h" +#include "content/browser/gpu/gpu_process_host.h" #include "content/browser/in_process_webkit/indexed_db_key_utility_client.h" #include "net/base/cert_verifier.h" #include "net/base/cookie_monster.h" diff --git a/chrome/browser/metrics/metrics_log.cc b/chrome/browser/metrics/metrics_log.cc index e18ab51..6115ba1 100644 --- a/chrome/browser/metrics/metrics_log.cc +++ b/chrome/browser/metrics/metrics_log.cc @@ -23,7 +23,7 @@ #include "chrome/common/chrome_version_info.h" #include "chrome/common/logging_chrome.h" #include "chrome/common/pref_names.h" -#include "content/browser/gpu_data_manager.h" +#include "content/browser/gpu/gpu_data_manager.h" #include "googleurl/src/gurl.h" #include "webkit/plugins/npapi/webplugininfo.h" diff --git a/chrome/browser/renderer_host/render_widget_host_view_mac.mm b/chrome/browser/renderer_host/render_widget_host_view_mac.mm index d08dbdc..edb282fb 100644 --- a/chrome/browser/renderer_host/render_widget_host_view_mac.mm +++ b/chrome/browser/renderer_host/render_widget_host_view_mac.mm @@ -24,8 +24,8 @@ #include "chrome/common/render_messages.h" #include "chrome/common/spellcheck_messages.h" #include "content/browser/browser_thread.h" -#include "content/browser/gpu_process_host.h" -#include "content/browser/gpu_process_host_ui_shim.h" +#include "content/browser/gpu/gpu_process_host.h" +#include "content/browser/gpu/gpu_process_host_ui_shim.h" #include "content/browser/plugin_process_host.h" #include "content/browser/renderer_host/backing_store_mac.h" #include "content/browser/renderer_host/render_process_host.h" diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc index bbf4a50..57c3ed8 100644 --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.cc +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.cc @@ -20,7 +20,7 @@ #include "chrome/browser/user_style_sheet_watcher.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/pref_names.h" -#include "content/browser/gpu_data_manager.h" +#include "content/browser/gpu/gpu_data_manager.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/renderer_host/render_process_host.h" #include "content/browser/renderer_host/render_widget_fullscreen_host.h" diff --git a/chrome/browser/ui/webui/gpu_internals_ui.cc b/chrome/browser/ui/webui/gpu_internals_ui.cc index 05117f0..7739c70 100644 --- a/chrome/browser/ui/webui/gpu_internals_ui.cc +++ b/chrome/browser/ui/webui/gpu_internals_ui.cc @@ -34,8 +34,8 @@ #include "chrome/common/jstemplate_builder.h" #include "chrome/common/url_constants.h" #include "content/browser/browser_thread.h" -#include "content/browser/gpu_data_manager.h" -#include "content/browser/gpu_process_host.h" +#include "content/browser/gpu/gpu_data_manager.h" +#include "content/browser/gpu/gpu_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/tab_contents/tab_contents.h" #include "content/browser/tab_contents/tab_contents_view.h" diff --git a/chrome/browser/web_resource/gpu_blacklist_updater.cc b/chrome/browser/web_resource/gpu_blacklist_updater.cc index 4d7fc9a..c97ca80 100644 --- a/chrome/browser/web_resource/gpu_blacklist_updater.cc +++ b/chrome/browser/web_resource/gpu_blacklist_updater.cc @@ -14,8 +14,8 @@ #include "chrome/common/chrome_version_info.h" #include "chrome/common/pref_names.h" #include "content/browser/browser_thread.h" -#include "content/browser/gpu_blacklist.h" -#include "content/browser/gpu_data_manager.h" +#include "content/browser/gpu/gpu_blacklist.h" +#include "content/browser/gpu/gpu_data_manager.h" #include "content/common/notification_type.h" #include "grit/browser_resources.h" #include "ui/base/resource/resource_bundle.h" diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 1aa37a0..bf2728b 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1889,7 +1889,7 @@ '../content/browser/geolocation/wifi_data_provider_unittest_win.cc', '../content/browser/geolocation/win7_location_api_unittest_win.cc', '../content/browser/geolocation/win7_location_provider_unittest_win.cc', - '../content/browser/gpu_blacklist_unittest.cc', + '../content/browser/gpu/gpu_blacklist_unittest.cc', '../content/browser/host_zoom_map_unittest.cc', '../content/browser/in_process_webkit/webkit_context_unittest.cc', '../content/browser/in_process_webkit/webkit_thread_unittest.cc', |