diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 19:20:41 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 19:20:41 +0000 |
commit | 2dcf702dacaaf1c46e29101da213c26f0465732a (patch) | |
tree | 026d73ae3053a78fec1a0f01b06bb1c89f6cc50a /content/content_common.gypi | |
parent | 4c76d7cc78ca3eef79535a3c2a4d934f436c6797 (diff) | |
download | chromium_src-2dcf702dacaaf1c46e29101da213c26f0465732a.zip chromium_src-2dcf702dacaaf1c46e29101da213c26f0465732a.tar.gz chromium_src-2dcf702dacaaf1c46e29101da213c26f0465732a.tar.bz2 |
Inverted dependency between code in content/common/gpu and the GpuWatchdogThread class.This completes the split between code in content/gpu, which only ever runs in the GPU process and code in content/common/gpu, which can run in any process, though in practice only the GPU process or the browser process.I updated the DEPS file in content/common to enforce the dependency and prevent code that could run in either process depend on code that should only run in the GPU process.TEST=tryBUG=none
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/6840041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index de8e378..00764b3 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -107,6 +107,7 @@ 'common/gpu/gpu_video_decoder.h', 'common/gpu/gpu_video_service.cc', 'common/gpu/gpu_video_service.h', + 'common/gpu/gpu_watchdog.h', 'common/gpu/media/gpu_video_device.h', 'common/gpu/media/fake_gl_video_decode_engine.cc', 'common/gpu/media/fake_gl_video_decode_engine.h', |