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