forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: missing header and platform. attributedstring builds now, but still fails because of T34990592 Reviewed By: mdvacca Differential Revision: D10349210 fbshipit-source-id: dcd163df9ac9a4fcb36399cb9f93dbf1b33c062d
- Loading branch information
1 parent
1ebc845
commit 122eba5
Showing
7 changed files
with
7 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ fb_xplat_cxx_test( | |
"-Wall", | ||
], | ||
contacts = ["[email protected]"], | ||
platforms = APPLE, | ||
platforms = (ANDROID,APPLE), | ||
deps = [ | ||
"xplat//folly:molly", | ||
"xplat//third-party/gmock:gtest", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ fb_xplat_cxx_test( | |
"-Wall", | ||
], | ||
contacts = ["[email protected]"], | ||
platforms = APPLE, | ||
platforms = (ANDROID, APPLE), | ||
deps = [ | ||
"xplat//folly:molly", | ||
"xplat//third-party/gmock:gtest", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
|
||
#pragma once | ||
|
||
#include <climits> | ||
#include <memory> | ||
#include <string> | ||
#include <vector> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ fb_xplat_cxx_test( | |
"-Wall", | ||
], | ||
contacts = ["[email protected]"], | ||
platforms = APPLE, | ||
platforms = (ANDROID,APPLE), | ||
deps = [ | ||
"xplat//folly:molly", | ||
"xplat//third-party/gmock:gtest", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ fb_xplat_cxx_test( | |
"-Wall", | ||
], | ||
contacts = ["[email protected]"], | ||
platforms = APPLE, | ||
platforms = (ANDROID,APPLE), | ||
deps = [ | ||
"xplat//folly:molly", | ||
"xplat//third-party/gmock:gtest", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ fb_xplat_cxx_test( | |
"-Wall", | ||
], | ||
contacts = ["[email protected]"], | ||
platforms = APPLE, | ||
platforms = (ANDROID, APPLE), | ||
deps = [ | ||
"xplat//folly:molly", | ||
"xplat//third-party/gmock:gtest", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ fb_xplat_cxx_test( | |
"-Wall", | ||
], | ||
contacts = ["[email protected]"], | ||
platforms = APPLE, | ||
platforms = (ANDROID, APPLE), | ||
deps = [ | ||
"xplat//folly:molly", | ||
"xplat//third-party/gmock:gtest", | ||
|