diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 17:32:16 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 17:32:16 +0000 |
commit | ec58ac7e44a7ea70cdbc4b17f2c4c1de62b86ee7 (patch) | |
tree | de56e2cced3943851e9f5a06392499f677b07168 /chrome/chrome_exe.gypi | |
parent | 6722815ca4295ba65dcd646af28ebba6fa1eb480 (diff) | |
download | chromium_src-ec58ac7e44a7ea70cdbc4b17f2c4c1de62b86ee7.zip chromium_src-ec58ac7e44a7ea70cdbc4b17f2c4c1de62b86ee7.tar.gz chromium_src-ec58ac7e44a7ea70cdbc4b17f2c4c1de62b86ee7.tar.bz2 |
Load the metro driver dll at startup
When the metro_driver is present, we need to relinquish the browser main
thread to it, execution of chrome will continue on another thread, which
will be used as chrome main thread.
TEST=none, other that chrome should work.
BUG=118641
Review URL: https://chromiumcodereview.appspot.com/9718001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index bdae4de..1271a2d 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -24,6 +24,8 @@ 'app/client_util.h', 'app/hard_error_handler_win.cc', 'app/hard_error_handler_win.h', + 'app/metro_driver_win.cc', + 'app/metro_driver_win.h', '../content/app/startup_helper_win.cc', ], 'mac_bundle_resources': [ |