Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Side by Side Diff: content/test/BUILD.gn

Issue 2416403002: Reland of Android: support multiple displays on C++ side (Closed)
Patch Set: Moved SetScreenInstance call to PreMainMessageLoopRun Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "../browser/webui/url_data_manager_backend_unittest.cc", 1612 "../browser/webui/url_data_manager_backend_unittest.cc",
1613 ] 1613 ]
1614 deps -= [ "//device/battery" ] 1614 deps -= [ "//device/battery" ]
1615 1615
1616 deps += [ 1616 deps += [
1617 "//base:base_java_unittest_support", 1617 "//base:base_java_unittest_support",
1618 "//content/public/android:content_java", 1618 "//content/public/android:content_java",
1619 "//device/geolocation:geolocation_java", 1619 "//device/geolocation:geolocation_java",
1620 "//media/capture/content/android", 1620 "//media/capture/content/android",
1621 "//media/capture/content/android:screen_capture_java", 1621 "//media/capture/content/android:screen_capture_java",
1622 "//ui/android:android",
1622 "//v8:v8_external_startup_data_assets", 1623 "//v8:v8_external_startup_data_assets",
1623 ] 1624 ]
1624 1625
1625 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] 1626 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
1626 } 1627 }
1627 if (!is_android) { 1628 if (!is_android) {
1628 deps += [ "//third_party/libvpx" ] 1629 deps += [ "//third_party/libvpx" ]
1629 } 1630 }
1630 1631
1631 if (use_aura) { 1632 if (use_aura) {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1710 if (is_android) { 1711 if (is_android) {
1711 deps += [ "//testing/android/native_test:native_test_native_code" ] 1712 deps += [ "//testing/android/native_test:native_test_native_code" ]
1712 } 1713 }
1713 } 1714 }
1714 1715
1715 group("fuzzers") { 1716 group("fuzzers") {
1716 deps = [ 1717 deps = [
1717 "//content/test/fuzzer", 1718 "//content/test/fuzzer",
1718 ] 1719 ]
1719 } 1720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698