Index: ios/build/config.gni |
diff --git a/ios/build/config.gni b/ios/build/config.gni |
index e486e6e3b062c9a2543174b242d16b49223a95ad..c38566d1818831027f5ef1a459d9a55dfe06fb0e 100644 |
--- a/ios/build/config.gni |
+++ b/ios/build/config.gni |
@@ -5,7 +5,8 @@ |
# Global list of dependencies that are conceptually bad on iOS and should |
# never be added (they will never be supported). |
_ios_conceptually_bad_dependencies = [ |
- "//cc/*", |
+ "//cc:cc", |
danakj
2017/01/20 23:34:14
//cc is how this is written
|
+ "//cc:surfaces", |
"//content/*", |
"//dbus/*", |
"//jingle:jingle", |