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

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

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 7 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/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 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 "../common/sandbox_mac_unittest_helper.h", 1355 "../common/sandbox_mac_unittest_helper.h",
1356 "../common/sandbox_mac_unittest_helper.mm", 1356 "../common/sandbox_mac_unittest_helper.mm",
1357 "../common/service_manager/service_manager_connection_impl_unittest.cc", 1357 "../common/service_manager/service_manager_connection_impl_unittest.cc",
1358 "../common/service_worker/service_worker_utils_unittest.cc", 1358 "../common/service_worker/service_worker_utils_unittest.cc",
1359 "../common/webplugininfo_unittest.cc", 1359 "../common/webplugininfo_unittest.cc",
1360 "../network/url_loader_unittest.cc", 1360 "../network/url_loader_unittest.cc",
1361 "../public/test/referrer_unittest.cc", 1361 "../public/test/referrer_unittest.cc",
1362 "../renderer/android/disambiguation_popup_helper_unittest.cc", 1362 "../renderer/android/disambiguation_popup_helper_unittest.cc",
1363 "../renderer/bmp_image_decoder_unittest.cc", 1363 "../renderer/bmp_image_decoder_unittest.cc",
1364 "../renderer/categorized_worker_pool_unittest.cc", 1364 "../renderer/categorized_worker_pool_unittest.cc",
1365 "../renderer/device_sensors/device_light_event_pump_unittest.cc",
1366 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", 1365 "../renderer/device_sensors/device_motion_event_pump_unittest.cc",
1367 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", 1366 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc",
1368 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", 1367 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc",
1369 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc", 1368 "../renderer/gpu/compositor_forwarding_message_filter_unittest.cc",
1370 "../renderer/gpu/frame_swap_message_queue_unittest.cc", 1369 "../renderer/gpu/frame_swap_message_queue_unittest.cc",
1371 "../renderer/gpu/queue_message_swap_promise_unittest.cc", 1370 "../renderer/gpu/queue_message_swap_promise_unittest.cc",
1372 "../renderer/gpu/render_widget_compositor_unittest.cc", 1371 "../renderer/gpu/render_widget_compositor_unittest.cc",
1373 "../renderer/ico_image_decoder_unittest.cc", 1372 "../renderer/ico_image_decoder_unittest.cc",
1374 "../renderer/input/input_event_filter_unittest.cc", 1373 "../renderer/input/input_event_filter_unittest.cc",
1375 "../renderer/input/main_thread_event_queue_unittest.cc", 1374 "../renderer/input/main_thread_event_queue_unittest.cc",
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 if (is_android) { 1823 if (is_android) {
1825 deps += [ "//testing/android/native_test:native_test_native_code" ] 1824 deps += [ "//testing/android/native_test:native_test_native_code" ]
1826 } 1825 }
1827 } 1826 }
1828 1827
1829 group("fuzzers") { 1828 group("fuzzers") {
1830 deps = [ 1829 deps = [
1831 "//content/test/fuzzer", 1830 "//content/test/fuzzer",
1832 ] 1831 ]
1833 } 1832 }
OLDNEW
« no previous file with comments | « content/shell/test_runner/web_test_delegate.h ('k') | content/test/data/device_sensors/device_light_infinity_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698