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

Unified Diff: ios/build/config.gni

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: three Rs: rebase, readme, review 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..6adf5e2a8d9eb3660aebc2cd700228c831abf323 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:surfaces",
"//content/*",
"//dbus/*",
"//jingle:jingle",

Powered by Google App Engine
This is Rietveld 408576698