| 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/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 3425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3436 "../browser/android/offline_pages/prerendering_loader_unittest.cc", | 3436 "../browser/android/offline_pages/prerendering_loader_unittest.cc", |
| 3437 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", | 3437 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", |
| 3438 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", | 3438 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", |
| 3439 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, | 3439 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, |
| 3440 "../browser/android/offline_pages/test_offline_page_model_builder.cc", | 3440 "../browser/android/offline_pages/test_offline_page_model_builder.cc", |
| 3441 "../browser/android/offline_pages/test_offline_page_model_builder.h", | 3441 "../browser/android/offline_pages/test_offline_page_model_builder.h", |
| 3442 ] | 3442 ] |
| 3443 sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ] | 3443 sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ] |
| 3444 deps += [ | 3444 deps += [ |
| 3445 ":unit_tests_java", | 3445 ":unit_tests_java", |
| 3446 "//components/gcm_driver/instance_id/android:instance_id_driver_java", |
| 3447 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo
rt_java", |
| 3446 "//components/offline_pages:test_support", | 3448 "//components/offline_pages:test_support", |
| 3447 "//v8:v8_external_startup_data_assets", | 3449 "//v8:v8_external_startup_data_assets", |
| 3448 ] | 3450 ] |
| 3449 deps -= [ "//third_party/libaddressinput" ] | 3451 deps -= [ "//third_party/libaddressinput" ] |
| 3450 | 3452 |
| 3451 android_manifest = | 3453 android_manifest = |
| 3452 "//chrome/test/android/unit_tests_apk/AndroidManifest.xml" | 3454 "//chrome/test/android/unit_tests_apk/AndroidManifest.xml" |
| 3453 enable_multidex = true | 3455 enable_multidex = true |
| 3454 | 3456 |
| 3455 # Some android targets still depend on --gc-sections to link. | 3457 # Some android targets still depend on --gc-sections to link. |
| (...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4970 "touch_hud", | 4972 "touch_hud", |
| 4971 "ui", | 4973 "ui", |
| 4972 ] | 4974 ] |
| 4973 | 4975 |
| 4974 if (is_linux && !is_android) { | 4976 if (is_linux && !is_android) { |
| 4975 deps += [ "//components/font_service:manifest" ] | 4977 deps += [ "//components/font_service:manifest" ] |
| 4976 packaged_services += [ "font_service" ] | 4978 packaged_services += [ "font_service" ] |
| 4977 } | 4979 } |
| 4978 } | 4980 } |
| 4979 } | 4981 } |
| OLD | NEW |