forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MacViews: Consolidate interactive_ui_tests source lists in gyp and GN
interactive_ui_tests was recently ported to gn in r310072 (all good wrt MacViews). Now is a good opportunity to make things a bit neater, and get things closer to flipping toolkit_views=1 on Mac This collapses the `sources!` filter for Mac+toolkit_views into chrome_interactive_ui_test_views_non_mac_sources which now follows the pattern that is already used in chrome_browser_ui.gypi. That is, chrome_browser_ui_views_non_mac_sources and friends. This does move a few more views test files out of interactive_ui_tests on MacViews. These were compiling and linking, but had failing tests. E.g. they do stuff like static_cast<BrowserView*>(browser->window()) which won't work while the browser is still Cocoa-based. BUG=402679 Review URL: https://codereview.chromium.org/793663006 Cr-Commit-Position: refs/heads/master@{#310731}
- Loading branch information
Showing
2 changed files
with
25 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters