| 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 ".", | 364 ".", |
| 365 "//chrome") | 365 "//chrome") |
| 366 | 366 |
| 367 configs += [ "//build/config:precompiled_headers" ] | 367 configs += [ "//build/config:precompiled_headers" ] |
| 368 | 368 |
| 369 data_deps = [] | 369 data_deps = [] |
| 370 | 370 |
| 371 data = [ | 371 data = [ |
| 372 "data/", | 372 "data/", |
| 373 "//content/test/data/", | 373 "//content/test/data/", |
| 374 "//net/data/ssl/certificates/", | |
| 375 "//net/tools/testserver/", | 374 "//net/tools/testserver/", |
| 376 "//ppapi/tests/test_case.html", | 375 "//ppapi/tests/test_case.html", |
| 377 "//ppapi/tests/test_case.html.mock-http-headers", | 376 "//ppapi/tests/test_case.html.mock-http-headers", |
| 378 "//ppapi/tests/test_page.css", | 377 "//ppapi/tests/test_page.css", |
| 379 "//ppapi/tests/test_page.css.mock-http-headers", | 378 "//ppapi/tests/test_page.css.mock-http-headers", |
| 380 "//third_party/pyftpdlib/", | 379 "//third_party/pyftpdlib/", |
| 381 "//third_party/pywebsocket/", | 380 "//third_party/pywebsocket/", |
| 382 "//third_party/tlslite/", | 381 "//third_party/tlslite/", |
| 383 "//third_party/zlib/google/test/data/", | 382 "//third_party/zlib/google/test/data/", |
| 384 "//tools/metrics/histograms/histograms.xml", | 383 "//tools/metrics/histograms/histograms.xml", |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 | 885 |
| 887 data = [ | 886 data = [ |
| 888 "data/", | 887 "data/", |
| 889 "//chrome/browser/policy/test/asn1der.py", | 888 "//chrome/browser/policy/test/asn1der.py", |
| 890 "//chrome/browser/policy/test/policy_testserver.py", | 889 "//chrome/browser/policy/test/policy_testserver.py", |
| 891 "//chrome/common/extensions/docs/examples/apps/calculator/", | 890 "//chrome/common/extensions/docs/examples/apps/calculator/", |
| 892 "//chrome/third_party/mock4js/", | 891 "//chrome/third_party/mock4js/", |
| 893 "//content/test/data/", | 892 "//content/test/data/", |
| 894 "//google_apis/test/", | 893 "//google_apis/test/", |
| 895 "//media/test/data/", | 894 "//media/test/data/", |
| 896 "//net/data/", | |
| 897 "//net/tools/testserver/", | 895 "//net/tools/testserver/", |
| 898 "//ppapi/tests/test_case.html", | 896 "//ppapi/tests/test_case.html", |
| 899 "//ppapi/tests/test_case.html.mock-http-headers", | 897 "//ppapi/tests/test_case.html.mock-http-headers", |
| 900 "//ppapi/tests/test_page.css", | 898 "//ppapi/tests/test_page.css", |
| 901 "//ppapi/tests/test_page.css.mock-http-headers", | 899 "//ppapi/tests/test_page.css.mock-http-headers", |
| 902 "//testing/test_env.py", | 900 "//testing/test_env.py", |
| 903 "//third_party/accessibility-audit/axs_testing.js", | 901 "//third_party/accessibility-audit/axs_testing.js", |
| 904 "//third_party/chaijs/chai.js", | 902 "//third_party/chaijs/chai.js", |
| 905 "//third_party/mocha/mocha.js", | 903 "//third_party/mocha/mocha.js", |
| 906 "//third_party/pyftpdlib/", | 904 "//third_party/pyftpdlib/", |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1737 | 1735 |
| 1738 configs += [ "//build/config:precompiled_headers" ] | 1736 configs += [ "//build/config:precompiled_headers" ] |
| 1739 | 1737 |
| 1740 data = [ | 1738 data = [ |
| 1741 "data/", | 1739 "data/", |
| 1742 "//base/test/data/", | 1740 "//base/test/data/", |
| 1743 "//chrome/third_party/mock4js/", | 1741 "//chrome/third_party/mock4js/", |
| 1744 "//components/test/data/", | 1742 "//components/test/data/", |
| 1745 "//extensions/test/data/", | 1743 "//extensions/test/data/", |
| 1746 "//google_apis/test/data/", | 1744 "//google_apis/test/data/", |
| 1747 "//net/data/", | |
| 1748 "//net/tools/testserver/", | 1745 "//net/tools/testserver/", |
| 1749 "//third_party/accessibility-audit/axs_testing.js", | 1746 "//third_party/accessibility-audit/axs_testing.js", |
| 1750 "//third_party/chaijs/chai.js", | 1747 "//third_party/chaijs/chai.js", |
| 1751 "//third_party/hunspell_dictionaries/", | 1748 "//third_party/hunspell_dictionaries/", |
| 1752 "//third_party/pyftpdlib/", | 1749 "//third_party/pyftpdlib/", |
| 1753 "//third_party/pywebsocket/", | 1750 "//third_party/pywebsocket/", |
| 1754 "//third_party/tlslite/", | 1751 "//third_party/tlslite/", |
| 1755 "//third_party/zlib/google/test/data/", | 1752 "//third_party/zlib/google/test/data/", |
| 1756 "//tools/metrics/histograms/histograms.xml", | 1753 "//tools/metrics/histograms/histograms.xml", |
| 1757 "$root_out_dir/pyproto/google/", | 1754 "$root_out_dir/pyproto/google/", |
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2464 if (is_android) { | 2461 if (is_android) { |
| 2465 android_library("unit_tests_java") { | 2462 android_library("unit_tests_java") { |
| 2466 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2463 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2467 deps = [ | 2464 deps = [ |
| 2468 "//base:base_java", | 2465 "//base:base_java", |
| 2469 "//chrome/android:chrome_java", | 2466 "//chrome/android:chrome_java", |
| 2470 "//content/public/android:content_java", | 2467 "//content/public/android:content_java", |
| 2471 ] | 2468 ] |
| 2472 } | 2469 } |
| 2473 } | 2470 } |
| OLD | NEW |