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.
Include wifi_component only when in Win or Mac platforms.
This issue was found while doing https://codereview.chromium.org/243343002 and we discovered that android was building wifi_test target. It was building this target because it does: $ ninja -C out/Debug -j50 And that builds all the targets generated by gyp. Since the target was not excluded from android platform, a target was created there and thus the above command would build it. This patch fixes this problem, by only including it where it is actually supported. BUG=None TEST=green trybots R=mef@chromium.org,thestig@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/259543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266025 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
tfarina@chromium.org
committed
Apr 24, 2014
1 parent
8ecd5fa
commit c6afb98
Showing
4 changed files
with
13 additions
and
5 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
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