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

Unified Diff: ui/chromeos/BUILD.gn

Issue 857353004: Enable find-missing-symbols-at-link-time for chromeos builds too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnsyntax Created 5 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 | « third_party/libexif/libexif.gyp ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/BUILD.gn
diff --git a/ui/chromeos/BUILD.gn b/ui/chromeos/BUILD.gn
index 743600fa87030c0f6e5f447015f4128b83de8a28..6b34562be68a0b21c18d4fa49663804580ad1b14 100644
--- a/ui/chromeos/BUILD.gn
+++ b/ui/chromeos/BUILD.gn
@@ -39,13 +39,17 @@ component("ui_chromeos") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
+ "//chromeos:chromeos",
"//chromeos:power_manager_proto",
"//skia",
"//ui/aura",
+ "//ui/base",
"//ui/chromeos/resources",
"//ui/chromeos/strings",
"//ui/events",
"//ui/events:gesture_detection",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
"//ui/message_center",
"//ui/views",
"//ui/wm",
« no previous file with comments | « third_party/libexif/libexif.gyp ('k') | ui/chromeos/ui_chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698