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/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1663 } | 1663 } |
1664 if (is_chromeos) { | 1664 if (is_chromeos) { |
1665 deps += [ "//chromeos" ] | 1665 deps += [ "//chromeos" ] |
1666 } | 1666 } |
1667 if (is_android) { | 1667 if (is_android) { |
1668 sources += [ | 1668 sources += [ |
1669 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", | 1669 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", |
1670 "../browser/android/java/java_type_unittest.cc", | 1670 "../browser/android/java/java_type_unittest.cc", |
1671 "../browser/android/java/jni_helper_unittest.cc", | 1671 "../browser/android/java/jni_helper_unittest.cc", |
1672 "../browser/android/scoped_surface_request_manager_unittest.cc", | 1672 "../browser/android/scoped_surface_request_manager_unittest.cc", |
| 1673 "../browser/android/string_message_codec_unittest.cc", |
1673 "../browser/android/url_request_content_job_unittest.cc", | 1674 "../browser/android/url_request_content_job_unittest.cc", |
1674 "../browser/media/capture/screen_capture_device_android_unittest.cc", | 1675 "../browser/media/capture/screen_capture_device_android_unittest.cc", |
1675 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", | 1676 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", |
1676 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", | 1677 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", |
1677 ] | 1678 ] |
1678 sources -= [ | 1679 sources -= [ |
1679 "../browser/media/session/audio_focus_manager_unittest.cc", | 1680 "../browser/media/session/audio_focus_manager_unittest.cc", |
1680 "../browser/webui/url_data_manager_backend_unittest.cc", | 1681 "../browser/webui/url_data_manager_backend_unittest.cc", |
1681 ] | 1682 ] |
1682 deps -= [ "//device/battery" ] | 1683 deps -= [ "//device/battery" ] |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1798 if (is_android) { | 1799 if (is_android) { |
1799 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1800 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1800 } | 1801 } |
1801 } | 1802 } |
1802 | 1803 |
1803 group("fuzzers") { | 1804 group("fuzzers") { |
1804 deps = [ | 1805 deps = [ |
1805 "//content/test/fuzzer", | 1806 "//content/test/fuzzer", |
1806 ] | 1807 ] |
1807 } | 1808 } |
OLD | NEW |