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

Unified Diff: ios/build/config.gni

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Rebase 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
« no previous file with comments | « content/renderer/sad_plugin.cc ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
sdefresne 2017/01/26 19:51:17 I'm not sure we want to allow dependency on //cc:p
enne (OOO) 2017/01/26 20:11:33 The reason I added this is because of the ui/gfx d
+ "//cc:surfaces",
"//content/*",
"//dbus/*",
"//jingle:jingle",
« no previous file with comments | « content/renderer/sad_plugin.cc ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698