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 1648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1659 } | 1659 } |
1660 if (is_chromeos) { | 1660 if (is_chromeos) { |
1661 deps += [ "//chromeos" ] | 1661 deps += [ "//chromeos" ] |
1662 } | 1662 } |
1663 if (is_android) { | 1663 if (is_android) { |
1664 sources += [ | 1664 sources += [ |
1665 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", | 1665 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", |
1666 "../browser/android/java/java_type_unittest.cc", | 1666 "../browser/android/java/java_type_unittest.cc", |
1667 "../browser/android/java/jni_helper_unittest.cc", | 1667 "../browser/android/java/jni_helper_unittest.cc", |
1668 "../browser/android/scoped_surface_request_manager_unittest.cc", | 1668 "../browser/android/scoped_surface_request_manager_unittest.cc", |
| 1669 "../browser/android/string_message_codec_unittest.cc", |
1669 "../browser/android/url_request_content_job_unittest.cc", | 1670 "../browser/android/url_request_content_job_unittest.cc", |
1670 "../browser/media/capture/screen_capture_device_android_unittest.cc", | 1671 "../browser/media/capture/screen_capture_device_android_unittest.cc", |
1671 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", | 1672 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", |
1672 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", | 1673 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", |
1673 ] | 1674 ] |
1674 sources -= [ | 1675 sources -= [ |
1675 "../browser/media/session/audio_focus_manager_unittest.cc", | 1676 "../browser/media/session/audio_focus_manager_unittest.cc", |
1676 "../browser/webui/url_data_manager_backend_unittest.cc", | 1677 "../browser/webui/url_data_manager_backend_unittest.cc", |
1677 ] | 1678 ] |
1678 deps -= [ "//device/battery" ] | 1679 deps -= [ "//device/battery" ] |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1794 if (is_android) { | 1795 if (is_android) { |
1795 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1796 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1796 } | 1797 } |
1797 } | 1798 } |
1798 | 1799 |
1799 group("fuzzers") { | 1800 group("fuzzers") { |
1800 deps = [ | 1801 deps = [ |
1801 "//content/test/fuzzer", | 1802 "//content/test/fuzzer", |
1802 ] | 1803 ] |
1803 } | 1804 } |
OLD | NEW |