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

Unified Diff: base/test/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 | « android_webview/BUILD.gn ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 256cae257f3d2e5fab0919c638b0046a9465fc21..844707ebd190948d993e5e62f2747516aaa4fa93 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -367,7 +367,7 @@ if (is_android) {
android_aidl("test_support_java_aidl") {
testonly = true
- import_include = "android/java/src"
+ import_include = [ "android/java/src" ]
sources = [
"android/java/src/org/chromium/base/ITestClient.aidl",
]
« no previous file with comments | « android_webview/BUILD.gn ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698