diff options
author | yurys <yurys@chromium.org> | 2015-02-09 22:14:46 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-10 06:15:26 +0000 |
commit | 2edce44fa9e7c05754fa9f8c51f738be6ddc34f5 (patch) | |
tree | 2947c0a1f9a707611d100823a17d002aab9b7f47 /content/content_common.gypi | |
parent | a185eaadb7304d9b8e119f3b52f3c26b49f7512f (diff) | |
download | chromium_src-2edce44fa9e7c05754fa9f8c51f738be6ddc34f5.zip chromium_src-2edce44fa9e7c05754fa9f8c51f738be6ddc34f5.tar.gz chromium_src-2edce44fa9e7c05754fa9f8c51f738be6ddc34f5.tar.bz2 |
Remove DevToolsGPUAgent
Old Timeline implementation that was the only client of this code is removed. Now it is time to delete the agent.
BUG=448318
Review URL: https://codereview.chromium.org/898933002
Cr-Commit-Position: refs/heads/master@{#315509}
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 6d93515..332fb17 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -289,10 +289,6 @@ 'common/gpu/client/gpu_video_encode_accelerator_host.h', 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', - 'common/gpu/devtools_gpu_agent.cc', - 'common/gpu/devtools_gpu_agent.h', - 'common/gpu/devtools_gpu_instrumentation.cc', - 'common/gpu/devtools_gpu_instrumentation.h', 'common/gpu/gpu_channel.cc', 'common/gpu/gpu_channel.h', 'common/gpu/gpu_channel_manager.cc', |