diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 21:05:00 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 21:05:00 +0000 |
commit | f0bc06a7b29cc6c69f30eaebf6770fcb349287a5 (patch) | |
tree | 919787c1590b38a6f922bf6d97cfac42b6b934b9 /content/content_app.gypi | |
parent | c2ef83f7ebd4de858056e85944037398fc112b9e (diff) | |
download | chromium_src-f0bc06a7b29cc6c69f30eaebf6770fcb349287a5.zip chromium_src-f0bc06a7b29cc6c69f30eaebf6770fcb349287a5.tar.gz chromium_src-f0bc06a7b29cc6c69f30eaebf6770fcb349287a5.tar.bz2 |
Finish moving all the generic startup code from ChromeMain to ContentMain, and add callbacks to ContentMainDelegate to handle the Chrome specific pieces.
BUG=90445
Review URL: http://codereview.chromium.org/7792080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_app.gypi')
-rw-r--r-- | content/content_app.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_app.gypi b/content/content_app.gypi index e87b81e..af7ea6b 100644 --- a/content/content_app.gypi +++ b/content/content_app.gypi @@ -11,8 +11,12 @@ '..', ], 'dependencies': [ + 'content_browser', 'content_common', '../base/base.gyp:base', + '../base/base.gyp:base_i18n', + '../crypto/crypto.gyp:crypto', + '../ui/ui.gyp:ui', ], 'sources': [ 'app/content_main.cc', |