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

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

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: addressed comments Created 3 years, 11 months 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("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 sources -= [ 819 sources -= [
820 "../browser/battery_status/battery_monitor_impl_browsertest.cc", 820 "../browser/battery_status/battery_monitor_impl_browsertest.cc",
821 "../browser/media/session/audio_focus_delegate_default_browsertest.cc", 821 "../browser/media/session/audio_focus_delegate_default_browsertest.cc",
822 ] 822 ]
823 deps += [ 823 deps += [
824 ":content_browsertests_java", 824 ":content_browsertests_java",
825 "//content/shell:content_shell_lib", 825 "//content/shell:content_shell_lib",
826 "//content/shell/android:content_shell_assets", 826 "//content/shell/android:content_shell_assets",
827 "//content/shell/android:content_shell_jni_headers", 827 "//content/shell/android:content_shell_jni_headers",
828 "//testing/android/native_test:native_test_support", 828 "//testing/android/native_test:native_test_support",
829 "//ui/android:android",
829 ] 830 ]
830 deps -= [ "//device/battery" ] 831 deps -= [ "//device/battery" ]
831 android_manifest = 832 android_manifest =
832 "${target_gen_dir}/content_browsertests_manifest/AndroidManifest.xml" 833 "${target_gen_dir}/content_browsertests_manifest/AndroidManifest.xml"
833 android_manifest_dep = ":content_browsertests_manifest" 834 android_manifest_dep = ":content_browsertests_manifest"
834 use_default_launcher = false 835 use_default_launcher = false
835 } else { 836 } else {
836 # Non-Android. 837 # Non-Android.
837 sources += [ "../browser/speech/speech_recognition_browsertest.cc" ] 838 sources += [ "../browser/speech/speech_recognition_browsertest.cc" ]
838 } 839 }
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 if (is_android) { 1757 if (is_android) {
1757 deps += [ "//testing/android/native_test:native_test_native_code" ] 1758 deps += [ "//testing/android/native_test:native_test_native_code" ]
1758 } 1759 }
1759 } 1760 }
1760 1761
1761 group("fuzzers") { 1762 group("fuzzers") {
1762 deps = [ 1763 deps = [
1763 "//content/test/fuzzer", 1764 "//content/test/fuzzer",
1764 ] 1765 ]
1765 } 1766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698