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

Unified Diff: 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 | « build/common.gypi ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index b39cf1c61b55821da9118d3a0a39726a4157d669..7da2f4a087de389cf5e0e3d6e26cbc2d9951ede9 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -20,6 +20,7 @@ component("chromeos") {
]
deps = [
"//base",
+ "//base:i18n",
"//base:prefs",
"//base/third_party/dynamic_annotations",
"//chromeos/ime:gencode",
@@ -32,6 +33,7 @@ component("chromeos") {
"//third_party/libxml",
"//third_party/protobuf:protobuf_lite",
"//ui/accelerometer",
+ "//ui/gfx/geometry",
"//url",
":cryptohome_proto",
":power_manager_proto",
« no previous file with comments | « build/common.gypi ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698