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

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

Issue 2479463004: Fix java target naming exceptions in device/ and components/policy (Closed)
Patch Set: Created 4 years, 1 month 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 | content/public/android/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 18 matching lines...) Expand all
29 "*:*_grd", 29 "*:*_grd",
30 "*:*locale_paks", 30 "*:*locale_paks",
31 31
32 # TODO(agrieve): Rename targets below to match above patterns. 32 # TODO(agrieve): Rename targets below to match above patterns.
33 "*android_webview/glue:glue", 33 "*android_webview/glue:glue",
34 "//build/android/pylib/device/commands:chromium_commands", 34 "//build/android/pylib/device/commands:chromium_commands",
35 "//build/android/rezip:rezip", 35 "//build/android/rezip:rezip",
36 "//chrome/test/android/cast_emulator:cast_emulator", 36 "//chrome/test/android/cast_emulator:cast_emulator",
37 "//components/cronet/android:cronet_api", 37 "//components/cronet/android:cronet_api",
38 "//components/cronet/android:cronet_javadoc_classpath", 38 "//components/cronet/android:cronet_javadoc_classpath",
39 "//components/policy:app_restrictions_resources",
40 "//device/battery/android:battery_monitor_android",
41 "//device/vibration/android:vibration_manager_android",
42 "//mojo/public/java:bindings", 39 "//mojo/public/java:bindings",
43 "//mojo/public/java:system", 40 "//mojo/public/java:system",
44 "//third_party/android_tools:emma_device", 41 "//third_party/android_tools:emma_device",
45 "//third_party/cardboard-java:cardboard-java", 42 "//third_party/cardboard-java:cardboard-java",
46 "//third_party/custom_tabs_client:custom_tabs_client_shared_lib", 43 "//third_party/custom_tabs_client:custom_tabs_client_shared_lib",
47 "//third_party/custom_tabs_client:custom_tabs_support_lib", 44 "//third_party/custom_tabs_client:custom_tabs_support_lib",
48 "//third_party/errorprone:chromium_errorprone", 45 "//third_party/errorprone:chromium_errorprone",
49 "//third_party/haha:haha", 46 "//third_party/haha:haha",
50 "//third_party/junit:hamcrest", 47 "//third_party/junit:hamcrest",
51 "//third_party/netty4:netty_all", 48 "//third_party/netty4:netty_all",
(...skipping 2651 matching lines...) Expand 10 before | Expand all | Expand 10 after
2703 rebase_path(root_build_dir, root_build_dir), 2700 rebase_path(root_build_dir, root_build_dir),
2704 "--packed-libraries-dir", 2701 "--packed-libraries-dir",
2705 rebase_path(_packed_libraries_dir, root_build_dir), 2702 rebase_path(_packed_libraries_dir, root_build_dir),
2706 "--libraries=${invoker.libraries_filearg}", 2703 "--libraries=${invoker.libraries_filearg}",
2707 "--filelistjson", 2704 "--filelistjson",
2708 rebase_path(invoker.file_list_json, root_build_dir), 2705 rebase_path(invoker.file_list_json, root_build_dir),
2709 ] 2706 ]
2710 } 2707 }
2711 } 2708 }
2712 } 2709 }
OLDNEW
« no previous file with comments | « no previous file | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698