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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « android_webview/BUILD.gn ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//build/config/nacl/config.gni") 6 import("//build/config/nacl/config.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "android/java/src/org/chromium/base/MultiprocessTestClientService0.java", 360 "android/java/src/org/chromium/base/MultiprocessTestClientService0.java",
361 "android/java/src/org/chromium/base/MultiprocessTestClientService1.java", 361 "android/java/src/org/chromium/base/MultiprocessTestClientService1.java",
362 "android/java/src/org/chromium/base/MultiprocessTestClientService2.java", 362 "android/java/src/org/chromium/base/MultiprocessTestClientService2.java",
363 "android/java/src/org/chromium/base/MultiprocessTestClientService3.java", 363 "android/java/src/org/chromium/base/MultiprocessTestClientService3.java",
364 "android/java/src/org/chromium/base/MultiprocessTestClientService4.java", 364 "android/java/src/org/chromium/base/MultiprocessTestClientService4.java",
365 ] 365 ]
366 } 366 }
367 367
368 android_aidl("test_support_java_aidl") { 368 android_aidl("test_support_java_aidl") {
369 testonly = true 369 testonly = true
370 import_include = "android/java/src" 370 import_include = [ "android/java/src" ]
371 sources = [ 371 sources = [
372 "android/java/src/org/chromium/base/ITestClient.aidl", 372 "android/java/src/org/chromium/base/ITestClient.aidl",
373 ] 373 ]
374 } 374 }
375 } 375 }
OLDNEW
« 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