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 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1608 "../browser/media/session/audio_focus_manager_unittest.cc", | 1608 "../browser/media/session/audio_focus_manager_unittest.cc", |
1609 "../browser/power_usage_monitor_impl_unittest.cc", | 1609 "../browser/power_usage_monitor_impl_unittest.cc", |
1610 "../browser/webui/url_data_manager_backend_unittest.cc", | 1610 "../browser/webui/url_data_manager_backend_unittest.cc", |
1611 ] | 1611 ] |
1612 deps -= [ "//device/battery" ] | 1612 deps -= [ "//device/battery" ] |
1613 | 1613 |
1614 deps += [ | 1614 deps += [ |
1615 "//base:base_java_unittest_support", | 1615 "//base:base_java_unittest_support", |
1616 "//content/public/android:content_java", | 1616 "//content/public/android:content_java", |
1617 "//device/geolocation:geolocation_java", | 1617 "//device/geolocation:geolocation_java", |
| 1618 "//ui/android:android", |
1618 "//v8:v8_external_startup_data_assets", | 1619 "//v8:v8_external_startup_data_assets", |
1619 ] | 1620 ] |
1620 | 1621 |
1621 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] | 1622 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] |
1622 } | 1623 } |
1623 if (!is_android) { | 1624 if (!is_android) { |
1624 deps += [ "//third_party/libvpx" ] | 1625 deps += [ "//third_party/libvpx" ] |
1625 } | 1626 } |
1626 | 1627 |
1627 if (use_aura) { | 1628 if (use_aura) { |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1706 if (is_android) { | 1707 if (is_android) { |
1707 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1708 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1708 } | 1709 } |
1709 } | 1710 } |
1710 | 1711 |
1711 group("fuzzers") { | 1712 group("fuzzers") { |
1712 deps = [ | 1713 deps = [ |
1713 "//content/test/fuzzer", | 1714 "//content/test/fuzzer", |
1714 ] | 1715 ] |
1715 } | 1716 } |
OLD | NEW |