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

Unified Diff: chrome/android/BUILD.gn

Issue 2392763002: Sanitize unparcable intents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 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: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 697030c8b385f04375c048b954a2858da7c75be8..d69a097e629ac103c350ba3e5c32d6bd2b85fa60 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -332,6 +332,7 @@ junit_binary("chrome_junit_tests") {
"//net/android:net_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/android_tools:android_support_annotations_java",
+ "//third_party/android_tools:android_support_v7_appcompat_java",
Ted C 2016/10/04 20:19:23 why is this needed? I don't see any new imports t
kraush 2016/10/04 21:36:36 You're absolutely right, sorry! (While developing
"//third_party/android_tools:android_support_v7_mediarouter_java",
"//third_party/android_tools:android_support_v7_recyclerview_java",
"//third_party/cacheinvalidation:cacheinvalidation_javalib",

Powered by Google App Engine
This is Rietveld 408576698