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

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

Issue 2353553004: Revert of Create Monochrome-specific repack() targets (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | chrome/BUILD.gn » ('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 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 # Do not add any imports to non-//build directories here. 5 # Do not add any imports to non-//build directories here.
6 # Some projects (e.g. V8) do not have non-build directories DEPS'ed in. 6 # Some projects (e.g. V8) do not have non-build directories DEPS'ed in.
7 import("//build_overrides/build.gni") 7 import("//build_overrides/build.gni")
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "//third_party/robolectric:android-all-5.0.0_r2-robolectric-1", 54 "//third_party/robolectric:android-all-5.0.0_r2-robolectric-1",
55 "//third_party/robolectric:json-20080701", 55 "//third_party/robolectric:json-20080701",
56 "//third_party/robolectric:tagsoup-1.2", 56 "//third_party/robolectric:tagsoup-1.2",
57 "//third_party/robolectric:shadows-core-3.0-18", 57 "//third_party/robolectric:shadows-core-3.0-18",
58 "//third_party/robolectric:shadows-core-3.0-21", 58 "//third_party/robolectric:shadows-core-3.0-21",
59 "//third_party/robolectric:shadows-multidex-3.0", 59 "//third_party/robolectric:shadows-multidex-3.0",
60 ] 60 ]
61 61
62 # Targets that match the whitelist but are not actually java targets. 62 # Targets that match the whitelist but are not actually java targets.
63 _java_target_blacklist = [ 63 _java_target_blacklist = [
64 "//chrome:packed_extra_resources",
64 "//chrome:packed_resources", 65 "//chrome:packed_resources",
65 "//remoting/android:remoting_android_raw_resources", 66 "//remoting/android:remoting_android_raw_resources",
66 "*:*_unpack_aar", 67 "*:*_unpack_aar",
67 ] 68 ]
68 69
69 # Write the target's .build_config file. This is a json file that contains a 70 # Write the target's .build_config file. This is a json file that contains a
70 # dictionary of information about how to build this target (things that 71 # dictionary of information about how to build this target (things that
71 # require knowledge about this target's dependencies and cannot be calculated 72 # require knowledge about this target's dependencies and cannot be calculated
72 # at gn-time). There is a special syntax to add a value in that dictionary to 73 # at gn-time). There is a special syntax to add a value in that dictionary to
73 # an action/action_foreachs args: 74 # an action/action_foreachs args:
(...skipping 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 rebase_path(root_build_dir, root_build_dir), 2693 rebase_path(root_build_dir, root_build_dir),
2693 "--packed-libraries-dir", 2694 "--packed-libraries-dir",
2694 rebase_path(_packed_libraries_dir, root_build_dir), 2695 rebase_path(_packed_libraries_dir, root_build_dir),
2695 "--libraries=${invoker.libraries_filearg}", 2696 "--libraries=${invoker.libraries_filearg}",
2696 "--filelistjson", 2697 "--filelistjson",
2697 rebase_path(invoker.file_list_json, root_build_dir), 2698 rebase_path(invoker.file_list_json, root_build_dir),
2698 ] 2699 ]
2699 } 2700 }
2700 } 2701 }
2701 } 2702 }
OLDNEW
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698