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

Side by Side Diff: components/cronet/android/BUILD.gn

Issue 2150933007: [Cronet] Use gn desc to find third party licenses on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/version.gni") 8 import("//build/util/version.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 action("generate_licenses") { 810 action("generate_licenses") {
811 _license_path = "$_package_dir/LICENSE" 811 _license_path = "$_package_dir/LICENSE"
812 812
813 script = "//components/cronet/tools/cronet_licenses.py" 813 script = "//components/cronet/tools/cronet_licenses.py"
814 outputs = [ 814 outputs = [
815 _license_path, 815 _license_path,
816 ] 816 ]
817 args = [ 817 args = [
818 "license", 818 "license",
819 rebase_path(_license_path, root_build_dir), 819 rebase_path(_license_path, root_build_dir),
820 "--gn",
820 ] 821 ]
821 } 822 }
822 823
823 action("generate_javadoc") { 824 action("generate_javadoc") {
824 script = "//components/cronet/tools/generate_javadoc.py" 825 script = "//components/cronet/tools/generate_javadoc.py"
825 depfile = "$target_gen_dir/$target_name.d" 826 depfile = "$target_gen_dir/$target_name.d"
826 outputs = [ 827 outputs = [
827 depfile, 828 depfile,
828 ] 829 ]
829 args = [ 830 args = [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 ":cronet_package_copy_native_lib", 893 ":cronet_package_copy_native_lib",
893 ":cronet_package_copy_native_lib_unstripped", 894 ":cronet_package_copy_native_lib_unstripped",
894 ":generate_javadoc", 895 ":generate_javadoc",
895 ":generate_licenses", 896 ":generate_licenses",
896 ":jar_cronet_api_source", 897 ":jar_cronet_api_source",
897 ":jar_cronet_other_source", 898 ":jar_cronet_other_source",
898 ":jar_cronet_sample_source", 899 ":jar_cronet_sample_source",
899 ":repackage_extracted_jars", 900 ":repackage_extracted_jars",
900 ] 901 ]
901 } 902 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/tools/cronet_licenses.py » ('j') | components/cronet/tools/cronet_licenses.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698