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

Side by Side Diff: content/public/android/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 unified diff | Download patch
« no previous file with comments | « chrome/android/webapk/libs/runtime_library/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 android_aidl("common_aidl") { 8 android_aidl("common_aidl") {
9 interface_file = "java/src/org/chromium/content/common/common.aidl" 9 interface_file = "java/src/org/chromium/content/common/common.aidl"
10 import_include = "java/src" 10 import_include = [ "java/src" ]
11 sources = [ 11 sources = [
12 "java/src/org/chromium/content/common/IChildProcessCallback.aidl", 12 "java/src/org/chromium/content/common/IChildProcessCallback.aidl",
13 "java/src/org/chromium/content/common/IChildProcessService.aidl", 13 "java/src/org/chromium/content/common/IChildProcessService.aidl",
14 ] 14 ]
15 } 15 }
16 16
17 android_aidl("is_ready_to_pay_service_aidl") { 17 android_aidl("is_ready_to_pay_service_aidl") {
18 interface_file = "java/src/org/chromium/payments_common.aidl" 18 interface_file = "java/src/org/chromium/payments_common.aidl"
19 sources = [ 19 sources = [
20 "java/src/org/chromium/IsReadyToPayService.aidl", 20 "java/src/org/chromium/IsReadyToPayService.aidl",
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.ja va", 456 "junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.ja va",
457 "junit/src/org/chromium/content/browser/picker/DateDialogNormalizerTest.java ", 457 "junit/src/org/chromium/content/browser/picker/DateDialogNormalizerTest.java ",
458 "junit/src/org/chromium/content/browser/BindingManagerImplTest.java", 458 "junit/src/org/chromium/content/browser/BindingManagerImplTest.java",
459 ] 459 ]
460 deps = [ 460 deps = [
461 ":content_java", 461 ":content_java",
462 "//base:base_java", 462 "//base:base_java",
463 "//base:base_java_test_support", 463 "//base:base_java_test_support",
464 ] 464 ]
465 } 465 }
OLDNEW
« no previous file with comments | « chrome/android/webapk/libs/runtime_library/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698