OLD | NEW |
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 13 matching lines...) Expand all Loading... |
24 "*:*_assets", | 24 "*:*_assets", |
25 "*android*:assets", | 25 "*android*:assets", |
26 "*:*_apk_*resources", | 26 "*:*_apk_*resources", |
27 "*android*:resources", | 27 "*android*:resources", |
28 "*:*_resources", | 28 "*:*_resources", |
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", | |
35 "//build/android/rezip:rezip", | 34 "//build/android/rezip:rezip", |
36 "//chrome/test/android/cast_emulator:cast_emulator", | 35 "//chrome/test/android/cast_emulator:cast_emulator", |
37 "//mojo/public/java:bindings", | 36 "//mojo/public/java:bindings", |
38 "//third_party/android_tools:emma_device", | 37 "//third_party/android_tools:emma_device", |
39 "//third_party/cardboard-java:cardboard-java", | 38 "//third_party/cardboard-java:cardboard-java", |
40 "//third_party/custom_tabs_client:custom_tabs_client_shared_lib", | 39 "//third_party/custom_tabs_client:custom_tabs_client_shared_lib", |
41 "//third_party/custom_tabs_client:custom_tabs_support_lib", | 40 "//third_party/custom_tabs_client:custom_tabs_support_lib", |
42 "//third_party/errorprone:chromium_errorprone", | 41 "//third_party/errorprone:chromium_errorprone", |
43 "//third_party/haha:haha", | 42 "//third_party/haha:haha", |
44 "//third_party/junit:hamcrest", | 43 "//third_party/junit:hamcrest", |
(...skipping 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2704 rebase_path(root_build_dir, root_build_dir), | 2703 rebase_path(root_build_dir, root_build_dir), |
2705 "--packed-libraries-dir", | 2704 "--packed-libraries-dir", |
2706 rebase_path(_packed_libraries_dir, root_build_dir), | 2705 rebase_path(_packed_libraries_dir, root_build_dir), |
2707 "--libraries=${invoker.libraries_filearg}", | 2706 "--libraries=${invoker.libraries_filearg}", |
2708 "--filelistjson", | 2707 "--filelistjson", |
2709 rebase_path(invoker.file_list_json, root_build_dir), | 2708 rebase_path(invoker.file_list_json, root_build_dir), |
2710 ] | 2709 ] |
2711 } | 2710 } |
2712 } | 2711 } |
2713 } | 2712 } |
OLD | NEW |