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("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1563 ] | 1563 ] |
1564 } | 1564 } |
1565 if (is_chromeos) { | 1565 if (is_chromeos) { |
1566 deps += [ "//chromeos" ] | 1566 deps += [ "//chromeos" ] |
1567 } | 1567 } |
1568 if (is_android) { | 1568 if (is_android) { |
1569 sources += [ | 1569 sources += [ |
1570 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", | 1570 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", |
1571 "../browser/android/java/java_type_unittest.cc", | 1571 "../browser/android/java/java_type_unittest.cc", |
1572 "../browser/android/java/jni_helper_unittest.cc", | 1572 "../browser/android/java/jni_helper_unittest.cc", |
| 1573 "../browser/android/scoped_surface_request_manager_unittest.cc", |
1573 "../browser/android/url_request_content_job_unittest.cc", | 1574 "../browser/android/url_request_content_job_unittest.cc", |
1574 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", | 1575 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", |
1575 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", | 1576 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", |
1576 "../renderer/media/android/webmediasession_android_unittest.cc", | 1577 "../renderer/media/android/webmediasession_android_unittest.cc", |
1577 ] | 1578 ] |
1578 sources -= [ | 1579 sources -= [ |
1579 "../browser/power_usage_monitor_impl_unittest.cc", | 1580 "../browser/power_usage_monitor_impl_unittest.cc", |
1580 "../browser/webui/url_data_manager_backend_unittest.cc", | 1581 "../browser/webui/url_data_manager_backend_unittest.cc", |
1581 ] | 1582 ] |
1582 deps -= [ "//device/battery" ] | 1583 deps -= [ "//device/battery" ] |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1677 if (is_android) { | 1678 if (is_android) { |
1678 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1679 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1679 } | 1680 } |
1680 } | 1681 } |
1681 | 1682 |
1682 group("fuzzers") { | 1683 group("fuzzers") { |
1683 deps = [ | 1684 deps = [ |
1684 "//content/test/fuzzer", | 1685 "//content/test/fuzzer", |
1685 ] | 1686 ] |
1686 } | 1687 } |
OLD | NEW |