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

Unified Diff: android_webview/BUILD.gn

Issue 2738743003: Making the AIDL GN target support multiple include directories. (Closed)
Patch Set: Making the AIDL GN tag support multiple include directories. Created 3 years, 9 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 | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index d8e25e32d90dca1a4fe37ac3989a573ebeaded3c..ce8a691cb2730ff77fc3a35d995e386c0ad48d59 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -791,7 +791,7 @@ android_library("android_webview_crash_services_java") {
}
android_aidl("crash_receiver_aidl") {
- import_include = "java/src"
+ import_include = [ "java/src" ]
sources = [
"java/src/org/chromium/android_webview/crash/ICrashReceiverService.aidl",
]
« no previous file with comments | « no previous file | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698