diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 20:15:54 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-12 20:15:54 +0000 |
commit | 1673cafa26a222117bbd137f1ca61628e7f7bbaa (patch) | |
tree | d6ffad2d49399608c3d5cfb95cce68ee2d80758e /content/content_child.gypi | |
parent | a41f8f60ba86a09490de53a738f2adee9a618ccb (diff) | |
download | chromium_src-1673cafa26a222117bbd137f1ca61628e7f7bbaa.zip chromium_src-1673cafa26a222117bbd137f1ca61628e7f7bbaa.tar.gz chromium_src-1673cafa26a222117bbd137f1ca61628e7f7bbaa.tar.bz2 |
Implement ScopedChildProcessReference class
An innocent attempt.
BUG=none
Review URL: https://codereview.chromium.org/66443002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r-- | content/content_child.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi index 583d7a1..c2c035f 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -132,6 +132,8 @@ 'child/resource_dispatcher.h', 'child/runtime_features.cc', 'child/runtime_features.h', + 'child/scoped_child_process_reference.cc', + 'child/scoped_child_process_reference.h', 'child/site_isolation_policy.cc', 'child/site_isolation_policy.h', 'child/socket_stream_dispatcher.cc', |