diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 21:18:51 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 21:18:51 +0000 |
commit | ddf75903e284dbc1ce36d8b8dfd6ba7e422128d5 (patch) | |
tree | c0a0fd9b530488f07c1dc3ab650c75a272ad05f9 /content/content_child.gypi | |
parent | 59db6e39a0763b689be197f207261d7b50a6ab53 (diff) | |
download | chromium_src-ddf75903e284dbc1ce36d8b8dfd6ba7e422128d5.zip chromium_src-ddf75903e284dbc1ce36d8b8dfd6ba7e422128d5.tar.gz chromium_src-ddf75903e284dbc1ce36d8b8dfd6ba7e422128d5.tar.bz2 |
Move the npruntime_util.h/.cc files from webkit\glue to content\child.
This is continuation of the ongoing work for bug https://code.google.com/p/chromium/issues/detail?can=2&q=237249
which is splitting chrome.dll into a browser and renderer component due to build issues on Windows.
BUG=237249
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/17068016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207922 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 41fc35fc..5175385 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -55,6 +55,8 @@ 'child/npobject_base.h', 'child/npobject_proxy.cc', 'child/npobject_proxy.h', + 'child/npruntime_util.cc', + 'child/npruntime_util.h', 'child/npobject_stub.cc', 'child/npobject_stub.h', 'child/npobject_util.cc', |