Commit d64a9dbc authored by brucedawson's avatar brucedawson Committed by Commit bot

Adding missing manifest to gn-built app_list_demo

Many executables are missing embedded manifest files when built with gn.
This causes OS compatibility information to be omitted which can lead
to strange behavior. This adds a manifest to app_list_demo.exe.

BUG=602505

Review-Url: https://codereview.chromium.org/2027753002
Cr-Commit-Position: refs/heads/master@{#397042}
parent b368f26a
...@@ -244,6 +244,7 @@ if (toolkit_views) { ...@@ -244,6 +244,7 @@ if (toolkit_views) {
":test_support", ":test_support",
"//base", "//base",
"//build/config/sanitizers:deps", "//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
"//content", "//content",
"//content/public/browser", "//content/public/browser",
"//skia", "//skia",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment