| 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("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
| (...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 } | 799 } |
| 800 if (is_android) { | 800 if (is_android) { |
| 801 sources += | 801 sources += |
| 802 rebase_path(content_tests_gypi_values.content_unittests_android_sources, | 802 rebase_path(content_tests_gypi_values.content_unittests_android_sources, |
| 803 ".", | 803 ".", |
| 804 "//content") | 804 "//content") |
| 805 sources -= [ | 805 sources -= [ |
| 806 "../browser/geolocation/network_location_provider_unittest.cc", | 806 "../browser/geolocation/network_location_provider_unittest.cc", |
| 807 "../browser/geolocation/wifi_data_provider_common_unittest.cc", | 807 "../browser/geolocation/wifi_data_provider_common_unittest.cc", |
| 808 "../browser/power_usage_monitor_impl_unittest.cc", | 808 "../browser/power_usage_monitor_impl_unittest.cc", |
| 809 "../browser/renderer_host/begin_frame_observer_proxy_unittest.cc", | |
| 810 "../browser/webui/url_data_manager_backend_unittest.cc", | 809 "../browser/webui/url_data_manager_backend_unittest.cc", |
| 811 ] | 810 ] |
| 812 deps -= [ "//device/battery" ] | 811 deps -= [ "//device/battery" ] |
| 813 | 812 |
| 814 deps += [ | 813 deps += [ |
| 815 "//base:base_java_unittest_support", | 814 "//base:base_java_unittest_support", |
| 816 "//content/public/android:content_java", | 815 "//content/public/android:content_java", |
| 817 "//v8:v8_external_startup_data_assets", | 816 "//v8:v8_external_startup_data_assets", |
| 818 ] | 817 ] |
| 819 | 818 |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1021 "//gpu:test_support", | 1020 "//gpu:test_support", |
| 1022 "//media/base/android", | 1021 "//media/base/android", |
| 1023 "//media/base/android:media_java", | 1022 "//media/base/android:media_java", |
| 1024 "//media/capture/video/android:capture_java", | 1023 "//media/capture/video/android:capture_java", |
| 1025 "//testing/gmock", | 1024 "//testing/gmock", |
| 1026 "//ui/android:ui_java", | 1025 "//ui/android:ui_java", |
| 1027 ] | 1026 ] |
| 1028 } | 1027 } |
| 1029 } | 1028 } |
| 1030 } | 1029 } |
| OLD | NEW |