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 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1547 ] | 1547 ] |
1548 } | 1548 } |
1549 if (is_chromeos) { | 1549 if (is_chromeos) { |
1550 deps += [ "//chromeos" ] | 1550 deps += [ "//chromeos" ] |
1551 } | 1551 } |
1552 if (is_android) { | 1552 if (is_android) { |
1553 sources += [ | 1553 sources += [ |
1554 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", | 1554 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", |
1555 "../browser/android/java/java_type_unittest.cc", | 1555 "../browser/android/java/java_type_unittest.cc", |
1556 "../browser/android/java/jni_helper_unittest.cc", | 1556 "../browser/android/java/jni_helper_unittest.cc", |
| 1557 "../browser/android/scoped_surface_request_manager_unittest.cc", |
1557 "../browser/android/url_request_content_job_unittest.cc", | 1558 "../browser/android/url_request_content_job_unittest.cc", |
1558 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", | 1559 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", |
1559 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", | 1560 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", |
1560 "../renderer/media/android/webmediasession_android_unittest.cc", | 1561 "../renderer/media/android/webmediasession_android_unittest.cc", |
1561 ] | 1562 ] |
1562 sources -= [ | 1563 sources -= [ |
1563 "../browser/power_usage_monitor_impl_unittest.cc", | 1564 "../browser/power_usage_monitor_impl_unittest.cc", |
1564 "../browser/webui/url_data_manager_backend_unittest.cc", | 1565 "../browser/webui/url_data_manager_backend_unittest.cc", |
1565 ] | 1566 ] |
1566 deps -= [ "//device/battery" ] | 1567 deps -= [ "//device/battery" ] |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1661 if (is_android) { | 1662 if (is_android) { |
1662 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1663 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1663 } | 1664 } |
1664 } | 1665 } |
1665 | 1666 |
1666 group("fuzzers") { | 1667 group("fuzzers") { |
1667 deps = [ | 1668 deps = [ |
1668 "//content/test/fuzzer", | 1669 "//content/test/fuzzer", |
1669 ] | 1670 ] |
1670 } | 1671 } |
OLD | NEW |