diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-25 22:52:35 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-25 22:52:35 +0000 |
commit | ccd6a41b17ce6df602c0620341bd667da4d8cbcd (patch) | |
tree | a240c94245d722928581ece84e7748eb47564198 /chrome/chrome_exe.gypi | |
parent | 58d72b5fa365f01894582bdcdb43ae02f057c96e (diff) | |
download | chromium_src-ccd6a41b17ce6df602c0620341bd667da4d8cbcd.zip chromium_src-ccd6a41b17ce6df602c0620341bd667da4d8cbcd.tar.gz chromium_src-ccd6a41b17ce6df602c0620341bd667da4d8cbcd.tar.bz2 |
Cleanup of windows launch code
The windows startup code was handling aura and non-aura cases which
require different startup logic in metro (immersive mode). Since we
don't support the non-Aura logic we can get rid of a lot of code.
Tbring gab for the installer constant addition.
R=ananta@chromium.org, scottmg@chromium.org
TBR=gab
BUG=none
Review URL: https://codereview.chromium.org/142473002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index f589d1a..a38f01a 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -59,8 +59,6 @@ 'app/chrome_exe_resource.h', 'app/client_util.cc', 'app/client_util.h', - 'app/metro_driver_win.cc', - 'app/metro_driver_win.h', 'app/signature_validator_win.cc', 'app/signature_validator_win.h', '<(DEPTH)/content/app/startup_helper_win.cc', |