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

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

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Fix nits Created 4 years, 2 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "//content/browser/speech/proto", 220 "//content/browser/speech/proto",
221 "//content/child:for_content_tests", 221 "//content/child:for_content_tests",
222 "//content/gpu", 222 "//content/gpu",
223 "//content/public/browser", 223 "//content/public/browser",
224 "//content/public/child", 224 "//content/public/child",
225 "//content/public/renderer", 225 "//content/public/renderer",
226 "//content/public/utility", 226 "//content/public/utility",
227 "//content/renderer:for_content_tests", 227 "//content/renderer:for_content_tests",
228 "//content/shell:pak", 228 "//content/shell:pak",
229 "//content/utility:for_content_tests", 229 "//content/utility:for_content_tests",
230 "//device/base/synchronization",
230 "//device/geolocation", 231 "//device/geolocation",
231 "//device/nfc:mojo_bindings", 232 "//device/nfc:mojo_bindings",
232 "//ipc:test_support", 233 "//ipc:test_support",
233 "//media", 234 "//media",
234 "//media/capture", 235 "//media/capture",
235 "//media/mojo/interfaces:image_capture", 236 "//media/mojo/interfaces:image_capture",
236 "//mojo/edk/system", 237 "//mojo/edk/system",
237 "//mojo/edk/test:test_support", 238 "//mojo/edk/test:test_support",
238 "//net:test_support", 239 "//net:test_support",
239 "//services/shell/public/cpp", 240 "//services/shell/public/cpp",
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 "//content/child:for_content_tests", 716 "//content/child:for_content_tests",
716 "//content/gpu", 717 "//content/gpu",
717 "//content/public/browser", 718 "//content/public/browser",
718 "//content/public/child", 719 "//content/public/child",
719 "//content/public/common", 720 "//content/public/common",
720 "//content/public/renderer", 721 "//content/public/renderer",
721 "//content/renderer:for_content_tests", 722 "//content/renderer:for_content_tests",
722 "//content/shell:content_shell_lib", 723 "//content/shell:content_shell_lib",
723 "//content/shell:pak", 724 "//content/shell:pak",
724 "//content/test:test_support", 725 "//content/test:test_support",
726 "//device/base/synchronization",
725 "//device/battery", 727 "//device/battery",
726 "//device/battery:mojo_bindings", 728 "//device/battery:mojo_bindings",
727 "//device/power_save_blocker", 729 "//device/power_save_blocker",
728 "//device/vibration:mojo_bindings", 730 "//device/vibration:mojo_bindings",
729 "//gin", 731 "//gin",
730 "//gpu", 732 "//gpu",
731 "//ipc:mojom", 733 "//ipc:mojom",
732 "//ipc:test_support", 734 "//ipc:test_support",
733 "//media", 735 "//media",
734 "//media:test_support", 736 "//media:test_support",
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 "../common/indexed_db/indexed_db_key_unittest.cc", 1276 "../common/indexed_db/indexed_db_key_unittest.cc",
1275 "../common/input/event_with_latency_info_unittest.cc", 1277 "../common/input/event_with_latency_info_unittest.cc",
1276 "../common/input/gesture_event_stream_validator_unittest.cc", 1278 "../common/input/gesture_event_stream_validator_unittest.cc",
1277 "../common/input/input_param_traits_unittest.cc", 1279 "../common/input/input_param_traits_unittest.cc",
1278 "../common/input/touch_event_stream_validator_unittest.cc", 1280 "../common/input/touch_event_stream_validator_unittest.cc",
1279 "../common/inter_process_time_ticks_converter_unittest.cc", 1281 "../common/inter_process_time_ticks_converter_unittest.cc",
1280 "../common/mac/attributed_string_coder_unittest.mm", 1282 "../common/mac/attributed_string_coder_unittest.mm",
1281 "../common/mac/font_descriptor_unittest.mm", 1283 "../common/mac/font_descriptor_unittest.mm",
1282 "../common/manifest_util_unittest.cc", 1284 "../common/manifest_util_unittest.cc",
1283 "../common/navigation_params_unittest.cc", 1285 "../common/navigation_params_unittest.cc",
1284 "../common/one_writer_seqlock_unittest.cc",
1285 "../common/origin_trials/trial_token_unittest.cc", 1286 "../common/origin_trials/trial_token_unittest.cc",
1286 "../common/origin_trials/trial_token_validator_unittest.cc", 1287 "../common/origin_trials/trial_token_validator_unittest.cc",
1287 "../common/origin_util_unittest.cc", 1288 "../common/origin_util_unittest.cc",
1288 "../common/page_state_serialization_unittest.cc", 1289 "../common/page_state_serialization_unittest.cc",
1289 "../common/page_zoom_unittest.cc", 1290 "../common/page_zoom_unittest.cc",
1290 "../common/plugin_list_unittest.cc", 1291 "../common/plugin_list_unittest.cc",
1291 "../common/sandbox_mac_compiler_unittest.mm", 1292 "../common/sandbox_mac_compiler_unittest.mm",
1292 "../common/sandbox_mac_diraccess_unittest.mm", 1293 "../common/sandbox_mac_diraccess_unittest.mm",
1293 "../common/sandbox_mac_fontloading_unittest.mm", 1294 "../common/sandbox_mac_fontloading_unittest.mm",
1294 "../common/sandbox_mac_system_access_unittest.mm", 1295 "../common/sandbox_mac_system_access_unittest.mm",
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 if (is_android) { 1700 if (is_android) {
1700 deps += [ "//testing/android/native_test:native_test_native_code" ] 1701 deps += [ "//testing/android/native_test:native_test_native_code" ]
1701 } 1702 }
1702 } 1703 }
1703 1704
1704 group("fuzzers") { 1705 group("fuzzers") {
1705 deps = [ 1706 deps = [
1706 "//content/test/fuzzer", 1707 "//content/test/fuzzer",
1707 ] 1708 ]
1708 } 1709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698