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 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1572 ] | 1572 ] |
1573 } | 1573 } |
1574 if (is_chromeos) { | 1574 if (is_chromeos) { |
1575 deps += [ "//chromeos" ] | 1575 deps += [ "//chromeos" ] |
1576 } | 1576 } |
1577 if (is_android) { | 1577 if (is_android) { |
1578 sources += [ | 1578 sources += [ |
1579 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", | 1579 "../browser/android/java/gin_java_method_invocation_helper_unittest.cc", |
1580 "../browser/android/java/java_type_unittest.cc", | 1580 "../browser/android/java/java_type_unittest.cc", |
1581 "../browser/android/java/jni_helper_unittest.cc", | 1581 "../browser/android/java/jni_helper_unittest.cc", |
| 1582 "../browser/android/scoped_surface_request_manager_unittest.cc", |
1582 "../browser/android/url_request_content_job_unittest.cc", | 1583 "../browser/android/url_request_content_job_unittest.cc", |
1583 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", | 1584 "../renderer/java/gin_java_bridge_value_converter_unittest.cc", |
1584 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", | 1585 "../renderer/media/android/stream_texture_wrapper_impl_unittest.cc", |
1585 "../renderer/media/android/webmediasession_android_unittest.cc", | 1586 "../renderer/media/android/webmediasession_android_unittest.cc", |
1586 ] | 1587 ] |
1587 sources -= [ | 1588 sources -= [ |
1588 "../browser/power_usage_monitor_impl_unittest.cc", | 1589 "../browser/power_usage_monitor_impl_unittest.cc", |
1589 "../browser/webui/url_data_manager_backend_unittest.cc", | 1590 "../browser/webui/url_data_manager_backend_unittest.cc", |
1590 ] | 1591 ] |
1591 deps -= [ "//device/battery" ] | 1592 deps -= [ "//device/battery" ] |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1686 if (is_android) { | 1687 if (is_android) { |
1687 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1688 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1688 } | 1689 } |
1689 } | 1690 } |
1690 | 1691 |
1691 group("fuzzers") { | 1692 group("fuzzers") { |
1692 deps = [ | 1693 deps = [ |
1693 "//content/test/fuzzer", | 1694 "//content/test/fuzzer", |
1694 ] | 1695 ] |
1695 } | 1696 } |
OLD | NEW |