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

Unified Diff: content/app/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for android 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
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index a47b6e9d3554bc3301a8f28ba7951b7f1c16f458..fefad7f273f4e09241318793d1f96c897c6f9cf0 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -43,6 +43,7 @@ if (is_win) {
content_app_sources -= [ "content_main.cc" ]
content_app_deps += [
"//content/public/android:jni",
+ "//device/vibration",
"//skia",
"//third_party/android_tools:cpu_features",
"//ui/android",

Powered by Google App Engine
This is Rietveld 408576698