diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 23:55:10 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 23:55:10 +0000 |
commit | a27a938d8511abfaf89d6e2d0e4d4242c76dffed (patch) | |
tree | 98b133536459106b96a0ee09e0deb94b8d92c4b3 /base | |
parent | 342c2c40bd1729fe985d5a6ee06f6eb28bbcdc22 (diff) | |
download | chromium_src-a27a938d8511abfaf89d6e2d0e4d4242c76dffed.zip chromium_src-a27a938d8511abfaf89d6e2d0e4d4242c76dffed.tar.gz chromium_src-a27a938d8511abfaf89d6e2d0e4d4242c76dffed.tar.bz2 |
Refactor plugin process code in the browser process so that the browser/about:memory/task manager/metrics code doesn't depend on PluginProcessHost pointers. In a future changelist I'll add one central child process registry in the browser process.
Review URL: http://codereview.chromium.org/20196
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9621 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base_lib.scons | 1 | ||||
-rw-r--r-- | base/build/base.vcproj | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/base/base_lib.scons b/base/base_lib.scons index ac27c3c..f32ddd8 100644 --- a/base/base_lib.scons +++ b/base/base_lib.scons @@ -188,6 +188,7 @@ input_files = ChromeFileList([ 'scoped_clipboard_writer.h', 'scoped_comptr_win.h', 'scoped_handle.h', + 'scoped_handle_win.h', 'scoped_nsautorelease_pool.h', 'scoped_ptr.h', 'scoped_temp_dir.cc', diff --git a/base/build/base.vcproj b/base/build/base.vcproj index feaeae3..b9dacfc 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -718,6 +718,10 @@ > </File> <File + RelativePath="..\scoped_handle_win.h" + > + </File> + <File RelativePath="..\scoped_nsautorelease_pool.h" > </File> |