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

Side by Side Diff: chrome/test/BUILD.gn

Issue 2106193002: [Android] Create buildable browser_tests gn target for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky comments 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 852
853 group("mash_browser_tests") { 853 group("mash_browser_tests") {
854 testonly = true 854 testonly = true
855 data = [ 855 data = [
856 "//testing/buildbot/filters/mojo.fyi.browser_tests.filter", 856 "//testing/buildbot/filters/mojo.fyi.browser_tests.filter",
857 ] 857 ]
858 data_deps = [ 858 data_deps = [
859 ":browser_tests", 859 ":browser_tests",
860 ] 860 ]
861 } 861 }
862 }
862 863
863 test("browser_tests") { 864 test("browser_tests") {
864 sources = [ 865 sources = [
865 "base/browser_tests_main.cc", 866 "base/browser_tests_main.cc",
867 ]
868 sources += rebase_path(chrome_tests_gypi_values.chrome_browser_tests_sources,
869 ".",
870 "//chrome")
871
872 configs += [
873 "//build/config:precompiled_headers",
874 "//third_party/WebKit/public:debug_devtools",
875 ]
876
877 deps = [
878 ":test_support",
879 "//base",
880 "//sync:test_support_sync_api",
881 ]
882
883 data_deps = []
884
885 data = []
886
887 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
888
889 if (is_win) {
890 data += [ "$root_out_dir/chrome_200_percent.pak" ]
891 }
892 if (is_mac) {
893 data += [
894 "$root_out_dir/chrome_material_100_percent.pak",
895 "$root_out_dir/chrome_material_200_percent.pak",
866 ] 896 ]
867 sources += 897 }
868 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_sources, 898 if (is_chromeos) {
869 ".", 899 data += [
870 "//chrome") 900 # TODO(GYP): figure out which of these things are
901 # actually needed and also which should be pulled in via
902 # data or data_deps and through which dependencies.
903 "//chrome/browser/chromeos/login/test/https_forwarder.py",
904 "//chrome/browser/resources/chromeos/wallpaper_manager/",
905 "//chromeos/test/data/",
906 "//components/chrome_apps/webstore_widget/cws_widget/",
907 "//ui/file_manager/file_manager/",
908 "//ui/file_manager/gallery/",
909 "//ui/file_manager/image_loader/",
910 "//ui/file_manager/integration_tests/",
911 "//third_party/analytics/",
912 "//third_party/polymer/v1_0/components-chromium/polymer/",
913 "$root_out_dir/chromevox_test_data/",
914 "$root_out_dir/content_shell.pak",
915 "$root_out_dir/locales/",
916 "$root_out_dir/resources/chromeos/",
917 ]
918
919 data_deps += [ "//ui/keyboard:resources" ]
920
921 if (enable_nacl) {
922 data_deps += [
923 "//components/nacl/loader:nacl_helper",
924 "//ppapi/native_client:irt",
925 ]
926 }
927 }
928
929 # TODO(jbudorick): In progress. See crbug.com/611756
930 if (is_android) {
931 deps += [
932 "//chrome/android:chrome_java",
933 "//v8:v8_external_startup_data_assets",
934 ]
935
936 enable_multidex = true
937 } else {
871 sources += rebase_path( 938 sources += rebase_path(
872 chrome_tests_gypi_values.chrome_browser_extensions_test_support_sour ces, 939 chrome_tests_gypi_values.chrome_browser_tests_desktop_only_sources,
873 ".", 940 ".",
874 "//chrome") 941 "//chrome")
875 942
876 configs += [ 943 deps += [
877 "//build/config:precompiled_headers",
878 "//third_party/WebKit/public:debug_devtools",
879 ]
880
881 data = [
882 "data/",
883 "//chrome/browser/policy/test/asn1der.py",
884 "//chrome/browser/policy/test/policy_testserver.py",
885 "//chrome/common/extensions/docs/examples/apps/calculator/",
886 "//chrome/third_party/mock4js/",
887 "//content/test/data/",
888 "//google_apis/test/",
889 "//media/test/data/",
890 "//net/tools/testserver/",
891 "//ppapi/tests/test_case.html",
892 "//ppapi/tests/test_case.html.mock-http-headers",
893 "//ppapi/tests/test_page.css",
894 "//ppapi/tests/test_page.css.mock-http-headers",
895 "//testing/test_env.py",
896 "//third_party/accessibility-audit/axs_testing.js",
897 "//third_party/chaijs/chai.js",
898 "//third_party/mocha/mocha.js",
899 "//third_party/pyftpdlib/",
900 "//third_party/pywebsocket/",
901 "//third_party/simplejson/",
902 "//third_party/tlslite/",
903 "//ui/webui/resources/js/",
904 "$root_out_dir/pyproto/",
905 "$root_out_dir/browser_tests.pak",
906 "$root_out_dir/chrome_100_percent.pak",
907 "$root_out_dir/chrome_200_percent.pak",
908 "$root_out_dir/remoting/unittests/",
909 "$root_out_dir/resources/extension/",
910 "$root_out_dir/test_case.html",
911 "$root_out_dir/test_case.html.mock-http-headers",
912 "$root_out_dir/test_data/",
913 "$root_out_dir/test_page.css",
914 "$root_out_dir/test_page.css.mock-http-headers",
915 "$root_out_dir/test_url_loader_data/",
916 ]
917 if (is_win) {
918 data += [ "$root_out_dir/chrome_200_percent.pak" ]
919 }
920 if (is_mac) {
921 data += [
922 "$root_out_dir/chrome_material_100_percent.pak",
923 "$root_out_dir/chrome_material_200_percent.pak",
924 ]
925 }
926 if (is_chromeos) {
927 data += [
928 # TODO(GYP): figure out which of these things are
929 # actually needed and also which should be pulled in via
930 # data or data_deps and through which dependencies.
931 "//chrome/browser/chromeos/login/test/https_forwarder.py",
932 "//chrome/browser/resources/chromeos/wallpaper_manager/",
933 "//chromeos/test/data/",
934 "//components/chrome_apps/webstore_widget/cws_widget/",
935 "//ui/file_manager/file_manager/",
936 "//ui/file_manager/gallery/",
937 "//ui/file_manager/image_loader/",
938 "//ui/file_manager/integration_tests/",
939 "//third_party/analytics/",
940 "//third_party/polymer/v1_0/components-chromium/polymer/",
941 "$root_out_dir/chromevox_test_data/",
942 "$root_out_dir/content_shell.pak",
943 "$root_out_dir/locales/",
944 "$root_out_dir/resources/chromeos/",
945 ]
946
947 data_deps = [
948 "//ui/keyboard:resources",
949 ]
950
951 if (enable_nacl) {
952 data_deps += [
953 "//components/nacl/loader:nacl_helper",
954 "//ppapi/native_client:irt",
955 ]
956 }
957 } else {
958 data_deps = []
959 }
960
961 deps = [
962 ":browser_tests_js_webui", 944 ":browser_tests_js_webui",
963 ":sync_integration_test_support", 945 ":sync_integration_test_support",
964 ":test_support",
965 ":test_support_ui", 946 ":test_support_ui",
966 "//base",
967 "//base:i18n", 947 "//base:i18n",
968 "//base/test:test_support", 948 "//base/test:test_support",
969 "//chrome:browser_tests_pak", 949 "//chrome:browser_tests_pak",
970 "//chrome:packed_extra_resources", 950 "//chrome:packed_extra_resources",
971 "//chrome:packed_resources", 951 "//chrome:packed_resources",
972 "//chrome:resources", 952 "//chrome:resources",
973 "//chrome:strings", 953 "//chrome:strings",
974 "//chrome/browser", 954 "//chrome/browser",
975 "//chrome/browser/resources:extension_resource_demo", 955 "//chrome/browser/resources:extension_resource_demo",
976 "//chrome/common/extensions/api",
977 "//chrome/renderer", 956 "//chrome/renderer",
978 "//components/autofill/content/browser:risk_proto", 957 "//components/autofill/content/browser:risk_proto",
979 "//components/autofill/content/renderer:test_support", 958 "//components/autofill/content/renderer:test_support",
980 "//components/captive_portal:test_support", 959 "//components/captive_portal:test_support",
981 "//components/dom_distiller/content/browser", 960 "//components/dom_distiller/content/browser",
982 "//components/dom_distiller/content/renderer", 961 "//components/dom_distiller/content/renderer",
983 "//components/dom_distiller/core:test_support", 962 "//components/dom_distiller/core:test_support",
984 "//components/guest_view/browser:test_support", 963 "//components/guest_view/browser:test_support",
985 "//components/resources", 964 "//components/resources",
986 "//components/safe_browsing_db:test_database_manager", 965 "//components/safe_browsing_db:test_database_manager",
987 "//components/strings", 966 "//components/strings",
988 "//components/translate/core/common", 967 "//components/translate/core/common",
989 "//content/public/common:features", 968 "//content/public/common:features",
990 "//content/test:browsertest_base", 969 "//content/test:browsertest_base",
991 "//crypto:platform", 970 "//crypto:platform",
992 "//crypto:test_support", 971 "//crypto:test_support",
993 "//device/bluetooth:mocks", 972 "//device/bluetooth:mocks",
994 "//device/serial:test_support", 973 "//device/serial:test_support",
995 "//device/usb:test_support", 974 "//device/usb:test_support",
996 "//extensions/common/api",
997 "//google_apis:test_support", 975 "//google_apis:test_support",
998 "//media", 976 "//media",
999 "//media/base:test_support", 977 "//media/base:test_support",
1000 "//media/cast:test_support", 978 "//media/cast:test_support",
1001 "//net", 979 "//net",
1002 "//net:test_support", 980 "//net:test_support",
1003 "//sdch", 981 "//sdch",
1004 "//skia", 982 "//skia",
1005 "//sync", 983 "//sync",
1006 "//sync:test_support_sync_api",
1007 "//testing/gmock", 984 "//testing/gmock",
1008 "//testing/gtest", 985 "//testing/gtest",
1009 "//testing/perf", 986 "//testing/perf",
1010 "//third_party/cacheinvalidation", 987 "//third_party/cacheinvalidation",
1011 "//third_party/icu", 988 "//third_party/icu",
1012 "//third_party/leveldatabase", 989 "//third_party/leveldatabase",
1013 "//third_party/libjingle", 990 "//third_party/libjingle",
1014 "//third_party/webrtc/modules/desktop_capture", 991 "//third_party/webrtc/modules/desktop_capture",
1015 "//third_party/widevine/cdm:version_h", 992 "//third_party/widevine/cdm:version_h",
1016 "//ui/accessibility:test_support", 993 "//ui/accessibility:test_support",
1017 "//ui/base:test_support", 994 "//ui/base:test_support",
1018 "//ui/compositor:test_support", 995 "//ui/compositor:test_support",
1019 "//ui/resources", 996 "//ui/resources",
1020 "//ui/web_dialogs:test_support", 997 "//ui/web_dialogs:test_support",
1021 "//v8", 998 "//v8",
1022 ] 999 ]
1023 1000
1024 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target should
1025 # be deleted and this line removed. See the chrome_extensions_browsertests
1026 # target for more.
1027 deps += [ "//extensions:chrome_extensions_browsertests" ]
1028
1029 # Runtime dependencies 1001 # Runtime dependencies
1030 data_deps += [ 1002 data_deps += [
1031 "//chrome", 1003 "//chrome",
1032 "//ppapi:ppapi_tests", 1004 "//ppapi:ppapi_tests",
1033 "//ppapi:power_saver_test_plugin", 1005 "//ppapi:power_saver_test_plugin",
1034 "//remoting/webapp:browser_test_resources", 1006 "//remoting/webapp:browser_test_resources",
1035 "//remoting/webapp:unit_tests", 1007 "//remoting/webapp:unit_tests",
1036 "//third_party/mesa:osmesa", 1008 "//third_party/mesa:osmesa",
1037 "//third_party/widevine/cdm:widevine_test_license_server", 1009 "//third_party/widevine/cdm:widevine_test_license_server",
1038 ] 1010 ]
1039 1011
1012 data += [
1013 "data/",
1014 "//chrome/browser/policy/test/asn1der.py",
1015 "//chrome/browser/policy/test/policy_testserver.py",
1016 "//chrome/common/extensions/docs/examples/apps/calculator/",
1017 "//chrome/third_party/mock4js/",
1018 "//content/test/data/",
1019 "//google_apis/test/",
1020 "//media/test/data/",
1021 "//net/tools/testserver/",
1022 "//ppapi/tests/test_case.html",
1023 "//ppapi/tests/test_case.html.mock-http-headers",
1024 "//ppapi/tests/test_page.css",
1025 "//ppapi/tests/test_page.css.mock-http-headers",
1026 "//testing/test_env.py",
1027 "//third_party/accessibility-audit/axs_testing.js",
1028 "//third_party/chaijs/chai.js",
1029 "//third_party/mocha/mocha.js",
1030 "//third_party/pyftpdlib/",
1031 "//third_party/pywebsocket/",
1032 "//third_party/simplejson/",
1033 "//third_party/tlslite/",
1034 "//ui/webui/resources/js/",
1035 "$root_out_dir/pyproto/",
1036 "$root_out_dir/browser_tests.pak",
1037 "$root_out_dir/chrome_100_percent.pak",
1038 "$root_out_dir/chrome_200_percent.pak",
1039 "$root_out_dir/remoting/unittests/",
1040 "$root_out_dir/resources/extension/",
1041 "$root_out_dir/test_case.html",
1042 "$root_out_dir/test_case.html.mock-http-headers",
1043 "$root_out_dir/test_data/",
1044 "$root_out_dir/test_page.css",
1045 "$root_out_dir/test_page.css.mock-http-headers",
1046 "$root_out_dir/test_url_loader_data/",
1047 ]
1048
1040 if (!is_mac) { 1049 if (!is_mac) {
1041 data += [ "$root_out_dir/locales/" ] 1050 data += [ "$root_out_dir/locales/" ]
1042 data_deps += [ "//chrome:packed_extra_resources" ] 1051 data_deps += [ "//chrome:packed_extra_resources" ]
1043 } 1052 }
1044 1053
1045 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
1046
1047 if (!enable_one_click_signin) { 1054 if (!enable_one_click_signin) {
1048 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ] 1055 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ]
1049 } 1056 }
1050 if (enable_nacl) { 1057 if (enable_nacl) {
1051 sources += [ 1058 sources += [
1052 "../browser/extensions/extension_nacl_browsertest.cc", 1059 "../browser/extensions/extension_nacl_browsertest.cc",
1053 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc", 1060 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc",
1054 "nacl/nacl_browsertest.cc", 1061 "nacl/nacl_browsertest.cc",
1055 "nacl/nacl_browsertest_uma.cc", 1062 "nacl/nacl_browsertest_uma.cc",
1056 "nacl/nacl_browsertest_util.cc", 1063 "nacl/nacl_browsertest_util.cc",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 configs += 1096 configs +=
1090 [ "//build/config/win:default_large_module_incremental_linking" ] 1097 [ "//build/config/win:default_large_module_incremental_linking" ]
1091 } 1098 }
1092 if (is_linux) { 1099 if (is_linux) {
1093 data_deps += [ 1100 data_deps += [
1094 "//components/nacl/loader:nacl_helper", 1101 "//components/nacl/loader:nacl_helper",
1095 "//components/nacl/loader:helper_nonsfi", 1102 "//components/nacl/loader:helper_nonsfi",
1096 ] 1103 ]
1097 } 1104 }
1098 } 1105 }
1106
1107 if (enable_extensions) {
1108 sources += rebase_path(
1109 chrome_tests_gypi_values.chrome_browser_extensions_test_support_so urces,
1110 ".",
1111 "//chrome")
1112
1113 deps += [
1114 "//chrome/common/extensions/api",
1115
1116 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target
1117 # should be deleted and this line removed. See the
1118 # chrome_extensions_browsertests target for more.
1119 "//extensions:chrome_extensions_browsertests",
1120 "//extensions/common/api",
1121 ]
1122 }
1123
1099 if (use_ash) { 1124 if (use_ash) {
1100 sources += 1125 sources +=
1101 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_ash_sources, 1126 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_ash_sources,
1102 ".", 1127 ".",
1103 "//chrome") 1128 "//chrome")
1104 deps += [ "//ash:test_support" ] 1129 deps += [ "//ash:test_support" ]
1105 1130
1106 if (enable_app_list) { 1131 if (enable_app_list) {
1107 deps += [ ":test_support_applist_ash" ] 1132 deps += [ ":test_support_applist_ash" ]
1108 } 1133 }
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 } 1369 }
1345 if (is_linux || is_win) { 1370 if (is_linux || is_win) {
1346 sources += rebase_path( 1371 sources += rebase_path(
1347 chrome_tests_gypi_values.chrome_browser_tests_non_mac_desktop_sour ces, 1372 chrome_tests_gypi_values.chrome_browser_tests_non_mac_desktop_sour ces,
1348 ".", 1373 ".",
1349 "//chrome") 1374 "//chrome")
1350 } 1375 }
1351 if (!is_posix || is_chromeos) { 1376 if (!is_posix || is_chromeos) {
1352 sources -= [ "../common/time_format_browsertest.cc" ] 1377 sources -= [ "../common/time_format_browsertest.cc" ]
1353 } 1378 }
1354 if (is_android) {
1355 sources -= [
1356 "../browser/policy/cloud/component_cloud_policy_browsertest.cc",
1357 "../browser/prefs/pref_hash_browsertest.cc",
1358 "../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
1359 "../renderer/spellchecker/spellcheck_unittest.cc",
1360 ]
1361 }
1362 if (is_chromeos) { 1379 if (is_chromeos) {
1363 sources += [ 1380 sources += [
1364 "../browser/extensions/api/networking_private/networking_private_apitest .cc", 1381 "../browser/extensions/api/networking_private/networking_private_apitest .cc",
1365 "../browser/extensions/api/networking_private/networking_private_chromeo s_apitest.cc", 1382 "../browser/extensions/api/networking_private/networking_private_chromeo s_apitest.cc",
1366 ] 1383 ]
1367 } 1384 }
1368 if (is_android || is_ios || is_chromeos) { 1385 if (is_android || is_ios || is_chromeos) {
1369 sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ] 1386 sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ]
1370 } 1387 }
1371 if (!is_android && !is_ios) { 1388 if (!is_android && !is_ios) {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 sources -= [ "../browser/extensions/api/braille_display_private/braille_di splay_private_apitest.cc" ] 1460 sources -= [ "../browser/extensions/api/braille_display_private/braille_di splay_private_apitest.cc" ]
1444 } 1461 }
1445 if (is_chrome_branded && safe_browsing_mode == 1 && !is_mac) { 1462 if (is_chrome_branded && safe_browsing_mode == 1 && !is_mac) {
1446 sources -= [ 1463 sources -= [
1447 # These tests depend on single process mode, which is disabled in 1464 # These tests depend on single process mode, which is disabled in
1448 # official builds. 1465 # official builds.
1449 "../renderer/safe_browsing/phishing_classifier_browsertest.cc", 1466 "../renderer/safe_browsing/phishing_classifier_browsertest.cc",
1450 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc", 1467 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc",
1451 ] 1468 ]
1452 } 1469 }
1453 if (is_android || is_ios) {
1454 }
1455 if (enable_remoting) { 1470 if (enable_remoting) {
1456 sources += rebase_path( 1471 sources += rebase_path(
1457 chrome_tests_gypi_values.chrome_browser_tests_remoting_sources, 1472 chrome_tests_gypi_values.chrome_browser_tests_remoting_sources,
1458 ".", 1473 ".",
1459 "//chrome") 1474 "//chrome")
1460 deps += [ "//remoting/webapp" ] 1475 deps += [ "//remoting/webapp" ]
1461 } 1476 }
1462 if (use_x11) { 1477 if (use_x11) {
1463 deps += [ "//tools/xdisplaycheck" ] 1478 deps += [ "//tools/xdisplaycheck" ]
1464 } 1479 }
(...skipping 19 matching lines...) Expand all
1484 defines += [ "MOJO_SHELL_CLIENT" ] 1499 defines += [ "MOJO_SHELL_CLIENT" ]
1485 1500
1486 if (enable_wifi_display) { 1501 if (enable_wifi_display) {
1487 sources += rebase_path( 1502 sources += rebase_path(
1488 chrome_tests_gypi_values.chrome_browser_tests_display_source_api test, 1503 chrome_tests_gypi_values.chrome_browser_tests_display_source_api test,
1489 ".", 1504 ".",
1490 "//chrome") 1505 "//chrome")
1491 } 1506 }
1492 } 1507 }
1493 } 1508 }
1509 }
1494 1510
1511 if (!is_android) {
1495 test("sync_integration_tests") { 1512 test("sync_integration_tests") {
1496 sources = 1513 sources =
1497 rebase_path(chrome_tests_gypi_values.sync_integration_tests_sources, 1514 rebase_path(chrome_tests_gypi_values.sync_integration_tests_sources,
1498 ".", 1515 ".",
1499 "//chrome") 1516 "//chrome")
1500 1517
1501 data = [ 1518 data = [
1502 "//chrome/test/data/sync/", 1519 "//chrome/test/data/sync/",
1503 "//net/tools/testserver/", 1520 "//net/tools/testserver/",
1504 "//sync/tools/testserver/", 1521 "//sync/tools/testserver/",
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
2453 if (is_android) { 2470 if (is_android) {
2454 android_library("unit_tests_java") { 2471 android_library("unit_tests_java") {
2455 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2472 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2456 deps = [ 2473 deps = [
2457 "//base:base_java", 2474 "//base:base_java",
2458 "//chrome/android:chrome_java", 2475 "//chrome/android:chrome_java",
2459 "//content/public/android:content_java", 2476 "//content/public/android:content_java",
2460 ] 2477 ]
2461 } 2478 }
2462 } 2479 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698