| OLD | NEW |
| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 testonly = true | 510 testonly = true |
| 511 | 511 |
| 512 # Need to use renaming_sources to maintain subdirectories. | 512 # Need to use renaming_sources to maintain subdirectories. |
| 513 renaming_sources = [ | 513 renaming_sources = [ |
| 514 "test/assets/test/cacheable.txt", | 514 "test/assets/test/cacheable.txt", |
| 515 "test/assets/test/cacheable.txt.mock-http-headers", | 515 "test/assets/test/cacheable.txt.mock-http-headers", |
| 516 "test/assets/test/content_length_mismatch.html", | 516 "test/assets/test/content_length_mismatch.html", |
| 517 "test/assets/test/content_length_mismatch.html.mock-http-headers", | 517 "test/assets/test/content_length_mismatch.html.mock-http-headers", |
| 518 "test/assets/test/datareductionproxysuccess.txt", | 518 "test/assets/test/datareductionproxysuccess.txt", |
| 519 "test/assets/test/datareductionproxysuccess.txt.mock-http-headers", | 519 "test/assets/test/datareductionproxysuccess.txt.mock-http-headers", |
| 520 "test/assets/test/gzipped.html", |
| 521 "test/assets/test/gzipped.html.mock-http-headers", |
| 520 "test/assets/test/multiredirect.html", | 522 "test/assets/test/multiredirect.html", |
| 521 "test/assets/test/multiredirect.html.mock-http-headers", | 523 "test/assets/test/multiredirect.html.mock-http-headers", |
| 522 "test/assets/test/notfound.html", | 524 "test/assets/test/notfound.html", |
| 523 "test/assets/test/notfound.html.mock-http-headers", | 525 "test/assets/test/notfound.html.mock-http-headers", |
| 524 "test/assets/test/quic_data/simple.txt", | 526 "test/assets/test/quic_data/simple.txt", |
| 525 "test/assets/test/redirect.html", | 527 "test/assets/test/redirect.html", |
| 526 "test/assets/test/redirect.html.mock-http-headers", | 528 "test/assets/test/redirect.html.mock-http-headers", |
| 527 "test/assets/test/redirect_invalid_scheme.html", | 529 "test/assets/test/redirect_invalid_scheme.html", |
| 528 "test/assets/test/redirect_invalid_scheme.html.mock-http-headers", | 530 "test/assets/test/redirect_invalid_scheme.html.mock-http-headers", |
| 529 "test/assets/test/sdch/dict/LeQxM80O", | 531 "test/assets/test/sdch/dict/LeQxM80O", |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 ":cronet_package_copy_native_lib", | 879 ":cronet_package_copy_native_lib", |
| 878 ":cronet_package_copy_native_lib_unstripped", | 880 ":cronet_package_copy_native_lib_unstripped", |
| 879 ":generate_javadoc", | 881 ":generate_javadoc", |
| 880 ":generate_licenses", | 882 ":generate_licenses", |
| 881 ":jar_cronet_api_source", | 883 ":jar_cronet_api_source", |
| 882 ":jar_cronet_other_source", | 884 ":jar_cronet_other_source", |
| 883 ":jar_cronet_sample_source", | 885 ":jar_cronet_sample_source", |
| 884 ":repackage_extracted_jars", | 886 ":repackage_extracted_jars", |
| 885 ] | 887 ] |
| 886 } | 888 } |
| OLD | NEW |