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

Side by Side Diff: build/config/android/internal_rules.gni

Issue 2197403003: [Android] Add shadows-core targets for multiple apis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Android] Add shadows-core targets for multiple apis. Created 4 years, 4 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
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/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 7
8 assert(is_android) 8 assert(is_android)
9 9
10 # These identify targets that have .build_config files (except for android_apk, 10 # These identify targets that have .build_config files (except for android_apk,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//third_party/custom_tabs_client:custom_tabs_support_lib", 44 "//third_party/custom_tabs_client:custom_tabs_support_lib",
45 "//third_party/errorprone:chromium_errorprone", 45 "//third_party/errorprone:chromium_errorprone",
46 "//third_party/haha:haha", 46 "//third_party/haha:haha",
47 "//third_party/junit:hamcrest", 47 "//third_party/junit:hamcrest",
48 "//third_party/netty4:netty_all", 48 "//third_party/netty4:netty_all",
49 "//third_party/netty-tcnative:netty-tcnative", 49 "//third_party/netty-tcnative:netty-tcnative",
50 "//third_party/robolectric:android-all-4.3_r2-robolectric-0", 50 "//third_party/robolectric:android-all-4.3_r2-robolectric-0",
51 "//third_party/robolectric:android-all-5.0.0_r2-robolectric-1", 51 "//third_party/robolectric:android-all-5.0.0_r2-robolectric-1",
52 "//third_party/robolectric:json-20080701", 52 "//third_party/robolectric:json-20080701",
53 "//third_party/robolectric:tagsoup-1.2", 53 "//third_party/robolectric:tagsoup-1.2",
54 "//third_party/robolectric:shadows-core-3.0", 54 "//third_party/robolectric:shadows_core_18",
55 "//third_party/robolectric:shadows_core_21",
56 "//third_party/robolectric:shadows-core-3.0-21",
jbudorick 2016/08/01 21:39:33 nit: alpha
mikecase (-- gone --) 2016/08/01 22:05:09 Done. Also, I realized I did the build file stupid
57 "//third_party/robolectric:shadows-core-3.0-18",
55 "//third_party/robolectric:shadows-multidex-3.0", 58 "//third_party/robolectric:shadows-multidex-3.0",
56 ] 59 ]
57 60
58 # Targets that match the whitelist but are not actually java targets. 61 # Targets that match the whitelist but are not actually java targets.
59 _java_target_blacklist = [ 62 _java_target_blacklist = [
60 "//chrome:packed_extra_resources", 63 "//chrome:packed_extra_resources",
61 "//chrome:packed_resources", 64 "//chrome:packed_resources",
62 "//remoting/android:remoting_android_raw_resources", 65 "//remoting/android:remoting_android_raw_resources",
63 "*:*_unpack_aar", 66 "*:*_unpack_aar",
64 ] 67 ]
(...skipping 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after
2561 outputs = [ 2564 outputs = [
2562 depfile, 2565 depfile,
2563 invoker.out_manifest, 2566 invoker.out_manifest,
2564 ] 2567 ]
2565 inputs = [ 2568 inputs = [
2566 invoker.main_manifest, 2569 invoker.main_manifest,
2567 ] 2570 ]
2568 } 2571 }
2569 } 2572 }
2570 } 2573 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/robolectric/BUILD.gn » ('j') | third_party/robolectric/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698