commit | 090a2a50d7557bc327cba2ad4e022476314a42bb | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed Dec 12 11:52:44 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 12 11:52:44 2018 |
tree | 8ea3c226c3cbf84f5a81b3c4a5ce9354879a4899 | |
parent | db433ca4d3ed804a5363f96804740e6b18638084 [diff] |
Don't compile app_icon_factory except for ChromeOS. Compiling app_icon_factory code triggered compilation errors in some Windows and Mac builds since the code references app_list which only exists in ChromeOS. In most builds it was ok because the generated object file was unused and got stripped by the linker before the dangling references was found. BUG=826982 TBR=nigeltao@chromium.org,rdevlin.cronin@chromium.org,dominickn@chromium.org Change-Id: I25f0fa090f3466bcc83e06a070c7aa6c8600976d Reviewed-on: https://chromium-review.googlesource.com/c/1373450 Reviewed-by: Daniel Bratell <bratell@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#615856}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .