diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 22:54:43 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 22:54:43 +0000 |
commit | d6d8f719ce2e6c1483e085523ddb963eba1b6514 (patch) | |
tree | 368bb1396420155025fe41e5f13b5b7468b574f9 /chrome/chrome_common.gypi | |
parent | 9fefe44a6503d060cd7cc38df910f09b3164c5e0 (diff) | |
download | chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.zip chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.tar.gz chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.tar.bz2 |
Move GPU messages to content. I've also switched the IPC structs to use the new IPC macros that generate serialization code.
Review URL: http://codereview.chromium.org/6673003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 84ac1e1..b0c342f 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -60,8 +60,6 @@ 'common/devtools_messages_internal.h', 'common/dom_storage_messages.cc', 'common/dom_storage_messages.h', - 'common/dx_diag_node.cc', - 'common/dx_diag_node.h', 'common/file_utilities_messages.h', 'common/font_descriptor_mac.h', 'common/font_descriptor_mac.mm', @@ -71,18 +69,8 @@ 'common/geoposition.h', 'common/gfx_resource_provider.cc', 'common/gfx_resource_provider.h', - 'common/gpu_create_command_buffer_config.cc', - 'common/gpu_create_command_buffer_config.h', 'common/gpu_feature_flags.cc', 'common/gpu_feature_flags.h', - 'common/gpu_info.cc', - 'common/gpu_info.h', - 'common/gpu_messages.cc', - 'common/gpu_messages.h', - 'common/gpu_messages_internal.h', - 'common/gpu_param_traits.h', - 'common/gpu_video_common.cc', - 'common/gpu_video_common.h', 'common/guid.cc', 'common/guid.h', 'common/guid_posix.cc', |