commit | c13fc9ff0aedca62ebfdfc27d44c6b5ac204c9d8 | [log] [tgz] |
---|---|---|
author | Sadrul Habib Chowdhury <[email protected]> | Wed Jun 17 07:06:23 2015 |
committer | Sadrul Habib Chowdhury <[email protected]> | Wed Jun 17 07:07:54 2015 |
tree | b63742b7b3bae9feb72e45134384322813bc1312 | |
parent | bb3d972d5787ed3d6e9116ddc1c4a20a1a5de30c [diff] |
views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. If 'toolkit_views' gyp/gn flag is toggled, then it shouldn't cause targets that do not depend on views to be rebuilt. To make this happen, remove the definition of the TOOLKIT_VIEWS flag from the top-level config into a config in views, so that only targets that explicitly depend on views get the define, and are affected by the switch. BUG=500004 [email protected], [email protected] Review URL: https://codereview.chromium.org/1175603002. Cr-Commit-Position: refs/heads/master@{#334785}