Chromium Code Reviews

Unified Diff: ui/app_list/BUILD.gn

Issue 1182053007: Revert of Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « components/components_tests.gyp ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index 8a1634f5e505d09da5fb4c9e432d572bdffca3dd..680dcca545013ca3ae0694a593fcede264d473f6 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -171,6 +171,10 @@
"//ui/events",
"//ui/views",
]
+
+ public_deps = [
+ "//ui/views",
+ ]
}
if (is_mac) {
« no previous file with comments | « components/components_tests.gyp ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine