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

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

Issue 1841083007: Remove SendBeginFramesToChildren plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheduler_output_surface_client_set_beginframesource
Patch Set: Rebase Created 4 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/content_tests.gypi ('k') | ui/compositor/compositor.h » ('j') | 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/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("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 } 799 }
800 if (is_android) { 800 if (is_android) {
801 sources += 801 sources +=
802 rebase_path(content_tests_gypi_values.content_unittests_android_sources, 802 rebase_path(content_tests_gypi_values.content_unittests_android_sources,
803 ".", 803 ".",
804 "//content") 804 "//content")
805 sources -= [ 805 sources -= [
806 "../browser/geolocation/network_location_provider_unittest.cc", 806 "../browser/geolocation/network_location_provider_unittest.cc",
807 "../browser/geolocation/wifi_data_provider_common_unittest.cc", 807 "../browser/geolocation/wifi_data_provider_common_unittest.cc",
808 "../browser/power_usage_monitor_impl_unittest.cc", 808 "../browser/power_usage_monitor_impl_unittest.cc",
809 "../browser/renderer_host/begin_frame_observer_proxy_unittest.cc",
810 "../browser/webui/url_data_manager_backend_unittest.cc", 809 "../browser/webui/url_data_manager_backend_unittest.cc",
811 ] 810 ]
812 deps -= [ "//device/battery" ] 811 deps -= [ "//device/battery" ]
813 812
814 deps += [ 813 deps += [
815 "//base:base_java_unittest_support", 814 "//base:base_java_unittest_support",
816 "//content/public/android:content_java", 815 "//content/public/android:content_java",
817 "//v8:v8_external_startup_data_assets", 816 "//v8:v8_external_startup_data_assets",
818 ] 817 ]
819 818
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "//gpu:test_support", 1020 "//gpu:test_support",
1022 "//media/base/android", 1021 "//media/base/android",
1023 "//media/base/android:media_java", 1022 "//media/base/android:media_java",
1024 "//media/capture/video/android:capture_java", 1023 "//media/capture/video/android:capture_java",
1025 "//testing/gmock", 1024 "//testing/gmock",
1026 "//ui/android:ui_java", 1025 "//ui/android:ui_java",
1027 ] 1026 ]
1028 } 1027 }
1029 } 1028 }
1030 } 1029 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698