diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 04:07:22 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 04:07:22 +0000 |
commit | 496700a7f47063baf51e28b18aa6cc191892f60b (patch) | |
tree | 915269734ab3797e772ce9e57d1349bd6c0685e3 /chrome/chrome_exe.gypi | |
parent | aebc30fc73088e7618965e3315b01addecfe3087 (diff) | |
download | chromium_src-496700a7f47063baf51e28b18aa6cc191892f60b.zip chromium_src-496700a7f47063baf51e28b18aa6cc191892f60b.tar.gz chromium_src-496700a7f47063baf51e28b18aa6cc191892f60b.tar.bz2 |
Revert 247156 "Revert 247151 "Cleanup of windows launch code""
This re-enables 247151 because I can't repro it
so it is possible it was a temporary NaCL insanity and definitely
the x64 breakage was a flake as confirmed by try jobs.
> Revert 247151 "Cleanup of windows launch code"
>
> > 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
>
> TBR=cpu@chromium.org
>
> Review URL: https://codereview.chromium.org/140123006
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/151683004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248331 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', |