Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: ios/build/config.gni

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698