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

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

Issue 2792063003: Factor out RenderWidgetHostConnector (Closed)
Patch Set: base::ObserverList Created 3 years, 8 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 if (symbol_level != 0) { 862 if (symbol_level != 0) {
863 data += [ "$root_out_dir/content_browsertests.exe.pdb" ] 863 data += [ "$root_out_dir/content_browsertests.exe.pdb" ]
864 } 864 }
865 } 865 }
866 866
867 if (is_linux) { 867 if (is_linux) {
868 sources += [ "../zygote/zygote_browsertest.cc" ] 868 sources += [ "../zygote/zygote_browsertest.cc" ]
869 } 869 }
870 870
871 if (is_android) { 871 if (is_android) {
872 if (is_component_build) {
873 sources += [ "../browser/android/render_widget_host_connector.cc" ]
874 }
872 sources += [ 875 sources += [
873 "../browser/accessibility/android_granularity_movement_browsertest.cc", 876 "../browser/accessibility/android_granularity_movement_browsertest.cc",
877 "../browser/android/render_widget_host_connector_browsertest.cc",
874 "../browser/media/session/audio_focus_delegate_android_browsertest.cc", 878 "../browser/media/session/audio_focus_delegate_android_browsertest.cc",
875 "../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc", 879 "../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc",
876 ] 880 ]
877 sources -= [ 881 sources -= [
878 "../browser/battery_status/battery_monitor_impl_browsertest.cc", 882 "../browser/battery_status/battery_monitor_impl_browsertest.cc",
879 "../browser/media/session/audio_focus_delegate_default_browsertest.cc", 883 "../browser/media/session/audio_focus_delegate_default_browsertest.cc",
880 "../browser/pointer_lock_browsertest.cc", 884 "../browser/pointer_lock_browsertest.cc",
881 "../browser/pointer_lock_browsertest.h", 885 "../browser/pointer_lock_browsertest.h",
882 ] 886 ]
883 deps += [ 887 deps += [
(...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 if (is_android) { 1864 if (is_android) {
1861 deps += [ "//testing/android/native_test:native_test_native_code" ] 1865 deps += [ "//testing/android/native_test:native_test_native_code" ]
1862 } 1866 }
1863 } 1867 }
1864 1868
1865 group("fuzzers") { 1869 group("fuzzers") {
1866 deps = [ 1870 deps = [
1867 "//content/test/fuzzer", 1871 "//content/test/fuzzer",
1868 ] 1872 ]
1869 } 1873 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698