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

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

Issue 2358123005: Move OneWriterSeqLock and SharedMemorySeqLockBuffer from content/ to device/base/synchronization (Closed)
Patch Set: Fixes 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/core",
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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 "../common/indexed_db/indexed_db_key_unittest.cc", 1275 "../common/indexed_db/indexed_db_key_unittest.cc",
1275 "../common/input/event_with_latency_info_unittest.cc", 1276 "../common/input/event_with_latency_info_unittest.cc",
1276 "../common/input/gesture_event_stream_validator_unittest.cc", 1277 "../common/input/gesture_event_stream_validator_unittest.cc",
1277 "../common/input/input_param_traits_unittest.cc", 1278 "../common/input/input_param_traits_unittest.cc",
1278 "../common/input/touch_event_stream_validator_unittest.cc", 1279 "../common/input/touch_event_stream_validator_unittest.cc",
1279 "../common/inter_process_time_ticks_converter_unittest.cc", 1280 "../common/inter_process_time_ticks_converter_unittest.cc",
1280 "../common/mac/attributed_string_coder_unittest.mm", 1281 "../common/mac/attributed_string_coder_unittest.mm",
1281 "../common/mac/font_descriptor_unittest.mm", 1282 "../common/mac/font_descriptor_unittest.mm",
1282 "../common/manifest_util_unittest.cc", 1283 "../common/manifest_util_unittest.cc",
1283 "../common/navigation_params_unittest.cc", 1284 "../common/navigation_params_unittest.cc",
1284 "../common/one_writer_seqlock_unittest.cc",
1285 "../common/origin_trials/trial_token_unittest.cc", 1285 "../common/origin_trials/trial_token_unittest.cc",
1286 "../common/origin_trials/trial_token_validator_unittest.cc", 1286 "../common/origin_trials/trial_token_validator_unittest.cc",
1287 "../common/origin_util_unittest.cc", 1287 "../common/origin_util_unittest.cc",
1288 "../common/page_state_serialization_unittest.cc", 1288 "../common/page_state_serialization_unittest.cc",
1289 "../common/page_zoom_unittest.cc", 1289 "../common/page_zoom_unittest.cc",
1290 "../common/plugin_list_unittest.cc", 1290 "../common/plugin_list_unittest.cc",
1291 "../common/sandbox_mac_compiler_unittest.mm", 1291 "../common/sandbox_mac_compiler_unittest.mm",
1292 "../common/sandbox_mac_diraccess_unittest.mm", 1292 "../common/sandbox_mac_diraccess_unittest.mm",
1293 "../common/sandbox_mac_fontloading_unittest.mm", 1293 "../common/sandbox_mac_fontloading_unittest.mm",
1294 "../common/sandbox_mac_system_access_unittest.mm", 1294 "../common/sandbox_mac_system_access_unittest.mm",
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 if (is_android) { 1699 if (is_android) {
1700 deps += [ "//testing/android/native_test:native_test_native_code" ] 1700 deps += [ "//testing/android/native_test:native_test_native_code" ]
1701 } 1701 }
1702 } 1702 }
1703 1703
1704 group("fuzzers") { 1704 group("fuzzers") {
1705 deps = [ 1705 deps = [
1706 "//content/test/fuzzer", 1706 "//content/test/fuzzer",
1707 ] 1707 ]
1708 } 1708 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698