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

Unified Diff: chrome/android/webapk/libs/runtime_library/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 | « build/config/android/rules.gni ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/libs/runtime_library/BUILD.gn
diff --git a/chrome/android/webapk/libs/runtime_library/BUILD.gn b/chrome/android/webapk/libs/runtime_library/BUILD.gn
index 91dc8d7432598e4aa27089a26ddd11b93a0c79b9..c4b79f33bbe1409d6d7d37a53113023436ecc435 100644
--- a/chrome/android/webapk/libs/runtime_library/BUILD.gn
+++ b/chrome/android/webapk/libs/runtime_library/BUILD.gn
@@ -14,7 +14,7 @@ import("//chrome/android/webapk/libs/runtime_library_version.gni")
runtime_library_dex_asset_name = "webapk$runtime_library_version.dex"
android_aidl("webapk_service_aidl") {
- import_include = "src/org/chromium/webapk/lib/runtime_library"
+ import_include = [ "src/org/chromium/webapk/lib/runtime_library" ]
interface_file = "src/org/chromium/webapk/lib/runtime_library/common.aidl"
sources = [
"src/org/chromium/webapk/lib/runtime_library/IWebApkApi.aidl",
« no previous file with comments | « build/config/android/rules.gni ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698