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

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

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fix comments from Mikhail Created 4 years, 3 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("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 "//content/public/browser", 707 "//content/public/browser",
708 "//content/public/child", 708 "//content/public/child",
709 "//content/public/common", 709 "//content/public/common",
710 "//content/public/renderer", 710 "//content/public/renderer",
711 "//content/renderer:for_content_tests", 711 "//content/renderer:for_content_tests",
712 "//content/shell:content_shell_lib", 712 "//content/shell:content_shell_lib",
713 "//content/shell:pak", 713 "//content/shell:pak",
714 "//content/test:test_support", 714 "//content/test:test_support",
715 "//device/battery", 715 "//device/battery",
716 "//device/battery:mojo_bindings", 716 "//device/battery:mojo_bindings",
717 "//device/generic_sensor",
717 "//device/power_save_blocker", 718 "//device/power_save_blocker",
718 "//device/vibration:mojo_bindings", 719 "//device/vibration:mojo_bindings",
719 "//gin", 720 "//gin",
720 "//gpu", 721 "//gpu",
721 "//ipc:mojom", 722 "//ipc:mojom",
722 "//ipc:test_support", 723 "//ipc:test_support",
723 "//media", 724 "//media",
724 "//media:test_support", 725 "//media:test_support",
725 "//media/audio:test_support", 726 "//media/audio:test_support",
726 "//media/base:test_support", 727 "//media/base:test_support",
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 "../common/indexed_db/indexed_db_key_unittest.cc", 1257 "../common/indexed_db/indexed_db_key_unittest.cc",
1257 "../common/input/event_with_latency_info_unittest.cc", 1258 "../common/input/event_with_latency_info_unittest.cc",
1258 "../common/input/gesture_event_stream_validator_unittest.cc", 1259 "../common/input/gesture_event_stream_validator_unittest.cc",
1259 "../common/input/input_param_traits_unittest.cc", 1260 "../common/input/input_param_traits_unittest.cc",
1260 "../common/input/touch_event_stream_validator_unittest.cc", 1261 "../common/input/touch_event_stream_validator_unittest.cc",
1261 "../common/inter_process_time_ticks_converter_unittest.cc", 1262 "../common/inter_process_time_ticks_converter_unittest.cc",
1262 "../common/mac/attributed_string_coder_unittest.mm", 1263 "../common/mac/attributed_string_coder_unittest.mm",
1263 "../common/mac/font_descriptor_unittest.mm", 1264 "../common/mac/font_descriptor_unittest.mm",
1264 "../common/manifest_util_unittest.cc", 1265 "../common/manifest_util_unittest.cc",
1265 "../common/navigation_params_unittest.cc", 1266 "../common/navigation_params_unittest.cc",
1266 "../common/one_writer_seqlock_unittest.cc",
1267 "../common/origin_trials/trial_token_unittest.cc", 1267 "../common/origin_trials/trial_token_unittest.cc",
1268 "../common/origin_trials/trial_token_validator_unittest.cc", 1268 "../common/origin_trials/trial_token_validator_unittest.cc",
1269 "../common/origin_util_unittest.cc", 1269 "../common/origin_util_unittest.cc",
1270 "../common/page_state_serialization_unittest.cc", 1270 "../common/page_state_serialization_unittest.cc",
1271 "../common/page_zoom_unittest.cc", 1271 "../common/page_zoom_unittest.cc",
1272 "../common/plugin_list_unittest.cc", 1272 "../common/plugin_list_unittest.cc",
1273 "../common/sandbox_mac_compiler_unittest.mm", 1273 "../common/sandbox_mac_compiler_unittest.mm",
1274 "../common/sandbox_mac_diraccess_unittest.mm", 1274 "../common/sandbox_mac_diraccess_unittest.mm",
1275 "../common/sandbox_mac_fontloading_unittest.mm", 1275 "../common/sandbox_mac_fontloading_unittest.mm",
1276 "../common/sandbox_mac_system_access_unittest.mm", 1276 "../common/sandbox_mac_system_access_unittest.mm",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 "//content/public/common", 1355 "//content/public/common",
1356 "//content/public/renderer", 1356 "//content/public/renderer",
1357 "//content/renderer:for_content_tests", 1357 "//content/renderer:for_content_tests",
1358 "//crypto", 1358 "//crypto",
1359 "//device/battery", 1359 "//device/battery",
1360 "//device/battery:mojo_bindings", 1360 "//device/battery:mojo_bindings",
1361 "//device/bluetooth", 1361 "//device/bluetooth",
1362 "//device/bluetooth:mocks", 1362 "//device/bluetooth:mocks",
1363 "//device/gamepad", 1363 "//device/gamepad",
1364 "//device/gamepad:test_helpers", 1364 "//device/gamepad:test_helpers",
1365 "//device/generic_sensor",
1365 "//device/sensors/public/interfaces", 1366 "//device/sensors/public/interfaces",
1366 "//gin", 1367 "//gin",
1367 "//gpu", 1368 "//gpu",
1368 "//gpu:test_support", 1369 "//gpu:test_support",
1369 "//ipc:test_support", 1370 "//ipc:test_support",
1370 "//media:shared_memory_support", 1371 "//media:shared_memory_support",
1371 "//media:test_support", 1372 "//media:test_support",
1372 "//media/audio:test_support", 1373 "//media/audio:test_support",
1373 "//media/base:test_support", 1374 "//media/base:test_support",
1374 "//media/blink", 1375 "//media/blink",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1672 if (is_android) { 1673 if (is_android) {
1673 deps += [ "//testing/android/native_test:native_test_native_code" ] 1674 deps += [ "//testing/android/native_test:native_test_native_code" ]
1674 } 1675 }
1675 } 1676 }
1676 1677
1677 group("fuzzers") { 1678 group("fuzzers") {
1678 deps = [ 1679 deps = [
1679 "//content/test/fuzzer", 1680 "//content/test/fuzzer",
1680 ] 1681 ]
1681 } 1682 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698