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

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

Issue 2544043002: [Cronet] Enforce Cronet API never modified, only grown (Closed)
Patch Set: remove absolute_import Created 3 years, 11 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 | « components/cronet/__init__.py ('k') | components/cronet/android/api.txt » ('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 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/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//build/util/version.gni") 9 import("//build/util/version.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 root_build_dir), 1428 root_build_dir),
1429 "--stamp", 1429 "--stamp",
1430 rebase_path(outputs[0], root_build_dir), 1430 rebase_path(outputs[0], root_build_dir),
1431 ] 1431 ]
1432 deps = [ 1432 deps = [
1433 ":cronet_api_java", 1433 ":cronet_api_java",
1434 ":cronet_impl_common_java", 1434 ":cronet_impl_common_java",
1435 ":cronet_impl_native_java", 1435 ":cronet_impl_native_java",
1436 ":cronet_impl_platform_java", 1436 ":cronet_impl_platform_java",
1437 ] 1437 ]
1438 inputs = [
1439 "//components/cronet/tools/update_api.py",
1440 ]
1441 sources = [
1442 "//components/cronet/android/api.txt",
1443 "//components/cronet/android/api_version.txt",
1444 ]
1438 } 1445 }
1439 1446
1440 group("cronet_package") { 1447 group("cronet_package") {
1441 # Marked as testonly as it contains test-only targets too. 1448 # Marked as testonly as it contains test-only targets too.
1442 testonly = true 1449 testonly = true
1443 1450
1444 # Enforce building with ICU alternatives, crbug.com/611621. 1451 # Enforce building with ICU alternatives, crbug.com/611621.
1445 # Enforce that arm_use_neon==false when building for ARMv7 by 1452 # Enforce that arm_use_neon==false when building for ARMv7 by
1446 # not including any deps in cronet_package target otherwise. 1453 # not including any deps in cronet_package target otherwise.
1447 if (use_platform_icu_alternatives && 1454 if (use_platform_icu_alternatives &&
(...skipping 27 matching lines...) Expand all
1475 deps = [ 1482 deps = [
1476 ":cronet_package_copy_native_test_lib", 1483 ":cronet_package_copy_native_test_lib",
1477 ":cronet_package_copy_native_test_lib_unstripped", 1484 ":cronet_package_copy_native_test_lib_unstripped",
1478 ":cronet_package_copy_test_assets", 1485 ":cronet_package_copy_test_assets",
1479 ":cronet_package_copy_test_files", 1486 ":cronet_package_copy_test_files",
1480 ":cronet_package_copy_test_support_apks", 1487 ":cronet_package_copy_test_support_apks",
1481 ":repackage_extracted_test_jars", 1488 ":repackage_extracted_test_jars",
1482 ] 1489 ]
1483 } 1490 }
1484 } 1491 }
OLDNEW
« no previous file with comments | « components/cronet/__init__.py ('k') | components/cronet/android/api.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698